Rev 3985 | Rev 4785 | Go to most recent revision | 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 | |||
4028 | bpr | 3 | <span class="wims_warning">$wims_name_Error</span>. |
23 | reyssat | 4 | |
5 | !if empty_data iswordof $error |
||
6 | Veuillez remplir la définition de |
||
4028 | bpr | 7 | <span class="wims_warning">$(name_$empty_data)</span> |
23 | reyssat | 8 | de votre module. |
9 | !exit |
||
10 | !endif |
||
11 | |||
12 | !if bad_fname iswordof $error |
||
13 | Nom de fichier illégal. Veuillez choisir un autre nom pour votre fichier. |
||
14 | !exit |
||
15 | !endif |
||
16 | |||
1704 | bpr | 17 | !if binary_file iswordof $error |
18 | Binary file is not allowed here. |
||
19 | !exit |
||
20 | !endif |
||
21 | |||
23 | reyssat | 22 | !if illegal_filedesc iswordof $error |
23 | Vous ne pouvez pas placer autre chose que des définitions directes dans |
||
24 | filedesc. |
||
25 | !exit |
||
26 | !endif |
||
27 | |||
28 | !if badoriginal iswordof $error |
||
29 | Ce module ne peut pas être copié. |
||
30 | !exit |
||
31 | !endif |
||
32 | |||
33 | !if clash iswordof $error |
||
34 | Le module de destination existe déjà. |
||
35 | !exit |
||
36 | !endif |
||
37 | |||
38 | !if badtarget iswordof $error |
||
39 | L'adresse de destination n'est pas bonne : trop longue, trop courte, |
||
3985 | bpr | 40 | incomplète ou caractères non admis. |
23 | reyssat | 41 | !exit |
42 | !endif |
||
43 | |||
44 | !if symlink iswordof $error |
||
45 | Impossible de copier le module source, car il contient des liens |
||
46 | symboliques. |
||
47 | !exit |
||
48 | !endif |
||
49 | |||
3985 | bpr | 50 | !msg $error |