Subversion Repositories wimsdev

Rev

Rev 5088 | Rev 6303 | 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
 
6296 bpr 15
!if $wims_error=bad_data
16
 I have failed to evaluate the values you have submitted. A typo?
17
 !exit
18
!endif
19
 
3984 bpr 20
!if $wims_error=no_ldap_parameter
21
 Vous devez remplir les champs marqués d'un astérisque. Consultez pour cela 
22
 le gestionnaire de votre annuaire ldap. 
23
 !exit
24
!endif
16 reyssat 25
 
3984 bpr 26
!if $wims_error=bad_class
27
  Il codice del corso non sembra valido.
28
 !exit
29
!endif
30
 
31
!if $wims_error iswordof bad_day day_dontexist
32
 la data inserita non è valida.
33
!exit
34
!endif
35
 
36
 
37
!if $wims_error=not_supervisor
5088 czzmrn 38
 Spiacente, questa operazione non è valida, non siete il docente.
3984 bpr 39
 !exit
40
!endif
41
 
42
!if $wims_error iswordof nouser bad_user bad_usercls
5088 czzmrn 43
 Strano, non è possibile trovare questo studente in questo corso ($wims_class)!
3984 bpr 44
!exit
45
!endif
46
 
47
!if $wims_error=insert_fail
5088 czzmrn 48
  Il server non ha potuto inserire il vostro lavoro nel corso. Verificare i 
3984 bpr 49
 dati inseriti.
50
 !exit
51
!endif
52
 
53
!if bad_pass iswordof $wims_error
4259 czzmrn 54
 Password non accettata: utilizzare almeno 4 e non più di 16 caratteri 
55
 (lettere o numeri). Inoltre la password deve essere digitata (uguale!) 
56
 due volte! Riprovare.
3984 bpr 57
 !exit
58
!endif
59
 
60
!if bad_auth iswordof $wims_error
4259 czzmrn 61
 Accesso non riuscito. Riprovare.
3984 bpr 62
 !exit
63
!endif
64
 
5088 czzmrn 65
!if bad_login=$wims_error
3984 bpr 66
 Il `login' scelto contiene dei caratteri non accettati dal server. <p>
67
 Utilizzate solo caratteri alfanumerici, in particolare non utilizzate 
68
 lettere accentate o spazi.
69
 !exit
70
!endif
71
 
72
 
73
 
74
Tipo d'errore&nbsp;: $wims_error $wims_error_parm.