Rev 12043 | Rev 16810 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2553 | bpr | 1 | !set wims_module_log=error: $error |
2 | |||
4027 | bpr | 3 | <span class="wims_warning">$wims_name_Error</span>. |
2553 | bpr | 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 | |||
16123 | bpr | 8 | Quiere llenar el campo <span class="tt wims_warning">$(tmp_$(empty_data)</span> |
9 | y verificar los otros campos. |
||
2553 | bpr | 10 | !exit |
11 | !endif |
||
12 | |||
12043 | bpr | 13 | !if bad_case iswordof $error |
16123 | bpr | 14 | Ya existe un archivo cuyo nombre difiere solo en mayúsculas y minúsculas. |
15 | Cambie el nombre del archivo que desea cargar. |
||
16 | !exit |
||
12043 | bpr | 17 | !endif |
18 | |||
2553 | bpr | 19 | !if bad_fname iswordof $error |
20 | Nombre de fichero ilegal. Quiere elegir otro nombre para su fichero. |
||
21 | !exit |
||
22 | !endif |
||
23 | |||
24 | !if binary_file iswordof $error |
||
25 | Fichero binario prohibido. |
||
26 | !exit |
||
27 | !endif |
||
28 | |||
29 | !if illegal_filedesc iswordof $error |
||
16123 | bpr | 30 | No pueden poner sino definiciones directas en |
31 | <span class="tt wims_fname">filedesc</span>. |
||
32 | !exit |
||
2553 | bpr | 33 | !endif |
34 | |||
35 | !if badoriginal iswordof $error |
||
36 | Este módulo no puede copiarse. |
||
37 | !exit |
||
38 | !endif |
||
39 | |||
40 | !if clash iswordof $error |
||
41 | El módulo de destino ya existe. |
||
42 | !exit |
||
43 | !endif |
||
44 | |||
16123 | bpr | 45 | !if fname_already iswordof $error |
46 | Ya existe un archivo de nombre <span class="tt wims_fname">$fnewname</span>. |
||
47 | Escoja otro nombre. |
||
48 | !exit |
||
49 | !endif |
||
50 | |||
2553 | bpr | 51 | !if badtarget iswordof $error |
16123 | bpr | 52 | La dirección de destino <span class="tt wims_address">$target</span> no es buena: |
53 | demasiado larga, demasiado corta, incompleta o caracteres no admitidos. |
||
54 | Detalle de los errores: |
||
4785 | bpr | 55 | <ul> |
56 | !if incorrect_t1 iswordof $error |
||
16123 | bpr | 57 | <li>Zona incorrecta</li> |
4785 | bpr | 58 | !endif |
59 | !if incorrect_t2 iswordof $error |
||
16123 | bpr | 60 | <li>Categoría incorrecta</li> |
4785 | bpr | 61 | !endif |
62 | !if incorrect_t3 iswordof $error |
||
16123 | bpr | 63 | <li>Nombre incorrecto</li> |
4785 | bpr | 64 | !endif |
65 | !if incorrect_t4 iswordof $error |
||
16123 | bpr | 66 | <li>Idioma incorrecto</li> |
4785 | bpr | 67 | !endif |
68 | !if incorrect_tlen iswordof $error |
||
16123 | bpr | 69 | <li>longitud incorrecta</li> |
4785 | bpr | 70 | !endif |
71 | </ul> |
||
2553 | bpr | 72 | !exit |
73 | !endif |
||
74 | |||
75 | !if symlink iswordof $error |
||
76 | Imposible de copiar el módulo fuente, ya que contiene vínculos simbólicos. |
||
77 | !exit |
||
78 | !endif |
||
79 | |||
11457 | bpr | 80 | !if file_too_large iswordof $error |
16123 | bpr | 81 | No fue posible archivar el módulo debido a su tamaño. |
11457 | bpr | 82 | !exit |
83 | !endif |
||
16123 | bpr | 84 | |
2553 | bpr | 85 | !msg $error |