Rev 3984 | Rev 5088 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3984 | Rev 4259 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | 20 | ||
21 | !if $wims_error=bad_class |
21 | !if $wims_error=bad_class |
22 | Il codice del corso non sembra valido. |
22 | Il codice del corso non sembra valido. |
23 | !exit |
23 | !exit |
24 | !endif |
24 | !endif |
25 | - | ||
26 | 25 | ||
27 | !if $wims_error iswordof bad_day day_dontexist |
26 | !if $wims_error iswordof bad_day day_dontexist |
28 | la data inserita non è valida. |
27 | la data inserita non è valida. |
29 | !exit |
28 | !exit |
30 | !endif |
29 | !endif |
Line 34... | Line 33... | ||
34 | Spiacente, questa operazione non è valida. |
33 | Spiacente, questa operazione non è valida. |
35 | !exit |
34 | !exit |
36 | !endif |
35 | !endif |
37 | 36 | ||
38 | !if $wims_error iswordof nouser bad_user bad_usercls |
37 | !if $wims_error iswordof nouser bad_user bad_usercls |
39 |
|
38 | Strano, non è possibile trovare questo studente in questo corso! |
40 | !exit |
39 | !exit |
41 | !endif |
40 | !endif |
42 | 41 | ||
43 | !if $wims_error=insert_fail |
42 | !if $wims_error=insert_fail |
44 | Il server non ha potuto salvare il test. Verificare i |
43 | Il server non ha potuto salvare il test. Verificare i |
45 | dati inseriti. |
44 | dati inseriti. |
46 | !exit |
45 | !exit |
47 | !endif |
46 | !endif |
48 | 47 | ||
49 | !if bad_pass iswordof $wims_error |
48 | !if bad_pass iswordof $wims_error |
50 |
|
49 | Password non accettata: utilizzare almeno 4 e non più di 16 caratteri |
51 |
|
50 | (lettere o numeri). Inoltre la password deve essere digitata (uguale!) |
52 |
|
51 | due volte! Riprovare. |
53 | !exit |
52 | !exit |
54 | !endif |
53 | !endif |
55 | 54 | ||
56 | !if bad_auth iswordof $wims_error |
55 | !if bad_auth iswordof $wims_error |
57 |
|
56 | Accesso non riuscito. Riprovare. |
58 | !exit |
57 | !exit |
59 | !endif |
58 | !endif |
60 | 59 | ||
61 | !if bad_login=$error |
60 | !if bad_login=$error |
62 | Il `login' scelto contiene dei caratteri non accettati dal server. <p> |
61 | Il `login' scelto contiene dei caratteri non accettati dal server. <p> |