Rev 15413 | 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 |
15413 | bpr | 3 | Oddali ste nepopoln odgovor. Prosim, dopolnite podatke, predno jih pošljete. |
4 | !exit |
||
16 | reyssat | 5 | !endif |
6 | |||
6316 | bpr | 7 | !if double_reply iswordof $wims_error |
15413 | bpr | 8 | Odgovor na to vprašanje ste že oddali in zanj prejeli oceno. Ponovni poskusi niso upoštevani (ne uporabljajte gumba |
9 | `Vnovič naloži' na vašem brskalniku, da bi odgovarjali ponovno!). |
||
10 | !exit |
||
16 | reyssat | 11 | !endif |
12 | |||
6316 | bpr | 13 | !if bad_data iswordof $wims_error |
17279 | bpr | 14 | Oddanih podatkov ni mogoče preveriti. Morda gre za napako pri vnosu. |
15413 | bpr | 15 | !exit |
6296 | bpr | 16 | !endif |
17 | |||
6316 | bpr | 18 | !if no_ldap_parameter iswordof $wims_error |
15413 | bpr | 19 | Polja z zvezdico je potrebno izpolniti. |
20 | !exit |
||
3984 | bpr | 21 | !endif |
22 | |||
6316 | bpr | 23 | !if bad_class iswordof $wims_error |
15413 | bpr | 24 | Napaka. Kaže, da iskana učilnica ni veljavna? |
25 | !exit |
||
3984 | bpr | 26 | !endif |
27 | |||
6316 | bpr | 28 | !if bad_day iswordof $wims_error or day_dontexist iswordof $wims_error |
15413 | bpr | 29 | Zahtevani datum ni veljaven. |
30 | !exit |
||
3984 | bpr | 31 | !endif |
32 | |||
33 | |||
6316 | bpr | 34 | !if not_supervisor iswordof $wims_error |
17279 | bpr | 35 | Oprostite. Do tega modula lahko dostopa le skrbnik učilnice. |
36 | !exit |
||
3984 | bpr | 37 | !endif |
38 | |||
10520 | kuzman | 39 | !if nouser iswordof $wims_error or bad_user iswordof $wims_error \ |
15413 | bpr | 40 | or bad_usercls iswordof $wims_error |
41 | Napaka. Ne najdem vas med uporabniki te učilnice ($wims_class)! |
||
42 | !exit |
||
3984 | bpr | 43 | !endif |
44 | |||
6316 | bpr | 45 | !if insert_fail iswordof $wims_error |
10520 | kuzman | 46 | Strežnik vašega dela ni uspel shraniti v učilnici. Preverite smiselnost podatkov. |
15413 | bpr | 47 | !exit |
3984 | bpr | 48 | !endif |
49 | |||
50 | !if bad_pass iswordof $wims_error |
||
15413 | bpr | 51 | Neustrezno geslo: uporabite lahko le črke in števke, skupaj med 4 in 16 znakov. |
52 | !exit |
||
3984 | bpr | 53 | !endif |
54 | |||
55 | !if bad_auth iswordof $wims_error |
||
15413 | bpr | 56 | Prijava ni uspela. Poskusite ponovno. |
57 | !exit |
||
3984 | bpr | 58 | !endif |
6316 | bpr | 59 | |
60 | !if bad_login iswordof $wims_error |
||
15413 | bpr | 61 | Vaše uporabniško ime vsebuje nedovoljene znake. |
62 | Dovoljene so le črke in števke brez strešic in akcentov. |
||
63 | !exit |
||
3984 | bpr | 64 | !endif |
65 | |||
17279 | bpr | 66 | !if closedmodexcls iswordof $wims_error |
67 | Ce module n'est pas accessible ŕ partir d'une classe ouverte. |
||
68 | !exit |
||
69 | !endif |
||
16 | reyssat | 70 | Tip napake: $wims_error $wims_error_parm. |