Subversion Repositories wimsdev

Rev

Rev 11457 | Rev 16123 | 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
 
2553 bpr 8
 Quiere cumplir la definición de
5901 bpr 9
 <span class="tt wims_warning">$(tmp_$(empty_data)</span>
2553 bpr 10
 de su módulo.
11
 !exit
12
!endif
13
 
12043 bpr 14
!if bad_case iswordof $error
15
 There is already a file with the same name except for majuscules. Please change the name of the file you want to upload.
16
 !exit
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
30
 No pueden poner sino definiciones directas en filedesc.
31
 !exit
32
!endif
33
 
34
!if badoriginal iswordof $error
35
 Este módulo no puede copiarse.
36
 !exit
37
!endif
38
 
39
!if clash iswordof $error
40
 El módulo de destino ya existe.
41
 !exit
42
!endif
43
 
44
!if badtarget iswordof $error
45
 La dirección de destino no es buena: demasiado larga, demasiado corta,
46
 incompleta o caracteres no admitidos.
4785 bpr 47
 <ul>
48
  !if incorrect_t1 iswordof $error
49
   <li>incorrect zone</li>
50
  !endif
51
  !if incorrect_t2 iswordof $error
52
   <li>incorrect category</li>
53
  !endif
54
  !if incorrect_t3 iswordof $error
55
   <li>incorrect name</li>
56
  !endif
57
  !if incorrect_t4 iswordof $error
58
   <li>incorrect language</li>
59
  !endif
60
  !if incorrect_tlen iswordof $error
61
   <li>too long or too short address</li>
62
  !endif
63
 </ul>
2553 bpr 64
 !exit
65
!endif
66
 
67
!if symlink iswordof $error
68
 Imposible de copiar el módulo fuente, ya que contiene vínculos simbólicos.
69
 !exit
70
!endif
71
 
11457 bpr 72
!if file_too_large iswordof $error
73
  The module cannot be archived, it is too large.
74
  !exit
75
!endif
2553 bpr 76
!msg $error