Rev 6235 | Rev 11457 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !set wims_module_log=error: $error |
2 | |||
4027 | bpr | 3 | <span class="wims_warning">$wims_name_Error</span>. |
23 | reyssat | 4 | |
5 | !if empty_data iswordof $error |
||
4785 | bpr | 6 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
7 | |||
5901 | bpr | 8 | Completare il campo <span class="tt wims_warning">$(tmp_$(empty_data))</span> |
4817 | czzmrn | 9 | e verificare gli altri campi. |
23 | reyssat | 10 | !exit |
11 | !endif |
||
12 | |||
13 | !if bad_fname iswordof $error |
||
14 | Illegal file name. Please choose another name for your file. |
||
15 | !exit |
||
16 | !endif |
||
17 | |||
4264 | czzmrn | 18 | !if binary_file iswordof $error |
19 | Binary file is not allowed here. |
||
23 | reyssat | 20 | !exit |
21 | !endif |
||
22 | |||
4264 | czzmrn | 23 | !if illegal_filedesc iswordof $error |
7703 | bpr | 24 | You cannot put anything else than straightforward definitions in |
5901 | bpr | 25 | <span class="tt wims_fname">filedesc</span>. |
23 | reyssat | 26 | !exit |
27 | !endif |
||
28 | |||
29 | !if badoriginal iswordof $error |
||
30 | This module cannot be copied. |
||
31 | !exit |
||
32 | !endif |
||
33 | |||
34 | !if clash iswordof $error |
||
35 | Target module already exists. |
||
36 | !exit |
||
37 | !endif |
||
38 | |||
39 | !if badtarget iswordof $error |
||
6235 | bpr | 40 | L'indirizzo di destinazione (<span class="tt wims_address">$target</span>) non è valido: troppo lungo, troppo corto, incompeto o contenente caratteri non validi.<br /> |
4264 | czzmrn | 41 | Dettagli dell'errore: |
42 | <ul> |
||
43 | !if incorrect_t1 iswordof $error |
||
44 | <li>Zona non corretta</li> |
||
45 | !endif |
||
46 | !if incorrect_t2 iswordof $error |
||
47 | <li>Categoria non corretta</li> |
||
48 | !endif |
||
49 | !if incorrect_t3 iswordof $error |
||
50 | <li>Nome non corretto</li> |
||
51 | !endif |
||
52 | !if incorrect_t4 iswordof $error |
||
53 | <li>Lingua non corretta</li> |
||
54 | !endif |
||
55 | !if incorrect_tlen iswordof $error |
||
56 | <li>dimensioni non corrette</li> |
||
57 | !endif |
||
58 | </ul> |
||
23 | reyssat | 59 | !exit |
60 | !endif |
||
61 | |||
62 | !if symlink iswordof $error |
||
63 | The source module cannot be copied because it contains symbolic links. |
||
64 | !exit |
||
65 | !endif |
||
66 | |||
3985 | bpr | 67 | !msg $error |