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