Rev 4259 | Rev 6296 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16 | reyssat | 1 | |
2 | !if $wims_error=empty_data |
||
3 | Risposta incompleta. Inserire tutti i dati richiesti e |
||
4 | riprovare. |
||
5 | !exit |
||
6 | !endif |
||
7 | |||
8 | !if $wims_error=double_reply |
||
3984 | bpr | 9 | Avete già risposto a questa domanda (e il punteggio è |
10 | già stato registrato. Le risposte doppie sono ignorate. (Non |
||
16 | reyssat | 11 | utilizzare il tasto `ricarica' del browser per reinviare le risposte!) |
12 | !exit |
||
13 | !endif |
||
14 | |||
3984 | bpr | 15 | !if $wims_error=no_ldap_parameter |
16 | Vous devez remplir les champs marqués d'un astérisque. Consultez pour cela |
||
17 | le gestionnaire de votre annuaire ldap. |
||
18 | !exit |
||
19 | !endif |
||
16 | reyssat | 20 | |
3984 | bpr | 21 | !if $wims_error=bad_class |
22 | Il codice del corso non sembra valido. |
||
23 | !exit |
||
24 | !endif |
||
25 | |||
26 | !if $wims_error iswordof bad_day day_dontexist |
||
27 | la data inserita non è valida. |
||
28 | !exit |
||
29 | !endif |
||
30 | |||
31 | |||
32 | !if $wims_error=not_supervisor |
||
5088 | czzmrn | 33 | Spiacente, questa operazione non è valida, non siete il docente. |
3984 | bpr | 34 | !exit |
35 | !endif |
||
36 | |||
37 | !if $wims_error iswordof nouser bad_user bad_usercls |
||
5088 | czzmrn | 38 | Strano, non è possibile trovare questo studente in questo corso ($wims_class)! |
3984 | bpr | 39 | !exit |
40 | !endif |
||
41 | |||
42 | !if $wims_error=insert_fail |
||
5088 | czzmrn | 43 | Il server non ha potuto inserire il vostro lavoro nel corso. Verificare i |
3984 | bpr | 44 | dati inseriti. |
45 | !exit |
||
46 | !endif |
||
47 | |||
48 | !if bad_pass iswordof $wims_error |
||
4259 | czzmrn | 49 | Password non accettata: utilizzare almeno 4 e non più di 16 caratteri |
50 | (lettere o numeri). Inoltre la password deve essere digitata (uguale!) |
||
51 | due volte! Riprovare. |
||
3984 | bpr | 52 | !exit |
53 | !endif |
||
54 | |||
55 | !if bad_auth iswordof $wims_error |
||
4259 | czzmrn | 56 | Accesso non riuscito. Riprovare. |
3984 | bpr | 57 | !exit |
58 | !endif |
||
59 | |||
5088 | czzmrn | 60 | !if bad_login=$wims_error |
3984 | bpr | 61 | Il `login' scelto contiene dei caratteri non accettati dal server. <p> |
62 | Utilizzate solo caratteri alfanumerici, in particolare non utilizzate |
||
63 | lettere accentate o spazi. |
||
64 | !exit |
||
65 | !endif |
||
66 | |||
67 | |||
68 | |||
69 | Tipo d'errore : $wims_error $wims_error_parm. |