Rev 4028 | Rev 5901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4028 | Rev 4785 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !set wims_module_log=error: $error |
1 | !set wims_module_log=error: $error |
2 | 2 | ||
3 | <span class="wims_warning">$wims_name_Error</span>. |
3 | <span class="wims_warning">$wims_name_Error</span>. |
4 | 4 | ||
5 | !if empty_data iswordof $error |
5 | !if empty_data iswordof $error |
6 |
|
6 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
- | 7 | ||
7 | < |
8 | Veuillez remplir le champ <tt class="wims_warning">$(tmp_$(empty_data))</tt> |
8 |
|
9 | et vérifiez les autres champs. |
9 | !exit |
10 | !exit |
10 | !endif |
11 | !endif |
11 | 12 | ||
12 | !if bad_fname iswordof $error |
13 | !if bad_fname iswordof $error |
13 | Nom de fichier illégal. Veuillez choisir un autre nom pour votre fichier. |
14 | Nom de fichier illégal. Veuillez choisir un autre nom pour votre fichier. |
14 | !exit |
15 | !exit |
15 | !endif |
16 | !endif |
16 | 17 | ||
17 | !if binary_file iswordof $error |
18 | !if binary_file iswordof $error |
18 |
|
19 | Fichier binaire interdit. |
19 | !exit |
20 | !exit |
20 | !endif |
21 | !endif |
21 | 22 | ||
22 | !if illegal_filedesc iswordof $error |
23 | !if illegal_filedesc iswordof $error |
23 | Vous ne pouvez |
24 | Vous ne pouvez mettre que des définitions directes dans |
24 | filedesc. |
25 | <tt class="wims_fname">filedesc</tt>. |
25 | !exit |
26 | !exit |
26 | !endif |
27 | !endif |
27 | 28 | ||
28 | !if badoriginal iswordof $error |
29 | !if badoriginal iswordof $error |
29 | Ce module ne peut pas être copié. |
30 | Ce module ne peut pas être copié. |
Line 34... | Line 35... | ||
34 | Le module de destination existe déjà. |
35 | Le module de destination existe déjà. |
35 | !exit |
36 | !exit |
36 | !endif |
37 | !endif |
37 | 38 | ||
38 | !if badtarget iswordof $error |
39 | !if badtarget iswordof $error |
39 | L'adresse de destination n'est |
40 | L'adresse de destination <tt class="wims_address">$target</tt> n'est pas bonne : |
40 | incomplète ou caractères non admis. |
41 | trop longue, trop courte, incomplète ou caractères non admis.<br/> |
- | 42 | Détail des erreurs : |
|
- | 43 | <ul> |
|
- | 44 | !if incorrect_t1 iswordof $error |
|
- | 45 | <li>Zone incorrecte</li> |
|
- | 46 | !endif |
|
- | 47 | !if incorrect_t2 iswordof $error |
|
- | 48 | <li>Catégorie incorrecte</li> |
|
- | 49 | !endif |
|
- | 50 | !if incorrect_t3 iswordof $error |
|
- | 51 | <li>Nom incorrect</li> |
|
- | 52 | !endif |
|
- | 53 | !if incorrect_t4 iswordof $error |
|
- | 54 | <li>Langue incorrecte</li> |
|
- | 55 | !endif |
|
- | 56 | !if incorrect_tlen iswordof $error |
|
- | 57 | <li>longueur incorrecte</li> |
|
- | 58 | !endif |
|
- | 59 | </ul> |
|
41 | !exit |
60 | !exit |
42 | !endif |
61 | !endif |
43 | 62 | ||
44 | !if symlink iswordof $error |
63 | !if symlink iswordof $error |
45 | Impossible de copier le module source, car il contient des liens |
64 | Impossible de copier le module source, car il contient des liens symboliques. |
46 | symboliques. |
- | |
47 | !exit |
65 | !exit |
48 | !endif |
66 | !endif |
49 | 67 | ||
50 | !msg $error |
68 | !msg $error |