Rev 6316 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
840 | guerimand | 1 | |
6316 | bpr | 2 | !if empty_data iswordof $wims_error |
840 | guerimand | 3 | Sie haben eine unvollständige Antwort übergeben. Vervollständigen Sie bitte |
4 | Ihre Angaben, bevor Sie sie übergeben. |
||
5 | !exit |
||
6 | !endif |
||
7 | |||
6316 | bpr | 8 | !if double_reply iswordof $wims_error |
840 | guerimand | 9 | Sie haben für dieses Problem bereits eine Antwort übergeben, die analysiert |
10 | und benotet wurde. |
||
11 | Mehrfachantworten werden ignoriert. (Verwenden Sie nicht die Taste |
||
12 | 'Aktualisieren' Ihres Browsers, um Ihre Antworten erneut zu übergeben!) |
||
13 | !exit |
||
14 | !endif |
||
15 | |||
6316 | bpr | 16 | !if bad_data iswordof $wims_error |
6296 | bpr | 17 | I have failed to evaluate the values you have submitted. A typo? |
18 | !exit |
||
19 | !endif |
||
20 | |||
6316 | bpr | 21 | !if no_ldap_parameter iswordof $wims_error |
840 | guerimand | 22 | Die mit einem Asterisk gekennzeichneten Felder müssen ausgefüllt werden. Wenden |
23 | Sie sich diesbezüglich an den Verwalter Ihres LDAP-Verzeichnisses |
||
24 | !exit |
||
25 | !endif |
||
26 | |||
6316 | bpr | 27 | !if bad_class iswordof $wims_error |
3984 | bpr | 28 | Etrange, mais je trouve que votre classe n'est pas valide! |
29 | !exit |
||
30 | !endif |
||
31 | |||
6316 | bpr | 32 | !if bad_day iswordof $wims_error or day_dontexist iswordof $wims_error |
3984 | bpr | 33 | La date que vous avez saisie n'est pas valide. |
34 | !exit |
||
35 | !endif |
||
36 | |||
37 | |||
6316 | bpr | 38 | !if not_supervisor iswordof $wims_error |
3984 | bpr | 39 | Désolé, ce module est accessible uniquement à l'enseignant d'une classe |
40 | virtuelle. |
||
41 | !exit |
||
42 | !endif |
||
43 | |||
6316 | bpr | 44 | !if nouser iswordof $wims_error or bad_user iswordof $wims_error \ |
45 | or bad_usercls iswordof $wims_error |
||
3984 | bpr | 46 | Etrange, mais je ne trouve pas ce participant dans cette classe ! |
47 | !exit |
||
48 | !endif |
||
49 | |||
6316 | bpr | 50 | !if insert_fail iswordof $wims_error |
3984 | bpr | 51 | Le logiciel n'a pas pu insérer votre travail dans la classe. Veuillez |
52 | vérifier vos données. |
||
53 | !exit |
||
54 | !endif |
||
55 | |||
56 | !if bad_pass iswordof $wims_error |
||
57 | Mauvais mot de passe : il doit avoir entre 4 et 16 caractères, lettres et |
||
58 | chiffres uniquement. Et le mot de passe répété doit être identique au |
||
59 | premier ! Essayez encore. |
||
60 | !exit |
||
61 | !endif |
||
62 | |||
63 | !if bad_auth iswordof $wims_error |
||
64 | Echec d'authentification. Veuillez réessayer. |
||
65 | !exit |
||
66 | !endif |
||
67 | |||
6316 | bpr | 68 | !if bad_login iswordof $wims_error |
69 | Your login name contains illegal characters. |
||
70 | Please use a word containing only digits or letters without accents, and |
||
71 | without space between them. |
||
72 | !exit |
||
73 | !endif |
||
74 | |||
17089 | guerimand | 75 | !if closedmodexcls iswordof $wims_error |
76 | Ce module n'est pas accessible à partir d'une classe d'exemple. |
||
77 | !exit |
||
78 | !endif |
||
79 | |||
840 | guerimand | 80 | Fehlertyp: $wims_error $wims_error_parm. |
81 |