Rev 17260 | Rev 17414 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
13136 | obado | 1 | !set lang_exists=yes |
23 | reyssat | 2 | |
11217 | obado | 3 | !default wims_name_passsup=$wims_name_Password ($name_sup) |
4 | !default wims_name_password=$wims_name_Password ($name_classesss) |
||
10929 | bpr | 5 | !default wims_name_institution=$name_Name_portal |
6 | !default wims_name_description=$wims_name_name $name_classesss |
||
7 | |||
15291 | czzmrn | 8 | !set cname=!item $cltype+1 of un corso virtuale,,un coordinamento di corsi,,\ |
13345 | obado | 9 | un portale del sito. |
10 | |||
13076 | bpr | 11 | !if noagreecgu iswordof $error |
13136 | obado | 12 | $noagreecgu_msg |
13076 | bpr | 13 | !exit |
14 | !endif |
||
15 | |||
23 | reyssat | 16 | !if no_subclass iswordof $error |
15291 | czzmrn | 17 | Non sei il coordinatore. Non puoi creare moduli nel coordinamento. |
13076 | bpr | 18 | !set restart=no |
19 | !exit |
||
23 | reyssat | 20 | !endif |
21 | |||
22 | !if no_right iswordof $error |
||
13076 | bpr | 23 | Spiacente! Non è possibile creare un corso su questo sito. È |
24 | possibile |
||
25 | !mailurl $wims_site_manager contattare il responsabile del sito\ |
||
23 | reyssat | 26 | Virtual class creation |
13076 | bpr | 27 | per maggiori dettagli. |
28 | !set restart=no |
||
29 | !exit |
||
23 | reyssat | 30 | !endif |
31 | |||
32 | !if not_manager iswordof $error |
||
16125 | bpr | 33 | Spiacente, solo il responsabile del sito può creare $cname. |
34 | !exit |
||
23 | reyssat | 35 | !endif |
36 | |||
37 | !if getpass iswordof $error |
||
17260 | guerimand | 38 | <div class="wims_msg warning"> |
17261 | bpr | 39 | Le mot de passe de création qui vous a été transmis par l'administrateur |
40 | ne doit pas être communiqué. |
||
17260 | guerimand | 41 | !if $cltype=2 |
17261 | bpr | 42 | De même, vous vous engagez à ne diffuser le mot de passe d'inscription des enseignants |
43 | à votre groupement qu'aux enseignants dont vous souhaitez l'inscription |
||
44 | dans votre groupement. En aucun cas ce mot de passe n'aura une diffusion publique. |
||
45 | L'administrateur du serveur se réserve le droit de fermer votre groupement |
||
46 | en cas de manquement à cette règle. |
||
17260 | guerimand | 47 | !endif |
48 | </div> |
||
16125 | bpr | 49 | !if $sendmail!=$empty |
50 | La password è stata inviata per email |
||
51 | all'indirizzo $sendmail. |
||
17180 | bpr | 52 | <br class="spacer"> |
16125 | bpr | 53 | !endif |
54 | !if $regpass!=$empty |
||
55 | <div class="wims_msg warning"> |
||
56 | Spiacente, la password è errata. Riprova. |
||
57 | </div> |
||
58 | !else |
||
59 | !if $sendmail=$empty |
||
60 | La creazione di $cname su questo sito è protetta da password. |
||
61 | Inserire la password. |
||
62 | !endif |
||
63 | !endif |
||
64 | !form reply |
||
17200 | guerimand | 65 | <input type="hidden" name="step" value="$step"> |
17181 | guerimand | 66 | <input type="hidden" name="job" value="$job"> |
16125 | bpr | 67 | <label for="regpass"> |
68 | Password: |
||
69 | </label> |
||
17180 | bpr | 70 | <input size="16" name="regpass" type="password" id="regpass" required> |
71 | <input type="submit" value="$wims_name_send"> |
||
17261 | bpr | 72 | !formend |
16125 | bpr | 73 | </div> |
74 | <div class="wims_msg info"> |
||
17261 | bpr | 75 | Attenzione. La password per la creazione di un corso virtuale va |
76 | richiesta al |
||
77 | !mailurl $wims_site_manager responsabile \ |
||
13117 | czzmrn | 78 | Password di creazione di un corso |
10603 | bpr | 79 | di questo sito WIMS. |
17261 | bpr | 80 | !if $regpassmail!=$empty and $sendmail=$empty |
81 | !form reply |
||
82 | È possibile ricevere la password di creazione del corso inserendo |
||
83 | un indirizzo di posta elettronica: |
||
84 | <div class="wimscenter"> |
||
85 | <input type="text" id="adresse1" name="adresse1" value="$adresse1" size="20"> |
||
86 | <input type="hidden" name="step" value="0"> |
||
87 | !let nbaddr=!itemcnt $regpassmail |
||
88 | !if $nbaddr=1 |
||
89 | @$regpassmail |
||
90 | <input type="hidden" name="adresse2" value="$regpassmail"> |
||
91 | !else |
||
92 | @ |
||
93 | !formselect adresse2 list $regpassmail |
||
94 | !endif |
||
95 | <input type="submit" value="$wims_name_send"> |
||
96 | </div> |
||
97 | !formend |
||
98 | !else |
||
99 | !reset sendmail |
||
100 | !endif |
||
101 | </div> |
||
102 | !set restart=no |
||
103 | !exit |
||
23 | reyssat | 104 | !endif |
105 | |||
106 | !if getid iswordof $error |
||
13345 | obado | 107 | !if $regpass$regid!=$empty |
108 | Spiacente, la password non è corretta. Riprova. |
||
109 | !else |
||
110 | La creazione di un corso virtuale su questo sito è soggetta a registrazione. |
||
111 | Esegui il login. |
||
112 | !endif |
||
113 | </div> |
||
114 | !form reply |
||
115 | <fieldset class="property_fields halfwidth blockcenter"> |
||
116 | <div class="field box"> |
||
117 | <label for="regid"> |
||
118 | Login: |
||
119 | </label> |
||
17180 | bpr | 120 | <input size="20" name="regid" id="regid" required> |
13345 | obado | 121 | </div> |
122 | <div class="field box"> |
||
123 | <label for="regpass"> |
||
124 | Password: |
||
125 | </label> |
||
17180 | bpr | 126 | <input size="16" name="regpass" id="regpass" type="password" required> |
13345 | obado | 127 | </div> |
128 | <div class="wimscenter"> |
||
17180 | bpr | 129 | <input type="submit" value="$wims_name_send"> |
13345 | obado | 130 | </div> |
131 | </fieldset> |
||
132 | !formend |
||
16125 | bpr | 133 | <p> |
13345 | obado | 134 | Attenzione. Per poter creare un corso contattare il |
135 | !mailurl $wims_site_manager responsabile\ |
||
13117 | czzmrn | 136 | Password per creazione di un corso |
13345 | obado | 137 | di questo sito WIMS. |
16125 | bpr | 138 | </p> |
13345 | obado | 139 | !set restart=no |
140 | !exit |
||
23 | reyssat | 141 | !endif |
142 | |||
143 | !if class_quota=$error |
||
13345 | obado | 144 | Hai raggiunto il massimo di $r_quota1 corsi che potevi creare. |
145 | !set restart=no |
||
146 | !exit |
||
23 | reyssat | 147 | !endif |
148 | |||
149 | !if bad_secure=$error |
||
13345 | obado | 150 | Si sta cercando di accedere alle opzioni di configurazione da |
151 | un pc differente da quello che si sta configurando |
||
152 | (<span class="tt wims_code_words">$secure</span>)! Si tratta probabilmente di un errore che può portare |
||
153 | alla impossibilità di gestire il corso. |
||
154 | <p> |
||
155 | Si prega di leggere con attenzione le informazioni seguenti. Se non si |
||
156 | è sicuri di comprenderle meglio lasciare questo campo vuoto (si sarà |
||
157 | comunque in grado di gestire il corso grazie all'invio di codici di |
||
158 | accesso temporanei), o mettere la parola <span class="tt wims_code_words">all</span> per disabilitare |
||
159 | del tutto questa misura di sicurezza. |
||
17180 | bpr | 160 | </p><hr> |
13345 | obado | 161 | !read help/hosts.phtml |
162 | !reset secure |
||
163 | !exit |
||
23 | reyssat | 164 | !endif |
165 | |||
817 | czzmrn | 166 | !if has_empty=$error |
13345 | obado | 167 | Mancano dei dati indispensabili per la creazione di un nuovo corso |
17180 | bpr | 168 | interattivo. Torna indietro e ricomincia.<br> |
13345 | obado | 169 | <span class="tt wims_code_words">$(wims_name_$error_subject) required.</span> |
170 | !exit |
||
817 | czzmrn | 171 | !endif |
172 | |||
23 | reyssat | 173 | !if too_short=$error |
13345 | obado | 174 | Il campo <span class="tt wims_code_words">$(wims_name_$(error_subject))</span> sembra troppo corto. |
175 | !exit |
||
23 | reyssat | 176 | !endif |
177 | |||
178 | !if bad_date=$error |
||
13345 | obado | 179 | La data di termine del corso non è corretta. |
180 | !exit |
||
23 | reyssat | 181 | !endif |
182 | |||
817 | czzmrn | 183 | !if anti_date=$error |
13345 | obado | 184 | La data di termine del corso è |
185 | antecedente ad oggi. |
||
186 | !exit |
||
23 | reyssat | 187 | !endif |
188 | |||
189 | !if bad_level=$error |
||
13345 | obado | 190 | Il livello scelto non è accettabile. |
191 | !exit |
||
23 | reyssat | 192 | !endif |
193 | |||
817 | czzmrn | 194 | !if bad_email=$error |
13345 | obado | 195 | L'indirizzo di posta elettronica è apparentemente non valido. |
196 | <p> |
||
17261 | bpr | 197 | La creazione del corso interattivo non andrà a buon fine se non |
13345 | obado | 198 | si dispone di un indirizzo e-mail funzionante fin da ora. |
199 | </p> |
||
200 | !exit |
||
23 | reyssat | 201 | !endif |
202 | |||
203 | !if existing=$error |
||
13345 | obado | 204 | Il corso $classname sembra esistere già. Non è possibile |
205 | ricreare lo stesso corso. |
||
206 | !exit |
||
23 | reyssat | 207 | !endif |
208 | |||
15928 | guerimand | 209 | !if pass_discord isin $error |
15931 | czzmrn | 210 | La/le password ( |
211 | !if sup isin $error |
||
212 | di gestione del corso |
||
213 | !if class isin $error |
||
214 | e di iscrizione al corso |
||
215 | !endif |
||
216 | !else |
||
217 | !if class isin $error |
||
218 | di iscrizione al corso |
||
219 | !endif |
||
220 | !endif |
||
16125 | bpr | 221 | ) inserite ora non corrispondono a quelle inserite in precedenza. |
13345 | obado | 222 | Il corso non è stato attivato. |
15931 | czzmrn | 223 | Riprova. |
13345 | obado | 224 | !exit |
23 | reyssat | 225 | !endif |
226 | |||
227 | !if bad_pass=$error |
||
13345 | obado | 228 | $(wims_name_$(error_subject)) contiene caratteri non accettati dal server. |
229 | Si prega di utilizzare solo numeri o lettere non accentate e di non |
||
230 | utilizzare spazi. |
||
231 | !exit |
||
23 | reyssat | 232 | !endif |
233 | |||
234 | !if bad_code=$error |
||
13345 | obado | 235 | Il codice di attivazione inserito non è valido. Avete verificato |
236 | la vostra casella di posta elettronica? |
||
237 | <p> |
||
238 | Si ricorda che ogni accesso al server viene |
||
239 | registrato. |
||
240 | </p> |
||
241 | !exit |
||
23 | reyssat | 242 | !endif |
243 | |||
244 | !if define_fail=$error or abuse=$error |
||
13345 | obado | 245 | A causa di un errore interno non è stato possibile inserire |
246 | il corso nel database. |
||
247 | <p> |
||
248 | Si prega di riferire il problema al |
||
249 | !mailurl $wims_site_manager responsabile del sito\ |
||
23 | reyssat | 250 | user registration failure |
13345 | obado | 251 | Grazie! |
252 | </p> |
||
253 | !exit |
||
23 | reyssat | 254 | !endif |
255 | |||
256 | !if duplicate=$error |
||
13345 | obado | 257 | Avete cercato di ricreare un corso già esistente. È possibile |
258 | che abbiate cliccato sul bottone `reload'? In ogni caso il corso |
||
259 | $classname esiste già e la seconda richiesta di attivazione |
||
260 | è stata ignorata. |
||
261 | <div> |
||
16125 | bpr | 262 | !read adm/lang/links.phtml.$modu_lang |
13345 | obado | 263 | </div> |
264 | !exit |
||
23 | reyssat | 265 | !endif |
266 | |||
9447 | guerimand | 267 | !if classdontexists=$error |
13345 | obado | 268 | Questo corso non esiste. |
269 | !exit |
||
9447 | guerimand | 270 | !endif |
271 | |||
272 | !if notexempleclass=$error |
||
13345 | obado | 273 | Questo corso non è un corso aperto: non è possibile copiarlo. |
274 | !exit |
||
9447 | guerimand | 275 | !endif |
276 | |||
277 | !if badcpmethod=$error |
||
13345 | obado | 278 | Unidentifiable copy method. Repeat the operation. |
279 | If the error persists, contact the server administrator. |
||
280 | !exit |
||
9447 | guerimand | 281 | !endif |
282 | |||
9461 | guerimand | 283 | !if cloningnotallow=$error |
13345 | obado | 284 | La duplicazione di questo corso non è stata autorizzata dal docente. |
285 | !exit |
||
9461 | guerimand | 286 | !endif |
287 | |||
288 | !if badcloningpwd=$error |
||
13345 | obado | 289 | Password di duplicazione errata. |
290 | !exit |
||
9461 | guerimand | 291 | !endif |
292 | |||
293 | !if disallowcloning=$error |
||
13345 | obado | 294 | Non è possibile duplicare questo corso. |
295 | !exit |
||
9461 | guerimand | 296 | !endif |
16124 | guerimand | 297 | |
298 | !if subclasslimit=$error |
||
299 | Vous avez atteint le nombre maximum de sous-classes ($max_subclasses). Il n'est pas possible d'en créer d'autres. |
||
300 | !exit |
||
301 | !endif |
||
302 | |||
17204 | guerimand | 303 | !if bad_file iswordof $error |
304 | Spiacenti ma il file <em>$wims_deposit</em> non è stato riconosciuto |
||
305 | come un file di backup valido di un corso. Verificare di aver inviato |
||
306 | il file corretto o che il file che si vuole inviare non sia |
||
307 | danneggiato. |
||
308 | !exit |
||
309 | !endif |
||
310 | |||
6374 | bpr | 311 | !msg $error |