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