Subversion Repositories wimsdev

Rev

Rev 16 | Rev 6296 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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