Rev 7818 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
4264 | czzmrn | 2 | <span class="wims_warning">$wims_name_Error</span>. |
23 | reyssat | 3 | !distribute words $wims_read_parm into w1,w2,w3,w4,w5,w6 |
2752 | bpr | 4 | !if $w1 iswordof antiwversion badauth badauthhost badcategory badhour badlang \ |
23 | reyssat | 5 | badname badtar badtype badversion badwimsversion \ |
6 | doublelang empty nochange noindex nolocalright \ |
||
2819 | bpr | 7 | nongnu nooriginal noreply noright noright_translate notallow robot \ |
3150 | bpr | 8 | symlink toolong unpublishable please-update-module-version lengthlimit \ |
7550 | bpr | 9 | mirror_exists domain_keyword |
23 | reyssat | 10 | !goto $w1 |
11 | !else |
||
7818 | czzmrn | 12 | !default wims_read_parm=Errore tecnico. |
23 | reyssat | 13 | $wims_read_parm |
14 | !exit |
||
15 | !endif |
||
16 | |||
3157 | bpr | 17 | :mirror_exists |
3150 | bpr | 18 | A module with the same name already exists on another mirror publication servor. |
7550 | bpr | 19 | If you are its author, you must publish at the same publication servor or ask |
3150 | bpr | 20 | a transfer of your rights. If you are not the other one, please change the name of your module. |
21 | !exit |
||
22 | |||
23 | reyssat | 23 | :antiwversion |
24 | Your module requires WIMS-$w2 to run? This server is only of version |
||
25 | $wims_version. Please correct. |
||
26 | !exit |
||
27 | |||
28 | :badauth |
||
10646 | czzmrn | 29 | Errore di autenticazione. Accesso negato. Pour publier, vous devez avoir un |
30 | compte de publication sur le serveur de publication que vous avez choisi. Ce login et le mot de passe |
||
31 | sont indépendants du login et mot de passe de votre compte Modtool. Vous pouvez vous |
||
32 | écrire au |
||
33 | !mailurl $sysadmin gestionnaire de publication |
||
34 | pour en obtenir un. |
||
23 | reyssat | 35 | !exit |
36 | |||
2161 | czzmrn | 37 | :badauthhost |
7550 | bpr | 38 | Errore di autenticazione. Non siete autorizzati a pubblicare un modulo da |
2817 | czzmrn | 39 | questo IP. Accesso negato. |
2161 | czzmrn | 40 | !exit |
41 | |||
23 | reyssat | 42 | :badcategory |
43 | !if / isin $w2 |
||
5901 | bpr | 44 | The category <span class="tt wims_code_words">$w2</span> of your submitted module is unknown. |
23 | reyssat | 45 | !set w3=!word 3 to -1 of $wims_read_parm |
46 | !set w0=!translate / to , in $w2 |
||
10646 | czzmrn | 47 | Categories actually available in the zone <span class="bold tt wims_code_words">$(w0[1])</span> are: |
4027 | bpr | 48 | <pre> |
49 | $w3 |
||
50 | </pre> |
||
23 | reyssat | 51 | Please write to the |
52 | !mailurl $sysadmin publication maintainer |
||
53 | if you want to add a new category. |
||
54 | !else |
||
5901 | bpr | 55 | The zone <span class="tt wims_code_words">$w2</span> of your submitted module is unknown. |
7550 | bpr | 56 | Please report your problem to the |
23 | reyssat | 57 | !mailurl $sysadmin publication maintainer |
58 | . |
||
59 | !endif |
||
60 | !exit |
||
61 | |||
62 | :badhour |
||
63 | This is not the time to publish a local module! |
||
6246 | bpr | 64 | |
23 | reyssat | 65 | Please choose a period when the server is quieter. Avoid publishing |
66 | modules during the following hours: |
||
6246 | bpr | 67 | <br class="spacer" /> |
23 | reyssat | 68 | $nopublish |
69 | !exit |
||
70 | |||
71 | :badlang |
||
5901 | bpr | 72 | Sorry but the language <span class="tt wims_code_words">$w2</span> does not exist on WIMS yet. Somebody has |
23 | reyssat | 73 | to translate WIMS to this language before modules can be submitted. |
74 | !exit |
||
75 | |||
76 | :badname |
||
5901 | bpr | 77 | The module name <span class="tt wims_fname">$w2</span> is bad: it is either too long, too short or contains |
23 | reyssat | 78 | illegal characters. |
79 | !exit |
||
80 | |||
81 | :badtar |
||
82 | Error detected in the transmission. Please verify your manoeuvre or try again. |
||
83 | !exit |
||
84 | |||
85 | :badtype |
||
86 | Wrong submission type: |
||
87 | !if $w2=new |
||
88 | your module is not new. |
||
89 | !else |
||
90 | you cannot modify a non-existing module. |
||
91 | !endif |
||
92 | Have you put a wrong address to this module? |
||
93 | !exit |
||
94 | |||
95 | :badversion |
||
5901 | bpr | 96 | The version number <span class="tt wims_code_words">$w2</span> of your module is not correctly formatted. |
23 | reyssat | 97 | Please correct. |
98 | !exit |
||
99 | |||
100 | :badwimsversion |
||
101 | The wims_version declearation of your module must be an existing WIMS version |
||
102 | between 3.36 and the latest release. |
||
103 | This is apparently not the case. Please correct. |
||
104 | !exit |
||
105 | |||
106 | :doublelang |
||
107 | Confusion in module language definition: the INDEX file declares |
||
5901 | bpr | 108 | <span class="tt wims_code_words">language=$w3</span>, while the directory has extension |
109 | <span class="tt wims_code_words">$w2</span>. Please correct. |
||
23 | reyssat | 110 | !exit |
111 | |||
112 | :empty |
||
113 | Empty submission ignored. |
||
114 | !exit |
||
115 | |||
2819 | bpr | 116 | :lengthlimit |
117 | The module size is too big. So, you cannot install it by this interface. You must contact directly |
||
118 | the publication center |
||
119 | !mailurl $sysadmin $centralhost |
||
120 | to manage a manual installation. |
||
121 | !exit |
||
122 | |||
23 | reyssat | 123 | :nochange |
5901 | bpr | 124 | The module <span class="tt wims_fname">$w2</span> |
23 | reyssat | 125 | is not modified since the last submission. |
126 | Submission ignored. |
||
127 | !exit |
||
128 | |||
129 | :noindex |
||
130 | Wrong content: the INDEX file of the module seems missing or corrupt. |
||
131 | !exit |
||
132 | |||
133 | :nolocalright |
||
134 | In order to install your module in the local space of the server, |
||
3930 | bpr | 135 | you should first ask the webmaster to give you the right to do so. |
23 | reyssat | 136 | !exit |
137 | |||
138 | :nongnu |
||
3948 | bpr | 139 | You did not declare the copyright of the module to be GNU GPL. Submission |
23 | reyssat | 140 | refused. |
141 | !exit |
||
142 | |||
143 | :nooriginal |
||
144 | The publication center cannot find the original module from which |
||
145 | this module is translated. |
||
146 | Have you put a wrong address to this module? |
||
147 | !exit |
||
148 | |||
149 | :noreply |
||
150 | Connection error trying to contact the publication center $centralhost. |
||
151 | !exit |
||
152 | |||
153 | :noright |
||
5901 | bpr | 154 | You are not known to be the author or translator of <span class="tt wims_fname">$w2</span>. |
23 | reyssat | 155 | You can send a |
156 | !href cmd=reply&jobreq=backup backup archive |
||
157 | of your modification to the author |
||
158 | !set au=!line 2 of $wims_read_parm |
||
159 | !distribute items $au into w3,w4 |
||
160 | <a href="mailto:$w4?subject=Your WIMS module $w2">$w3</a> |
||
161 | who knows how to publish it. |
||
162 | !exit |
||
163 | |||
3748 | czzmrn | 164 | :noright_translate |
165 | Ce module est une traduction d'un autre module. Vous devez donc indiquer qu'il s'agit d'une traduction. |
||
166 | Vous pouvez envoyer un fichier de |
||
167 | !href cmd=reply&jobreq=backup sauvegarde |
||
168 | de votre modification à l'auteur |
||
169 | !set au=!line 2 of $wims_read_parm |
||
170 | !distribute items $au into w3,w4 |
||
171 | <a href="mailto:$w4?subject=Your WIMS module $w2">$w3</a> |
||
172 | qui le publiera s'il le désire. |
||
173 | !exit |
||
174 | |||
23 | reyssat | 175 | :notallow |
176 | You cannot make new publications in $D1/$D2. Try to publish |
||
177 | under development version, or find somebody having the rights to publish |
||
178 | it for you! |
||
179 | !exit |
||
180 | |||
2819 | bpr | 181 | :please-update-module-version |
182 | You must increase the module version when you update it. You should also write which modifications |
||
183 | have been done in the file NEWS. |
||
184 | !exit |
||
185 | |||
23 | reyssat | 186 | :robot |
187 | Robot access detected: internal technical error, please report. |
||
188 | !exit |
||
189 | |||
190 | :symlink |
||
191 | Symbolic links are not allowed in new modules. If you have an old version |
||
192 | OEF module, you can translate it into new version that does not contain |
||
193 | symbolic links. |
||
194 | !exit |
||
195 | |||
196 | :toolong |
||
197 | Sorry but your module is too big for automatic submission. You can send it |
||
198 | manually to the maintainer of the distribution. Thanks! |
||
199 | !exit |
||
200 | |||
201 | :unpublishable |
||
4264 | czzmrn | 202 | Questo modulo non ha un nome adatto per essere pubblicato |
203 | !if $unpublishable_site!= |
||
204 | sul server |
||
6235 | bpr | 205 | <span class="tt">$unpublishable_site</span>. |
7550 | bpr | 206 | !endif |
207 | Occorre prima |
||
4264 | czzmrn | 208 | !href cmd=reply&jobreq=move&modreq=$mod cambiare nome |
209 | o |
||
210 | !href cmd=reply&jobreq=copy&original=devel/$auth_login/$mod duplicare il modulo |
||
211 | per poterlo pubblicare. |
||
841 | czzmrn | 212 | !if oef iswordof $w1 $w2 $w3 $w4 $w5 $w6 |
213 | En effet, votre module étant déclaré comme un module d'exercices OEF, |
||
5901 | bpr | 214 | son nom doit commencer par <span class="tt wims_code_words">oef</span>. |
841 | czzmrn | 215 | !endif |
216 | !if doc iswordof $w1 $w2 $w3 $w4 $w5 $w6 |
||
217 | En effet, votre module étant déclaré comme un document, |
||
5901 | bpr | 218 | son nom doit commencer par <span class="tt wims_code_words">doc</span>. |
841 | czzmrn | 219 | !endif |
23 | reyssat | 220 | !exit |
221 | |||
7550 | bpr | 222 | :domain_keyword |
7818 | czzmrn | 223 | I campi <span class="wims_label">$wims_name_Domain</span> o |
224 | <span class="wims_label">$wims_name_Keywords</span> non sono stati compilati. |
||
225 | Per favore modificare le |
||
7550 | bpr | 226 | !href cmd=reply&jobreq=index $wims_name_properties |
7818 | czzmrn | 227 | del modulo $mod, consultando le istruzioni. |
7550 | bpr | 228 | !exit |