Subversion Repositories wimsdev

Rev

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