Subversion Repositories wimsdev

Rev

Rev 13318 | Rev 15360 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1384 czzmrn 1
 
2
!set wims_module_log=error: $error $wims_class
3
 
3985 bpr 4
<b>$wims_name_Error</b>.
1384 czzmrn 5
 
6
!if not_secure iswordof $error
7
 !if $code!=$empty
5637 czzmrn 8
  Il codice inserito non è corretto.
1384 czzmrn 9
 !else
5637 czzmrn 10
  Questo modulo è accessibile solo da un IP configurato.
1384 czzmrn 11
 !endif
5637 czzmrn 12
  Accesso negato.
1384 czzmrn 13
 !exit
14
!endif
15
 
16
!if checkhost iswordof $error
13318 obado 17
 L'IP della connessione attualmente utilizzata non è tra i valori degli IP
18
 sicuri inseriti per la modifica. Si tratta probabilmente di un errore in
5637 czzmrn 19
 quanto se si salva questa configurazione non sarà possibile accedere
20
 alle pagine di configurazione del corso. L'opzione <b>non</b>
21
 è quindi stata modificata.
1384 czzmrn 22
 !exit
23
!endif
24
 
25
!if bad_file iswordof $error
5637 czzmrn 26
 Spiacenti ma il file <em>$wims_deposit</em> non è stato riconosciuto
27
 come un file di backup valido di un corso. Verificare di aver inviato
28
 il file corretto o che il file che si vuole inviare non sia
29
 danneggiato.
1384 czzmrn 30
 !exit
31
!endif
32
 
33
!if empty_file iswordof $error
13318 obado 34
 Il file inviato <span class="tt wims_fname">$wims_deposit</span> non contiene
5637 czzmrn 35
 alcuna risorsa inseribile nel corso.
1384 czzmrn 36
 !exit
37
!endif
38
 
39
!if no_upload iswordof $error
5637 czzmrn 40
 I dati inviati sono andati in timeout. L'operazione non è andata
41
 a buon fine. Riprovate.
1384 czzmrn 42
 !exit
43
!endif
44
 
45
!if remote_sharing iswordof $error
5637 czzmrn 46
 Un corso vicino sta condividento le vostre risorse. Fino a che tale
47
 corso non termina la condivisione voi non potete né negare la condivisione
48
 né togliere tale corso dalla lista dei corsi vicini.
1384 czzmrn 49
 !exit
50
!endif
51
 
52
!if share_dep iswordof $error
13318 obado 53
 La condivisione di risorse deve rispettare le dipendenze: è necessario
5637 czzmrn 54
 condividere
1384 czzmrn 55
 !if sheet iswordof $error
5637 czzmrn 56
  gli esercizi (per poter condividere i test di autovalutazione).
1384 czzmrn 57
 !else
58
  !if exam iswordof $error
5637 czzmrn 59
   gli esercizi e i test di autovalutazione (per poter condividere i temi d'esame).
1384 czzmrn 60
  !else
61
   !if livret iswordof $error
5637 czzmrn 62
    gli esercizi e i test di autovalutazione (per poter condividere il registro delle competenze).
12115 guerimand 63
   !else
64
    !if userphoto iswordof $error
65
     les comptes de participants avant de partager les photos individuelles.
66
    !endif
1384 czzmrn 67
   !endif
13318 obado 68
  !endif
1384 czzmrn 69
 !endif
70
 !exit
71
!endif
72
 
73
!if stopshare_dep iswordof $error
13318 obado 74
 La condivisione di risorse deve rispettare le dipendenze: è necessario
5637 czzmrn 75
 terminare la condivisione
1384 czzmrn 76
 !if sheet iswordof $error
5637 czzmrn 77
  degli esami e del registro delle competenze (per poter terminare la condivisione dei test di autovalutazione).
1384 czzmrn 78
 !else
79
  !if exo iswordof $error
5637 czzmrn 80
   dei test di autovalutazione (per poter terminare la condivisione degli esercizi).
13318 obado 81
  !endif
1384 czzmrn 82
 !endif
83
 !exit
84
!endif
85
 
86
!if not_neighbor iswordof $error
5637 czzmrn 87
 Avete cercato di compiere una operazione relativamente a un corso che in realtà non è vostro vicino.
6235 bpr 88
 <br />
5637 czzmrn 89
 Si ricorda che la dichiarazione di vicinato deve essere effettuata da ENTRAMBI i corsi.
1384 czzmrn 90
 !exit
91
!endif
92
 
93
!if localmirror iswordof $error
3985 bpr 94
 Rendre une classe miroir sur le même serveur n'a pas de sens.
1384 czzmrn 95
 !exit
96
!endif
97
 
98
!if toobigfile iswordof $error
5637 czzmrn 99
 Il file è troppo grande: il limite è 12K.
1384 czzmrn 100
 !exit
101
!endif
102
 
13318 obado 103
!if file_too_large iswordof $error
104
  <p>It was not possible to archive this class because of its size. Archives are limited to <strong>$max_arch_size KB</strong>.</p>
105
  <p>We invite you to make a selective backup by selecting only certain data.</p>
106
  !if $format!=zip
14080 lemaire 107
    <p>NB: even if the browser allows you to download the generated file, it may not be usable.</p>
13318 obado 108
  !endif
109
  !exit
110
!endif
111
 
1384 czzmrn 112
!msg $error