Subversion Repositories wimsdev

Rev

Rev 13807 | 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
 
4027 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
  Completare il campo <span class="tt wims_warning">$(tmp_$(empty_data))</span>
9
  e verificare gli altri campi.
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
  Illegal file name. Please choose another name for your file.
20
  !exit
23 reyssat 21
!endif
22
 
4264 czzmrn 23
!if binary_file iswordof $error
16810 bpr 24
  Binary file is not allowed here.
25
  !exit
23 reyssat 26
!endif
27
 
4264 czzmrn 28
!if illegal_filedesc iswordof $error
16810 bpr 29
  You cannot put anything else than straightforward definitions in
30
  <span class="tt wims_fname">filedesc</span>.
31
  !exit
23 reyssat 32
!endif
33
 
34
!if badoriginal iswordof $error
16810 bpr 35
  This module cannot be copied.
36
  !exit
23 reyssat 37
!endif
38
 
39
!if clash iswordof $error
16810 bpr 40
  Target module already exists.
41
  !exit
23 reyssat 42
!endif
43
 
13807 czzmrn 44
!if fname_already iswordof $error
16810 bpr 45
  Un file con nome <span class="tt wims_fname">$fnewname</span>
46
   esiste di già. Scegliere un altro nome.
47
  !exit
13807 czzmrn 48
!endif
49
 
23 reyssat 50
!if badtarget iswordof $error
16810 bpr 51
  L'indirizzo di destinazione (<span class="tt wims_address">$target</span>) non è valido: troppo lungo, troppo corto, incompeto o contenente caratteri non validi.<br />
52
  Dettagli dell'errore:
53
  <ul>
4264 czzmrn 54
  !if incorrect_t1 iswordof $error
16810 bpr 55
    <li>Zona non corretta</li>
4264 czzmrn 56
  !endif
57
  !if incorrect_t2 iswordof $error
16810 bpr 58
    <li>Categoria non corretta</li>
4264 czzmrn 59
  !endif
60
  !if incorrect_t3 iswordof $error
16810 bpr 61
    <li>Nome non corretto</li>
4264 czzmrn 62
  !endif
63
  !if incorrect_t4 iswordof $error
16810 bpr 64
    <li>Lingua non corretta</li>
4264 czzmrn 65
  !endif
66
  !if incorrect_tlen iswordof $error
16810 bpr 67
    <li>dimensioni non corrette</li>
4264 czzmrn 68
  !endif
16810 bpr 69
  </ul>
70
  !exit
23 reyssat 71
!endif
72
 
73
!if symlink iswordof $error
16810 bpr 74
  The source module cannot be copied because it contains symbolic links.
75
  !exit
23 reyssat 76
!endif
77
 
11457 bpr 78
!if file_too_large iswordof $error
79
  The module cannot be archived, it is too large.
80
  !exit
81
!endif
82
 
3985 bpr 83
!msg $error