Rev 6296 | Rev 10520 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6296 | Rev 6316 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !if |
2 | !if empty_data iswordof $wims_error |
3 | Oddali ste nepopoln odgovor. Prosim, dopolnite podatke, predno jih po¹ljete. |
3 | Oddali ste nepopoln odgovor. Prosim, dopolnite podatke, predno jih po¹ljete. |
4 | !exit |
4 | !exit |
5 | !endif |
5 | !endif |
6 | 6 | ||
7 | !if |
7 | !if double_reply iswordof $wims_error |
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 | !if |
13 | !if bad_data iswordof $wims_error |
14 | I have failed to evaluate the values you have submitted. A typo? |
14 | I have failed to evaluate the values you have submitted. A typo? |
15 | !exit |
15 | !exit |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | !if |
18 | !if no_ldap_parameter iswordof $wims_error |
19 | Vous devez remplir les champs marqués d'un astérisque. Consultez pour cela |
19 | Vous devez remplir les champs marqués d'un astérisque. Consultez pour cela |
20 | le gestionnaire de votre annuaire ldap. |
20 | le gestionnaire de votre annuaire ldap. |
21 | !exit |
21 | !exit |
22 | !endif |
22 | !endif |
23 | 23 | ||
24 | !if |
24 | !if bad_class iswordof $wims_error |
25 | Nerazumljivo: va¹a uèilnica ni veljavna? |
25 | Nerazumljivo: va¹a uèilnica ni veljavna? |
26 | !exit |
26 | !exit |
27 | !endif |
27 | !endif |
28 | 28 | ||
29 | !if |
29 | !if bad_day iswordof $wims_error or day_dontexist iswordof $wims_error |
30 | The given date is not valid. |
30 | The given date is not valid. |
31 | !exit |
31 | !exit |
32 | !endif |
32 | !endif |
33 | 33 | ||
34 | 34 | ||
35 | !if |
35 | !if not_supervisor iswordof $wims_error |
36 | Désolé, ce module est accessible uniquement à l'enseignant d'une classe |
36 | Désolé, ce module est accessible uniquement à l'enseignant d'une classe |
37 | virtuelle. |
37 | virtuelle. |
38 | !exit |
38 | !exit |
39 | !endif |
39 | !endif |
40 | 40 | ||
41 | !if $wims_error iswordof nouser bad_user bad_usercls |
41 | !if $wims_error iswordof nouser bad_user bad_usercls |
42 | This participant does not seem to exist !!!! |
42 | This participant does not seem to exist !!!! |
43 | !exit |
43 | !exit |
44 | !endif |
44 | !endif |
45 | 45 | ||
46 | !if |
46 | !if insert_fail iswordof $wims_error |
47 | Stre¾nik va¹ega dela ni uspel shraniti v svojo bazo. Preverite smiselnost svojih podatke. |
47 | Stre¾nik va¹ega dela ni uspel shraniti v svojo bazo. Preverite smiselnost svojih podatke. |
48 | !exit |
48 | !exit |
49 | !endif |
49 | !endif |
50 | 50 | ||
51 | !if bad_pass iswordof $wims_error |
51 | !if bad_pass iswordof $wims_error |
Line 57... | Line 57... | ||
57 | 57 | ||
58 | !if bad_auth iswordof $wims_error |
58 | !if bad_auth iswordof $wims_error |
59 | Authentification failed. Please try again. |
59 | Authentification failed. Please try again. |
60 | !exit |
60 | !exit |
61 | !endif |
61 | !endif |
62 | 62 | ||
63 | !if |
63 | !if bad_login iswordof $wims_error |
64 | Your login name contains illegal characters. |
64 | Your login name contains illegal characters. |
65 | Please use a word containing only digits or letters without |
65 | Please use a word containing only digits or letters without accents, and |
66 | without space between them. |
66 | without space between them. |
67 | !exit |
67 | !exit |
68 | !endif |
68 | !endif |
69 | 69 | ||
70 | Tip napake: $wims_error $wims_error_parm. |
70 | Tip napake: $wims_error $wims_error_parm. |