Rev 12043 | Rev 17180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12043 | Rev 16810 | ||
---|---|---|---|
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 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
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 <span class="tt wims_warning">$(tmp_$(empty_data))</span> |
8 | Veuillez remplir le champ <span class="tt wims_warning">$(tmp_$(empty_data))</span> |
9 | et vérifiez les autres champs. |
9 | et vérifiez les autres champs. |
10 | !exit |
10 | !exit |
11 | !endif |
11 | !endif |
12 | 12 | ||
13 | !if bad_case iswordof $error |
13 | !if bad_case iswordof $error |
14 | Il y a déjà un fichier dont le nom ne diffère que par la casse. Veuillez changer le nom du fichier que |
14 | Il y a déjà un fichier dont le nom ne diffère que par la casse. Veuillez changer le nom du fichier que |
15 | vous désirez déposer. |
15 | vous désirez déposer. |
16 | !exit |
16 | !exit |
17 | !endif |
17 | !endif |
18 | 18 | ||
19 | !if bad_fname iswordof $error |
19 | !if bad_fname iswordof $error |
20 | Nom de fichier illégal. Veuillez choisir un autre nom pour votre fichier. |
20 | Nom de fichier illégal. Veuillez choisir un autre nom pour votre fichier. |
21 | !exit |
21 | !exit |
22 | !endif |
22 | !endif |
23 | 23 | ||
24 | !if binary_file iswordof $error |
24 | !if binary_file iswordof $error |
25 | Fichier binaire interdit. |
25 | Fichier binaire interdit. |
26 | !exit |
26 | !exit |
27 | !endif |
27 | !endif |
28 | 28 | ||
29 | !if illegal_filedesc iswordof $error |
29 | !if illegal_filedesc iswordof $error |
30 | Vous ne pouvez mettre que des définitions directes dans |
30 | Vous ne pouvez mettre que des définitions directes dans |
31 | <span class="tt wims_fname">filedesc</span>. |
31 | <span class="tt wims_fname">filedesc</span>. |
32 | !exit |
32 | !exit |
33 | !endif |
33 | !endif |
34 | 34 | ||
35 | !if badoriginal iswordof $error |
35 | !if badoriginal iswordof $error |
36 | Ce module ne peut pas être copié. |
36 | Ce module ne peut pas être copié. |
37 | !exit |
37 | !exit |
38 | !endif |
38 | !endif |
39 | 39 | ||
40 | !if clash iswordof $error |
40 | !if clash iswordof $error |
41 | Le module de destination existe déjà. |
41 | Le module de destination existe déjà. |
42 | !exit |
42 | !exit |
43 | !endif |
43 | !endif |
44 | 44 | ||
45 | !if fname_already iswordof $error |
45 | !if fname_already iswordof $error |
46 | Un fichier de nom <span class="tt wims_fname">$fnewname</span> |
46 | Un fichier de nom <span class="tt wims_fname">$fnewname</span> |
47 | existe déjà. Choisissez un autre nom. |
47 | existe déjà. Choisissez un autre nom. |
48 | !exit |
48 | !exit |
49 | !endif |
49 | !endif |
50 | 50 | ||
51 | !if badtarget iswordof $error |
51 | !if badtarget iswordof $error |
52 | L'adresse de destination <span class="tt wims_address">$target</span> n'est pas bonne : |
52 | L'adresse de destination <span class="tt wims_address">$target</span> n'est pas bonne : |
53 | trop longue, trop courte, incomplète ou caractères non admis.<br /> |
53 | trop longue, trop courte, incomplète ou caractères non admis.<br /> |
54 | Détail des erreurs : |
54 | Détail des erreurs : |
55 | <ul> |
55 | <ul> |
56 | !if incorrect_t1 iswordof $error |
56 | !if incorrect_t1 iswordof $error |
57 | <li>Zone incorrecte</li> |
57 | <li>Zone incorrecte</li> |
58 | !endif |
58 | !endif |
59 | !if incorrect_t2 iswordof $error |
59 | !if incorrect_t2 iswordof $error |
60 | <li>Catégorie incorrecte</li> |
60 | <li>Catégorie incorrecte</li> |
61 | !endif |
61 | !endif |
62 | !if incorrect_t3 iswordof $error |
62 | !if incorrect_t3 iswordof $error |
63 | <li>Nom incorrect</li> |
63 | <li>Nom incorrect</li> |
64 | !endif |
64 | !endif |
65 | !if incorrect_t4 iswordof $error |
65 | !if incorrect_t4 iswordof $error |
66 | <li>Langue incorrecte</li> |
66 | <li>Langue incorrecte</li> |
67 | !endif |
67 | !endif |
68 | !if incorrect_tlen iswordof $error |
68 | !if incorrect_tlen iswordof $error |
69 | <li>longueur incorrecte</li> |
69 | <li>longueur incorrecte</li> |
70 | !endif |
70 | !endif |
71 | </ul> |
71 | </ul> |
72 | !exit |
72 | !exit |
73 | !endif |
73 | !endif |
74 | 74 | ||
75 | !if symlink iswordof $error |
75 | !if symlink iswordof $error |
76 | Impossible de copier le module source, car il contient des liens symboliques. |
76 | Impossible de copier le module source, car il contient des liens symboliques. |
77 | !exit |
77 | !exit |
78 | !endif |
78 | !endif |
79 | 79 | ||
80 | !if file_too_large iswordof $error |
80 | !if file_too_large iswordof $error |
81 | Il n'a pas été possible de faire l'archive du module à cause de sa taille. |
81 | Il n'a pas été possible de faire l'archive du module à cause de sa taille. |
82 | !exit |
82 | !exit |