Rev 16 | Rev 6296 | 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 | |||
3984 | bpr | 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 |
||
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 | |||
16 | reyssat | 65 | Tip napake: $wims_error $wims_error_parm. |