Rev 6235 | Rev 7703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6235 | Rev 6839 | ||
---|---|---|---|
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 |
|
8 | Si us plau ompliu el camp <span class="tt wims_warning">$(tmp_$(empty_data))</span> |
9 |
|
9 | i comproveu els altres camps. |
10 | !exit |
10 | !exit |
11 | !endif |
11 | !endif |
12 | 12 | ||
13 | !if bad_fname iswordof $error |
13 | !if bad_fname iswordof $error |
14 | Nom |
14 | Nom del fitxer il·legal. Si us plau trieu un altre nom per al fitxer. |
15 | !exit |
15 | !exit |
16 | !endif |
16 | !endif |
17 | 17 | ||
18 | !if binary_file iswordof $error |
18 | !if binary_file iswordof $error |
19 |
|
19 | Fitxer prohibit. |
20 | !exit |
20 | !exit |
21 | !endif |
21 | !endif |
22 | 22 | ||
23 | !if illegal_filedesc iswordof $error |
23 | !if illegal_filedesc iswordof $error |
24 |
|
24 | Es poden posar només definicions directes a |
25 | <span class="tt wims_fname">filedesc</span>. |
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 |
|
30 | Aquest mòdul no es pot copiar. |
31 | !exit |
31 | !exit |
32 | !endif |
32 | !endif |
33 | 33 | ||
34 | !if clash iswordof $error |
34 | !if clash iswordof $error |
35 |
|
35 | El mòdul de destinació ja existeix. |
36 | !exit |
36 | !exit |
37 | !endif |
37 | !endif |
38 | 38 | ||
39 | !if badtarget iswordof $error |
39 | !if badtarget iswordof $error |
40 |
|
40 | L'adreça de destinació <span class="tt wims_address">$target</span> no és correcta : |
41 |
|
41 | massa llarga, massa curta, incompleta o amb caràcters no permesos.<br /> |
42 |
|
42 | Detall dels errors : |
43 | <ul> |
43 | <ul> |
44 | !if incorrect_t1 iswordof $error |
44 | !if incorrect_t1 iswordof $error |
45 | <li> |
45 | <li>Zona incorrecta</li> |
46 | !endif |
46 | !endif |
47 | !if incorrect_t2 iswordof $error |
47 | !if incorrect_t2 iswordof $error |
48 | <li> |
48 | <li>Categoria incorrecta</li> |
49 | !endif |
49 | !endif |
50 | !if incorrect_t3 iswordof $error |
50 | !if incorrect_t3 iswordof $error |
51 | <li>Nom |
51 | <li>Nom incorrecte</li> |
52 | !endif |
52 | !endif |
53 | !if incorrect_t4 iswordof $error |
53 | !if incorrect_t4 iswordof $error |
54 | <li> |
54 | <li>Llengua incorrecta</li> |
55 | !endif |
55 | !endif |
56 | !if incorrect_tlen iswordof $error |
56 | !if incorrect_tlen iswordof $error |
57 | <li> |
57 | <li>longitud incorrecta</li> |
58 | !endif |
58 | !endif |
59 | </ul> |
59 | </ul> |
60 | !exit |
60 | !exit |
61 | !endif |
61 | !endif |
62 | 62 | ||
63 | !if symlink iswordof $error |
63 | !if symlink iswordof $error |
64 |
|
64 | No es pot copiar el mòdul d'origen, ja que conté enllaços simbòlics. |
65 | !exit |
65 | !exit |
66 | !endif |
66 | !endif |
67 | 67 | ||
68 | !msg $error |
68 | !msg $error |