Rev 17089 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16 | reyssat | 1 | |
6316 | bpr | 2 | !if empty_data iswordof $wims_error |
16 | reyssat | 3 | Risposta incompleta. Inserire tutti i dati richiesti e |
4 | riprovare. |
||
5 | !exit |
||
6 | !endif |
||
7 | |||
6316 | bpr | 8 | !if double_reply iswordof $wims_error |
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 | |||
6316 | bpr | 15 | !if bad_data iswordof $wims_error |
6303 | czzmrn | 16 | Il server non è stato in grado di interpretare la risposta. Errore di battitura? |
6296 | bpr | 17 | !exit |
18 | !endif |
||
19 | |||
6316 | bpr | 20 | !if no_ldap_parameter iswordof $wims_error |
6303 | czzmrn | 21 | I campi con asterisco sono obbligatori. Consultare il responsabile |
22 | del vostro servizio ldap. |
||
3984 | bpr | 23 | !exit |
24 | !endif |
||
16 | reyssat | 25 | |
6316 | bpr | 26 | !if bad_class iswordof $wims_error |
3984 | bpr | 27 | Il codice del corso non sembra valido. |
28 | !exit |
||
29 | !endif |
||
30 | |||
6316 | bpr | 31 | !if bad_day iswordof $wims_error or day_dontexist iswordof $wims_error |
32 | |||
3984 | bpr | 33 | la data inserita non è valida. |
34 | !exit |
||
35 | !endif |
||
36 | |||
37 | |||
6316 | bpr | 38 | !if not_supervisor iswordof $wims_error |
5088 | czzmrn | 39 | Spiacente, questa operazione non è valida, non siete il docente. |
3984 | bpr | 40 | !exit |
41 | !endif |
||
42 | |||
6316 | bpr | 43 | !if nouser iswordof $wims_error or bad_user iswordof $wims_error \ |
44 | or bad_usercls iswordof $wims_error |
||
5088 | czzmrn | 45 | Strano, non è possibile trovare questo studente in questo corso ($wims_class)! |
3984 | bpr | 46 | !exit |
47 | !endif |
||
48 | |||
6316 | bpr | 49 | !if insert_fail iswordof $wims_error |
5088 | czzmrn | 50 | Il server non ha potuto inserire il vostro lavoro nel corso. Verificare i |
3984 | bpr | 51 | dati inseriti. |
52 | !exit |
||
53 | !endif |
||
54 | |||
55 | !if bad_pass iswordof $wims_error |
||
4259 | czzmrn | 56 | Password non accettata: utilizzare almeno 4 e non più di 16 caratteri |
57 | (lettere o numeri). Inoltre la password deve essere digitata (uguale!) |
||
58 | due volte! Riprovare. |
||
3984 | bpr | 59 | !exit |
60 | !endif |
||
61 | |||
62 | !if bad_auth iswordof $wims_error |
||
4259 | czzmrn | 63 | Accesso non riuscito. Riprovare. |
3984 | bpr | 64 | !exit |
65 | !endif |
||
66 | |||
6316 | bpr | 67 | !if bad_login iswordof $wims_error |
68 | Il `login' scelto contiene dei caratteri non accettati dal server. |
||
69 | <p> |
||
3984 | bpr | 70 | Utilizzate solo caratteri alfanumerici, in particolare non utilizzate |
71 | lettere accentate o spazi. |
||
6316 | bpr | 72 | </p> |
3984 | bpr | 73 | !exit |
74 | !endif |
||
75 | |||
17089 | guerimand | 76 | !if closedmodexcls iswordof $wims_error |
17091 | czzmrn | 77 | Questo modulo non è disponibile nei corsi aperti. |
17089 | guerimand | 78 | !exit |
79 | !endif |
||
3984 | bpr | 80 | |
6316 | bpr | 81 | Tipo d'errore : $wims_error $wims_error_parm. |