Rev 15413 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15413 | Rev 17279 | ||
---|---|---|---|
Line 9... | Line 9... | ||
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 | !if bad_data iswordof $wims_error |
13 | !if bad_data iswordof $wims_error |
14 |
|
14 | Oddanih podatkov ni mogoèe preveriti. Morda gre za napako pri vnosu. |
15 | !exit |
15 | !exit |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | !if no_ldap_parameter iswordof $wims_error |
18 | !if no_ldap_parameter iswordof $wims_error |
19 | Polja z zvezdico je potrebno izpolniti. |
19 | Polja z zvezdico je potrebno izpolniti. |
Line 30... | Line 30... | ||
30 | !exit |
30 | !exit |
31 | !endif |
31 | !endif |
32 | 32 | ||
33 | 33 | ||
34 | !if not_supervisor iswordof $wims_error |
34 | !if not_supervisor iswordof $wims_error |
35 | Oprostite. Do tega modula lahko dostopa le skrbnik uèilnice. |
35 | Oprostite. Do tega modula lahko dostopa le skrbnik uèilnice. |
36 | !exit |
36 | !exit |
37 | !endif |
37 | !endif |
38 | - | ||
39 | 38 | ||
40 | !if nouser iswordof $wims_error or bad_user iswordof $wims_error \ |
39 | !if nouser iswordof $wims_error or bad_user iswordof $wims_error \ |
41 | or bad_usercls iswordof $wims_error |
40 | or bad_usercls iswordof $wims_error |
42 | Napaka. Ne najdem vas med uporabniki te uèilnice ($wims_class)! |
41 | Napaka. Ne najdem vas med uporabniki te uèilnice ($wims_class)! |
43 | !exit |
42 | !exit |
44 | !endif |
43 | !endif |
45 | - | ||
46 | - | ||
47 | 44 | ||
48 | !if insert_fail iswordof $wims_error |
45 | !if insert_fail iswordof $wims_error |
49 | Stre¾nik va¹ega dela ni uspel shraniti v uèilnici. Preverite smiselnost podatkov. |
46 | Stre¾nik va¹ega dela ni uspel shraniti v uèilnici. Preverite smiselnost podatkov. |
50 | !exit |
47 | !exit |
51 | !endif |
48 | !endif |
52 | 49 | ||
53 | !if bad_pass iswordof $wims_error |
50 | !if bad_pass iswordof $wims_error |
54 | Neustrezno geslo: uporabite lahko le èrke in ¹tevke, skupaj med 4 in 16 znakov. |
51 | Neustrezno geslo: uporabite lahko le èrke in ¹tevke, skupaj med 4 in 16 znakov. |
55 | !exit |
52 | !exit |
56 | !endif |
53 | !endif |
57 | 54 | ||
58 | !if bad_auth iswordof $wims_error |
55 | !if bad_auth iswordof $wims_error |
59 | Prijava ni uspela. Poskusite ponovno. |
56 | Prijava ni uspela. Poskusite ponovno. |
60 | !exit |
57 | !exit |
61 | !endif |
58 | !endif |
62 | 59 | ||
63 | !if bad_login iswordof $wims_error |
60 | !if bad_login iswordof $wims_error |
64 | Va¹e uporabni¹ko ime vsebuje nedovoljene znake. |
61 | Va¹e uporabni¹ko ime vsebuje nedovoljene znake. |
65 | Dovoljene so le èrke in ¹tevke brez stre¹ic in akcentov. |
62 | Dovoljene so le èrke in ¹tevke brez stre¹ic in akcentov. |
66 | !exit |
63 | !exit |
67 | !endif |
64 | !endif |
68 | 65 | ||
- | 66 | !if closedmodexcls iswordof $wims_error |
|
- | 67 | Ce module n'est pas accessible à partir d'une classe ouverte. |
|
- | 68 | !exit |
|
- | 69 | !endif |
|
69 | Tip napake: $wims_error $wims_error_parm. |
70 | Tip napake: $wims_error $wims_error_parm. |