Rev 17089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17089 | Rev 17274 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | 1 | ||
2 | !if empty_data iswordof $wims_error |
2 | !if empty_data iswordof $wims_error |
3 | You have sent an incomplete reply. Please complete your data before sending |
3 | You have sent an incomplete reply. Please complete your data before sending |
4 | it. |
4 | it. |
5 | !exit |
5 | !exit |
6 | !endif |
6 | !endif |
7 | 7 | ||
8 | !if double_reply iswordof $wims_error |
8 | !if double_reply iswordof $wims_error |
9 | You have already |
9 | You have already submitted a reply to this problem, which has been |
10 | analysed and scored |
10 | analysed and scored. Repetitive replies are ignored. (Don't use the |
11 | `reload' button of your browser to repost replies!) |
11 | `reload' button of your browser to repost replies!) |
12 | !exit |
12 | !exit |
13 | !endif |
13 | !endif |
14 | 14 | ||
15 | !if bad_data iswordof $wims_error |
15 | !if bad_data iswordof $wims_error |
16 | I have failed to evaluate the values you have submitted. A typo? |
16 | I have failed to evaluate the values you have submitted. A typo? |
17 | !exit |
17 | !exit |
18 | !endif |
18 | !endif |
19 | 19 | ||
20 | !if no_ldap_parameter iswordof $wims_error |
20 | !if no_ldap_parameter iswordof $wims_error |
21 | Fields indicated with an asterix must be |
21 | Fields indicated with an asterix must be filled in. Please ask the ldap administrator for help if you don't know what to enter in these fields. |
22 | !exit |
22 | !exit |
23 | !endif |
23 | !endif |
24 | 24 | ||
25 | !if bad_class iswordof $wims_error |
25 | !if bad_class iswordof $wims_error |
26 | It seems that your class is not valid! |
26 | It seems that your class is not valid! |
27 | !exit |
27 | !exit |
28 | !endif |
28 | !endif |
29 | 29 | ||
30 | !if bad_day iswordof $wims_error or day_dontexist iswordof $wims_error |
30 | !if bad_day iswordof $wims_error or day_dontexist iswordof $wims_error |
31 | The given date is not valid. |
31 | The given date is not valid. |
32 | !exit |
32 | !exit |
33 | !endif |
33 | !endif |
34 | - | ||
35 | 34 | ||
36 | !if not_supervisor iswordof $wims_error |
35 | !if not_supervisor iswordof $wims_error |
37 | Sorry, but only the registered supervisor of the class can carry out this operation. |
36 | Sorry, but only the registered supervisor of the class can carry out this operation. |
38 | !exit |
37 | !exit |
39 | !endif |
38 | !endif |
40 | 39 | ||
41 | !if nouser iswordof $wims_error or bad_user iswordof $wims_error \ |
40 | !if nouser iswordof $wims_error or bad_user iswordof $wims_error \ |
42 | or bad_usercls iswordof $wims_error |
41 | or bad_usercls iswordof $wims_error |
43 | This participant does not seem to exist !!!! |
42 | This participant does not seem to exist !!!! |
44 | !exit |
43 | !exit |
45 | !endif |
44 | !endif |
46 | 45 | ||
47 | !if insert_fail iswordof $wims_error |
46 | !if insert_fail iswordof $wims_error |
48 | The software has failed to insert your work into the database. Please |
47 | The software has failed to insert your work into the database. Please |
49 | check your data. |
48 | check your data. |
50 | !exit |
49 | !exit |
51 | !endif |
50 | !endif |
52 | 51 | ||
53 | !if bad_pass iswordof $wims_error |
52 | !if bad_pass iswordof $wims_error |
54 | Bad password: a password can only contain letters and digits and must be between |
53 | Bad password: a password can only contain letters and digits and must be between |
55 | 4 and 16 characters long. The password you are typing a second time should be the same as the |
54 | 4 and 16 characters long. The password you are typing a second time should be the same as the |
56 | first one! Try again. |
55 | first one! Try again. |
57 | !exit |
56 | !exit |
58 | !endif |
57 | !endif |
59 | 58 | ||
60 | !if bad_auth iswordof $wims_error |
59 | !if bad_auth iswordof $wims_error |
61 | Authentification failed. Please try again. |
60 | Authentification failed. Please try again. |
62 | !exit |
61 | !exit |
63 | !endif |
62 | !endif |
64 | 63 | ||
65 | !if bad_login iswordof $wims_error |
64 | !if bad_login iswordof $wims_error |
66 | Your login name contains illegal characters. |
65 | Your login name contains illegal characters. |
67 | Please use a |
66 | Please use a word containing only digits or letters without accents, and |
68 | without space between them. |
67 | without space between them. |
69 | !exit |
68 | !exit |
70 | !endif |
69 | !endif |
71 | 70 | ||
72 | !if closedmodexcls iswordof $wims_error |
71 | !if closedmodexcls iswordof $wims_error |
73 | Ce module n'est pas accessible à partir d'une classe d'exemple. |
72 | Ce module n'est pas accessible à partir d'une classe d'exemple. |
74 | !exit |
73 | !exit |