Subversion Repositories wimsdev

Rev

Rev 16012 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!set wims_module_log=error: $error
2
 
16012 czzmrn 3
<b>$wims_name_Error</b>.
20 reyssat 4
 
5
!if $error = doc_not_exist
7681 bpr 6
 Il documento richiesto non esiste più.
20 reyssat 7
 !exit
8
!endif
9
 
10
!if $error = abuse
11
 Il documento ha un titolo un po' strano! Sei sicuro?
13748 obado 12
 <p><b>Attenzione</b>! Potremmo decidere di rifiutarti l'accesso
13
 al sito.</p>
20 reyssat 14
 !exit
15
!endif
16
 
17
!if $error = quota
16012 czzmrn 18
 Non è più possibile modificare questo documento perché
20 reyssat 19
 si sta raggiungendo il limite di spazio disco.
20
 !exit
21
!endif
22
 
23
!if $error = quota_file
16012 czzmrn 24
 Non è possibile allegare un file perché lo spazio disco
25
 non è sufficiente.
20 reyssat 26
 !exit
27
!endif
28
 
29
!if $error = no_tit
16012 czzmrn 30
 È necessario inserire un titolo!
20 reyssat 31
 !exit
32
!endif
33
 
34
!if $error = no_author
16012 czzmrn 35
 È necessario inserire un autore!
20 reyssat 36
 !exit
37
!endif
38
 
39
!if $error = bad_email
16012 czzmrn 40
 L'indirizzo e-mail inserito non sembrerebbe valido! È necessario
20 reyssat 41
 verificarlo.
42
 !exit
43
!endif
44
 
45
!if $error = bad_code
16012 czzmrn 46
 <p>Spiacente, il codice di accesso non è valido. Non è
13748 obado 47
 possibile leggere/modificare il documento richiesto.</p>
16012 czzmrn 48
 È possibile
17441 czzmrn 49
 !mailurl $wims_site_manager scrivere al responsabile del server\
20 reyssat 50
Codice di accesso dimenticato
16012 czzmrn 51
 se si è dimenticato il codice.
20 reyssat 52
 !exit
53
!endif
54
 
55
!if $error = unauthorized
16012 czzmrn 56
 Non è possibile leggere/modificare il documento richiesto.
20 reyssat 57
 !exit
58
!endif
59
 
60
!if $error = bad_data
16012 czzmrn 61
 I dati inseriti non sono corretti. È necessario
20 reyssat 62
 verificarli.
63
 !exit
64
!endif
65
 
66
!if $error = class_no_right
16012 czzmrn 67
 Spiacente, la richiesta non è valida. È necessario
20 reyssat 68
 consultare il docente.
69
 !exit
70
!endif
71
 
72
!if $error = small_code
16012 czzmrn 73
 Il codice di accesso è troppo corto.
20 reyssat 74
 !exit
75
!endif
76
 
77
!if $error = big_code
16012 czzmrn 78
 Il codice di accesso è troppo lungo.
20 reyssat 79
 !exit
80
!endif
81
 
82
!if $error = code_discord
7681 bpr 83
 <b>Attenzione</b>. I due codici inseriti non corrispondono.
20 reyssat 84
 Riprova.
85
 !exit
86
!endif
87
 
88
!if $error = bad_newcode
16012 czzmrn 89
 Il codice di accesso contiene caratteri proibiti. È necessario
20 reyssat 90
 utilizzare solo caratteri alfanumerici.
91
 !exit
92
!endif
93
 
94
!if $error = bad_oldcode
16012 czzmrn 95
 Il <em>vecchio codice</em> è errato. Riprova.
20 reyssat 96
 !exit
97
!endif
98
 
99
!if $error = deposit_fail
16012 czzmrn 100
 Spiacente, il nome file non è valido. È necessario
20 reyssat 101
 verificare.
102
 !exit
103
!endif
104
 
105
!if $error = deposit_binary
16012 czzmrn 106
 Il file <span class="tt">$wims_deposit</span> è un file binario!
107
 È possibile inserire solo file di testo.
20 reyssat 108
 !exit
109
!endif
110
 
111
!if $error = src_too_long
16012 czzmrn 112
 Il blocco <span class="tt">$block</span> non può essere accettato perché
113
 supera il limite di $max_blocklen byte. È necessario spezzarlo
7681 bpr 114
 in più blocchi.
20 reyssat 115
 !exit
116
!endif
117
 
118
!if $error = file_too_long
16012 czzmrn 119
 Il file LaTeX non può essere accettato perché supera
120
 il limite di $max_texlen byte. È necessario spezzarlo
7681 bpr 121
 in più blocchi.
20 reyssat 122
 !exit
123
!endif
124
 
125
!if $error = no_latex2html
16012 czzmrn 126
 Spiacente, non è possibile inserire file LaTeX perché
20 reyssat 127
 questo server non dispone del software necessario (LaTeX2HTML).
16012 czzmrn 128
 È possibile eseguire LaTeX2HTML sul proprio computer locale
20 reyssat 129
 e inserire in questo server il file html risultante.
130
 !exit
131
!endif
132
 
133
!msg $error
134