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