Rev 2819 | Rev 3157 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2819 | Rev 3150 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | !distribute words $wims_read_parm into w1,w2,w3,w4,w5,w6 |
3 | !distribute words $wims_read_parm into w1,w2,w3,w4,w5,w6 |
4 | !if $w1 iswordof antiwversion badauth badauthhost badcategory badhour badlang \ |
4 | !if $w1 iswordof antiwversion badauth badauthhost badcategory badhour badlang \ |
5 | badname badtar badtype badversion badwimsversion \ |
5 | badname badtar badtype badversion badwimsversion \ |
6 | doublelang empty nochange noindex nolocalright \ |
6 | doublelang empty nochange noindex nolocalright \ |
7 | nongnu nooriginal noreply noright noright_translate notallow robot \ |
7 | nongnu nooriginal noreply noright noright_translate notallow robot \ |
8 | symlink toolong unpublishable please-update-module-version lengthlimit |
8 | symlink toolong unpublishable please-update-module-version lengthlimit \ |
- | 9 | already_exists |
|
9 | !goto $w1 |
10 | !goto $w1 |
10 | !else |
11 | !else |
11 | !default $wims_read_parm=Une erreur technique est apparue. |
12 | !default $wims_read_parm=Une erreur technique est apparue. |
12 | $wims_read_parm |
13 | $wims_read_parm |
13 | !exit |
14 | !exit |
14 | !endif |
15 | !endif |
- | 16 | ||
- | 17 | :already_exists |
|
- | 18 | A module with the same name already exists on another mirror publication servor. |
|
- | 19 | If you are its author, you must publish at the same publication servor or ask |
|
- | 20 | a transfer of your rights. If you are not the other one, please change the name of your module. |
|
- | 21 | !exit |
|
15 | 22 | ||
16 | :antiwversion |
23 | :antiwversion |
17 | Votre module nécessite WIMS-$w2 pour fonctionner. Ce serveur n'est qu'à |
24 | Votre module nécessite WIMS-$w2 pour fonctionner. Ce serveur n'est qu'à |
18 | la version $wims_version. Veuillez corriger. |
25 | la version $wims_version. Veuillez corriger. |
19 | !exit |
26 | !exit |