Rev 4264 | Rev 4785 | 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 |
||
6 | Please fill in the definition of |
||
4027 | bpr | 7 | <span class="wims_warning">$(name_$empty_data)</span> |
23 | reyssat | 8 | of your module. |
9 | !exit |
||
10 | !endif |
||
11 | |||
12 | !if bad_fname iswordof $error |
||
13 | Illegal file name. Please choose another name for your file. |
||
14 | !exit |
||
15 | !endif |
||
16 | |||
4264 | czzmrn | 17 | !if binary_file iswordof $error |
18 | Binary file is not allowed here. |
||
23 | reyssat | 19 | !exit |
20 | !endif |
||
21 | |||
4264 | czzmrn | 22 | !if illegal_filedesc iswordof $error |
23 | You cannot put anything else than straightforward definitions in filedesc. |
||
23 | reyssat | 24 | !exit |
25 | !endif |
||
26 | |||
27 | !if badoriginal iswordof $error |
||
28 | This module cannot be copied. |
||
29 | !exit |
||
30 | !endif |
||
31 | |||
32 | !if clash iswordof $error |
||
33 | Target module already exists. |
||
34 | !exit |
||
35 | !endif |
||
36 | |||
37 | !if badtarget iswordof $error |
||
4456 | czzmrn | 38 | L'indirizzo di destinazione (<tt class="wims_address">$target</tt>) non è valido: troppo lungo, troppo corto, incompeto o contenente caratteri non validi.<br/> |
4264 | czzmrn | 39 | Dettagli dell'errore: |
40 | <ul> |
||
41 | !if incorrect_t1 iswordof $error |
||
42 | <li>Zona non corretta</li> |
||
43 | !endif |
||
44 | !if incorrect_t2 iswordof $error |
||
45 | <li>Categoria non corretta</li> |
||
46 | !endif |
||
47 | !if incorrect_t3 iswordof $error |
||
48 | <li>Nome non corretto</li> |
||
49 | !endif |
||
50 | !if incorrect_t4 iswordof $error |
||
51 | <li>Lingua non corretta</li> |
||
52 | !endif |
||
53 | !if incorrect_tlen iswordof $error |
||
54 | <li>dimensioni non corrette</li> |
||
55 | !endif |
||
56 | </ul> |
||
23 | reyssat | 57 | !exit |
58 | !endif |
||
59 | |||
60 | !if symlink iswordof $error |
||
61 | The source module cannot be copied because it contains symbolic links. |
||
62 | !exit |
||
63 | !endif |
||
64 | |||
3985 | bpr | 65 | !msg $error |