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