Rev 4817 | Rev 6235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4817 | Rev 5901 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | <span class="wims_warning">$wims_name_Error</span>. |
3 | <span class="wims_warning">$wims_name_Error</span>. |
4 | 4 | ||
5 | !if empty_data iswordof $error |
5 | !if empty_data iswordof $error |
6 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
6 | !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category |
7 | 7 | ||
8 | Completare il campo <tt |
8 | Completare il campo <span class="tt wims_warning">$(tmp_$(empty_data))</span> |
9 | e verificare gli altri campi. |
9 | e verificare gli altri campi. |
10 | !exit |
10 | !exit |
11 | !endif |
11 | !endif |
12 | 12 | ||
13 | !if bad_fname iswordof $error |
13 | !if bad_fname iswordof $error |
Line 20... | Line 20... | ||
20 | !exit |
20 | !exit |
21 | !endif |
21 | !endif |
22 | 22 | ||
23 | !if illegal_filedesc iswordof $error |
23 | !if illegal_filedesc iswordof $error |
24 | You cannot put anything else than straightforward definitions in |
24 | You cannot put anything else than straightforward definitions in |
25 | <tt |
25 | <span class="tt wims_fname">filedesc</span>. |
26 | !exit |
26 | !exit |
27 | !endif |
27 | !endif |
28 | 28 | ||
29 | !if badoriginal iswordof $error |
29 | !if badoriginal iswordof $error |
30 | This module cannot be copied. |
30 | This module cannot be copied. |
Line 35... | Line 35... | ||
35 | Target module already exists. |
35 | Target module already exists. |
36 | !exit |
36 | !exit |
37 | !endif |
37 | !endif |
38 | 38 | ||
39 | !if badtarget iswordof $error |
39 | !if badtarget iswordof $error |
40 | L'indirizzo di destinazione (<tt |
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/> |
41 | Dettagli dell'errore: |
41 | Dettagli dell'errore: |
42 | <ul> |
42 | <ul> |
43 | !if incorrect_t1 iswordof $error |
43 | !if incorrect_t1 iswordof $error |
44 | <li>Zona non corretta</li> |
44 | <li>Zona non corretta</li> |
45 | !endif |
45 | !endif |