Rev 6235 | Rev 11170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6235 | Rev 7703 | ||
---|---|---|---|
Line 19... | Line 19... | ||
19 | Fichier binaire interdit. |
19 | Fichier binaire interdit. |
20 | !exit |
20 | !exit |
21 | !endif |
21 | !endif |
22 | 22 | ||
23 | !if illegal_filedesc iswordof $error |
23 | !if illegal_filedesc iswordof $error |
24 | Vous ne pouvez mettre que des définitions directes dans |
24 | Vous ne pouvez mettre que des définitions directes dans |
25 | <span class="tt wims_fname">filedesc</span>. |
25 | <span class="tt wims_fname">filedesc</span>. |
26 | !exit |
26 | !exit |
27 | !endif |
27 | !endif |
28 | 28 | ||
29 | !if badoriginal iswordof $error |
29 | !if badoriginal iswordof $error |
Line 35... | Line 35... | ||
35 | Le module de destination existe déjà. |
35 | Le module de destination existe déjà. |
36 | !exit |
36 | !exit |
37 | !endif |
37 | !endif |
38 | 38 | ||
39 | !if badtarget iswordof $error |
39 | !if badtarget iswordof $error |
40 | L'adresse de destination <span class="tt wims_address">$target</span> n'est pas bonne : |
40 | L'adresse de destination <span class="tt wims_address">$target</span> n'est pas bonne : |
41 | trop longue, trop courte, incomplète ou caractères non admis.<br /> |
41 | trop longue, trop courte, incomplète ou caractères non admis.<br /> |
42 | Détail des erreurs : |
42 | Détail des erreurs : |
43 | <ul> |
43 | <ul> |
44 | !if incorrect_t1 iswordof $error |
44 | !if incorrect_t1 iswordof $error |
45 | <li>Zone incorrecte</li> |
45 | <li>Zone incorrecte</li> |
46 | !endif |
46 | !endif |
47 | !if incorrect_t2 iswordof $error |
47 | !if incorrect_t2 iswordof $error |