Subversion Repositories wimsdev

Rev

Rev 12043 | Rev 17180 | 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
16810 bpr 6
  !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category
4785 bpr 7
 
16810 bpr 8
  Si us plau ompliu el camp <span class="tt wims_warning">$(tmp_$(empty_data))</span>
9
  i comproveu els altres camps.
10
  !exit
23 reyssat 11
!endif
12
 
12043 bpr 13
!if bad_case iswordof $error
16810 bpr 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
12043 bpr 16
!endif
17
 
23 reyssat 18
!if bad_fname iswordof $error
16810 bpr 19
  Nom del fitxer il·legal. Si us plau trieu un altre nom per al fitxer.
20
  !exit
23 reyssat 21
!endif
22
 
1704 bpr 23
!if binary_file iswordof $error
16810 bpr 24
  Fitxer prohibit.
25
  !exit
1704 bpr 26
!endif
27
 
23 reyssat 28
!if illegal_filedesc iswordof $error
16810 bpr 29
  Es poden posar només definicions directes a
30
  <span class="tt wims_fname">filedesc</span>.
31
  !exit
23 reyssat 32
!endif
33
 
34
!if badoriginal iswordof $error
16810 bpr 35
  Aquest mòdul no es pot copiar.
36
  !exit
23 reyssat 37
!endif
38
 
39
!if clash iswordof $error
16810 bpr 40
  El mòdul de destinació ja existeix.
41
  !exit
23 reyssat 42
!endif
43
 
44
!if badtarget iswordof $error
16810 bpr 45
  L'adreça de destinació <span class="tt wims_address">$target</span> no és correcta :
46
  massa llarga, massa curta, incompleta o amb caràcters no permesos.<br />
47
  Detall dels errors :
4785 bpr 48
 <ul>
49
  !if incorrect_t1 iswordof $error
16810 bpr 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
16810 bpr 56
    <li>Nom incorrecte</li>
4785 bpr 57
  !endif
58
  !if incorrect_t4 iswordof $error
16810 bpr 59
    <li>Llengua incorrecta</li>
4785 bpr 60
  !endif
61
  !if incorrect_tlen iswordof $error
16810 bpr 62
    <li>longitud incorrecta</li>
4785 bpr 63
  !endif
16810 bpr 64
  </ul>
65
  !exit
23 reyssat 66
!endif
67
 
68
!if symlink iswordof $error
16810 bpr 69
  No es pot copiar el mòdul d'origen, conté enllaços simbòlics.
70
  !exit
23 reyssat 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