Rev 4027 | Rev 5901 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4027 | Rev 4785 | ||
---|---|---|---|
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 |
|
- | 7 | ||
6 | Quiere cumplir la definición de |
8 | Quiere cumplir la definición de |
7 | < |
9 | <tt class="wims_warning">$(tmp_$(empty_data)</tt> |
8 | de su módulo. |
10 | de su módulo. |
9 | !exit |
11 | !exit |
10 | !endif |
12 | !endif |
11 | 13 | ||
12 | !if bad_fname iswordof $error |
14 | !if bad_fname iswordof $error |
Line 35... | Line 37... | ||
35 | !endif |
37 | !endif |
36 | 38 | ||
37 | !if badtarget iswordof $error |
39 | !if badtarget iswordof $error |
38 | La dirección de destino no es buena: demasiado larga, demasiado corta, |
40 | La dirección de destino no es buena: demasiado larga, demasiado corta, |
39 | incompleta o caracteres no admitidos. |
41 | incompleta o caracteres no admitidos. |
- | 42 | <ul> |
|
- | 43 | !if incorrect_t1 iswordof $error |
|
- | 44 | <li>incorrect zone</li> |
|
- | 45 | !endif |
|
- | 46 | !if incorrect_t2 iswordof $error |
|
- | 47 | <li>incorrect category</li> |
|
- | 48 | !endif |
|
- | 49 | !if incorrect_t3 iswordof $error |
|
- | 50 | <li>incorrect name</li> |
|
- | 51 | !endif |
|
- | 52 | !if incorrect_t4 iswordof $error |
|
- | 53 | <li>incorrect language</li> |
|
- | 54 | !endif |
|
- | 55 | !if incorrect_tlen iswordof $error |
|
- | 56 | <li>too long or too short address</li> |
|
- | 57 | !endif |
|
- | 58 | </ul> |
|
40 | !exit |
59 | !exit |
41 | !endif |
60 | !endif |
42 | 61 | ||
43 | !if symlink iswordof $error |
62 | !if symlink iswordof $error |
44 | Imposible de copiar el módulo fuente, ya que contiene vínculos simbólicos. |
63 | Imposible de copiar el módulo fuente, ya que contiene vínculos simbólicos. |