Rev 16810 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16810 | Rev 17279 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | !exit |
37 | !exit |
38 | !endif |
38 | !endif |
39 | 39 | ||
40 | !if clash iswordof $error |
40 | !if clash iswordof $error |
41 | De module bestaat reeds. |
41 | De module bestaat reeds. |
- | 42 | !exit |
|
- | 43 | !endif |
|
- | 44 | ||
- | 45 | !if fname_already iswordof $error |
|
- | 46 | Un fichier de nom <span class="tt wims_fname">$fnewname</span> |
|
- | 47 | existe déjà. Choisissez un autre nom. |
|
42 | !exit |
48 | !exit |
43 | !endif |
49 | !endif |
44 | 50 | ||
45 | !if badtarget iswordof $error |
51 | !if badtarget iswordof $error |
46 | Het adres van de module is niet goed: te lang,te kort, inkompleet |
52 | Het adres van de module is niet goed: te lang,te kort, inkompleet |
47 | of niet toegestane lettertekens |
53 | of niet toegestane lettertekens |
48 | <ul> |
54 | <ul> |
49 | !if incorrect_t1 iswordof $error |
55 | !if incorrect_t1 iswordof $error |
50 | <li>incorrecte zone</li> |
56 | <li>incorrecte zone</li> |
51 | !endif |
57 | !endif |
52 | !if incorrect_t2 iswordof $error |
58 | !if incorrect_t2 iswordof $error |
53 | <li>incorrecte categorie</li> |
59 | <li>incorrecte categorie</li> |
54 | !endif |
60 | !endif |
55 | !if incorrect_t3 iswordof $error |
61 | !if incorrect_t3 iswordof $error |
56 | <li>incorrecte naam</li> |
62 | <li>incorrecte naam</li> |
57 | !endif |
63 | !endif |
58 | !if incorrect_t4 iswordof $error |
64 | !if incorrect_t4 iswordof $error |
59 | <li>incorrecte taal</li> |
65 | <li>incorrecte taal</li> |
60 | !endif |
66 | !endif |
61 | !if incorrect_tlen iswordof $error |
67 | !if incorrect_tlen iswordof $error |
62 | <li>adres te lang of te kort</li> |
68 | <li>adres te lang of te kort</li> |
63 | !endif |
69 | !endif |
64 | </ul> |
70 | </ul> |
65 | !exit |
71 | !exit |
66 | !endif |
72 | !endif |
67 | 73 | ||
68 | !if symlink iswordof $error |
74 | !if symlink iswordof $error |
69 | De module code kan niet worden gekopieerd, omdat deze |
75 | De module code kan niet worden gekopieerd, omdat deze |
70 | symbolische links bevat. |
76 | symbolische links bevat. |
- | 77 | !exit |
|
- | 78 | !endif |
|
- | 79 | ||
- | 80 | !if file_too_large iswordof $error |
|
- | 81 | The module cannot be archived, it is too large. |
|
71 | !exit |
82 | !exit |
72 | !endif |
83 | !endif |
73 | 84 | ||
74 | !msg $error |
85 | !msg $error |