Rev 7681 | Rev 16012 | Go to most recent revision | 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 | |||
2890 | bpr | 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 |
||
7681 | bpr | 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 |
||
24 | Non è possibile allegare un file perché lo spazio disco |
||
25 | non è sufficiente. |
||
26 | !exit |
||
27 | !endif |
||
28 | |||
29 | !if $error = no_tit |
||
30 | È necessario inserire un titolo! |
||
31 | !exit |
||
32 | !endif |
||
33 | |||
34 | !if $error = no_author |
||
35 | È necessario inserire un autore! |
||
36 | !exit |
||
37 | !endif |
||
38 | |||
39 | !if $error = bad_email |
||
40 | L'indirizzo e-mail inserito non sembrerebbe valido! È necessario |
||
41 | verificarlo. |
||
42 | !exit |
||
43 | !endif |
||
44 | |||
45 | !if $error = bad_code |
||
13748 | obado | 46 | <p>Spiacente, il codice di accesso non è valido. Non è |
47 | possibile leggere/modificare il documento richiesto.</p> |
||
20 | reyssat | 48 | È possibile |
49 | !mailurl $wims_site_manager scrivere al gestore del sito\ |
||
50 | Codice di accesso dimenticato |
||
51 | se si è dimenticato il codice. |
||
52 | !exit |
||
53 | !endif |
||
54 | |||
55 | !if $error = unauthorized |
||
56 | Non è possibile leggere/modificare il documento richiesto. |
||
57 | !exit |
||
58 | !endif |
||
59 | |||
60 | !if $error = bad_data |
||
61 | I dati inseriti non sono corretti. È necessario |
||
62 | verificarli. |
||
63 | !exit |
||
64 | !endif |
||
65 | |||
66 | !if $error = class_no_right |
||
67 | Spiacente, la richiesta non è valida. È necessario |
||
68 | consultare il docente. |
||
69 | !exit |
||
70 | !endif |
||
71 | |||
72 | !if $error = small_code |
||
73 | Il codice di accesso è troppo corto. |
||
74 | !exit |
||
75 | !endif |
||
76 | |||
77 | !if $error = big_code |
||
78 | Il codice di accesso è troppo lungo. |
||
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 |
||
89 | Il codice di accesso contiene caratteri proibiti. È necessario |
||
90 | utilizzare solo caratteri alfanumerici. |
||
91 | !exit |
||
92 | !endif |
||
93 | |||
94 | !if $error = bad_oldcode |
||
95 | Il <em>vecchio codice</em> è errato. Riprova. |
||
96 | !exit |
||
97 | !endif |
||
98 | |||
99 | !if $error = deposit_fail |
||
7681 | bpr | 100 | Spiacente, il nome file non è valido. È necessario |
20 | reyssat | 101 | verificare. |
102 | !exit |
||
103 | !endif |
||
104 | |||
105 | !if $error = deposit_binary |
||
5903 | bpr | 106 | Il file <span class="tt">$wims_deposit</span> è un file binario! |
20 | reyssat | 107 | È possibile inserire solo file di testo. |
108 | !exit |
||
109 | !endif |
||
110 | |||
111 | !if $error = src_too_long |
||
7681 | bpr | 112 | Il blocco <span class="tt">$block</span> non può essere accettato perché |
20 | reyssat | 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 |
||
7681 | bpr | 119 | Il file LaTeX non può essere accettato perché supera |
20 | reyssat | 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 |
||
126 | Spiacente, non è possibile inserire file LaTeX perchè |
||
127 | questo server non dispone del software necessario (LaTeX2HTML). |
||
128 | È possibile eseguire LaTeX2HTML sul proprio computer locale |
||
129 | e inserire in questo server il file html risultante. |
||
130 | !exit |
||
131 | !endif |
||
132 | |||
133 | !msg $error |
||
134 |