Subversion Repositories wimsdev

Rev

Rev 3984 | Rev 6316 | 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
 Oddali ste nepopoln odgovor. Prosim, dopolnite podatke, predno jih pošljete.
4
 !exit
5
!endif
6
 
7
!if $wims_error=double_reply
8
 Odgovor na ta problem ste že oddali in zanj prejeli ustrezno oceno. Ponovni odgovori niso upoštevani (ne uporabljajte gumba 
9
 `Vnovič naloži' na vašem brskalniku, da bi odgovarjali ponovno!).
10
 !exit
11
!endif
12
 
6296 bpr 13
!if $wims_error=bad_data
14
  I have failed to evaluate the values you have submitted. A typo?
15
 !exit
16
!endif
17
 
3984 bpr 18
!if $wims_error=no_ldap_parameter
19
 Vous devez remplir les champs marqués d'un astérisque. Consultez pour cela 
20
 le gestionnaire de votre annuaire ldap. 
21
 !exit
22
!endif
23
 
24
!if $wims_error=bad_class 
25
 Nerazumljivo: vaša učilnica ni veljavna?
26
 !exit
27
!endif
28
 
29
!if $wims_error iswordof bad_day day_dontexist
30
 The given date is not valid.
31
!exit
32
!endif
33
 
34
 
35
!if $wims_error=not_supervisor
36
 Désolé, ce module est accessible uniquement ŕ l'enseignant d'une classe
37
 virtuelle.
38
 !exit
39
!endif
40
 
41
!if $wims_error iswordof nouser bad_user bad_usercls
42
 This participant does not seem to exist !!!!
43
!exit
44
!endif
45
 
46
!if $wims_error=insert_fail
47
  Strežnik vašega dela ni uspel shraniti v svojo bazo. Preverite smiselnost svojih podatke.
48
 !exit
49
!endif
50
 
51
!if bad_pass iswordof $wims_error
52
 Bad password: it must contain only letters and digits, between
53
 4 and 16 characters. And the repeat password should be equal to the
54
 first one! Try again.
55
 !exit
56
!endif
57
 
58
!if bad_auth iswordof $wims_error
59
 Authentification failed. Please try again.
60
 !exit
61
!endif
62
 
63
!if bad_login=$wims_error
64
 Your login name contains illegal characters. <p>
65
 Please use a word containing only digits or letters without accent, and 
66
 without space between them.
67
 !exit
68
!endif
69
 
16 reyssat 70
Tip napake: $wims_error $wims_error_parm.