Rev 6296 | Rev 10520 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
16 | reyssat | 1 | |
6316 | bpr | 2 | !if empty_data iswordof $wims_error |
16 | reyssat | 3 | Oddali ste nepopoln odgovor. Prosim, dopolnite podatke, predno jih pošljete. |
4 | !exit |
||
5 | !endif |
||
6 | |||
6316 | bpr | 7 | !if double_reply iswordof $wims_error |
16 | reyssat | 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 | |||
6316 | bpr | 13 | !if bad_data iswordof $wims_error |
6296 | bpr | 14 | I have failed to evaluate the values you have submitted. A typo? |
15 | !exit |
||
16 | !endif |
||
17 | |||
6316 | bpr | 18 | !if no_ldap_parameter iswordof $wims_error |
3984 | bpr | 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 | |||
6316 | bpr | 24 | !if bad_class iswordof $wims_error |
3984 | bpr | 25 | Nerazumljivo: vaša učilnica ni veljavna? |
26 | !exit |
||
27 | !endif |
||
28 | |||
6316 | bpr | 29 | !if bad_day iswordof $wims_error or day_dontexist iswordof $wims_error |
3984 | bpr | 30 | The given date is not valid. |
31 | !exit |
||
32 | !endif |
||
33 | |||
34 | |||
6316 | bpr | 35 | !if not_supervisor iswordof $wims_error |
3984 | bpr | 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 | |||
6316 | bpr | 46 | !if insert_fail iswordof $wims_error |
3984 | bpr | 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 |
||
6316 | bpr | 62 | |
63 | !if bad_login iswordof $wims_error |
||
64 | Your login name contains illegal characters. |
||
65 | Please use a word containing only digits or letters without accents, and |
||
3984 | bpr | 66 | without space between them. |
67 | !exit |
||
68 | !endif |
||
69 | |||
16 | reyssat | 70 | Tip napake: $wims_error $wims_error_parm. |