Subversion Repositories wimsdev

Rev

Rev 13807 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13807 Rev 16810
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
6
  !distribute items $wims_name_title,$wims_name_Description,$wims_name_Type into tmp_title, tmp_description, tmp_category
7
 
7
 
8
 Completare il campo <span class="tt wims_warning">$(tmp_$(empty_data))</span>
8
  Completare il campo <span class="tt wims_warning">$(tmp_$(empty_data))</span>
9
e verificare gli altri campi.
9
  e verificare gli altri campi.
10
 !exit
10
  !exit
11
!endif
11
!endif
12
 
12
 
13
!if bad_case iswordof $error
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.
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
15
  !exit
16
!endif
16
!endif
17
 
17
 
18
!if bad_fname iswordof $error
18
!if bad_fname iswordof $error
19
 Illegal file name. Please choose another name for your file.
19
  Illegal file name. Please choose another name for your file.
20
 !exit
20
  !exit
21
!endif
21
!endif
22
 
22
 
23
!if binary_file iswordof $error
23
!if binary_file iswordof $error
24
 Binary file is not allowed here.
24
  Binary file is not allowed here.
25
 !exit
25
  !exit
26
!endif
26
!endif
27
 
27
 
28
!if illegal_filedesc iswordof $error
28
!if illegal_filedesc iswordof $error
29
 You cannot put anything else than straightforward definitions in
29
  You cannot put anything else than straightforward definitions in
30
 <span class="tt wims_fname">filedesc</span>.
30
  <span class="tt wims_fname">filedesc</span>.
31
 !exit
31
  !exit
32
!endif
32
!endif
33
 
33
 
34
!if badoriginal iswordof $error
34
!if badoriginal iswordof $error
35
 This module cannot be copied.
35
  This module cannot be copied.
36
 !exit
36
  !exit
37
!endif
37
!endif
38
 
38
 
39
!if clash iswordof $error
39
!if clash iswordof $error
40
 Target module already exists.
40
  Target module already exists.
41
 !exit
41
  !exit
42
!endif
42
!endif
43
 
43
 
44
!if fname_already iswordof $error
44
!if fname_already iswordof $error
45
 Un file con nome <span class="tt wims_fname">$fnewname</span>
45
  Un file con nome <span class="tt wims_fname">$fnewname</span>
46
  esiste di già. Scegliere un altro nome.
46
   esiste di già. Scegliere un altro nome.
47
 !exit
47
  !exit
48
!endif
48
!endif
49
 
49
 
50
!if badtarget iswordof $error
50
!if badtarget iswordof $error
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 />
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:
52
  Dettagli dell'errore:
53
 <ul>
53
  <ul>
54
  !if incorrect_t1 iswordof $error
54
  !if incorrect_t1 iswordof $error
55
   <li>Zona non corretta</li>
55
    <li>Zona non corretta</li>
56
  !endif
56
  !endif
57
  !if incorrect_t2 iswordof $error
57
  !if incorrect_t2 iswordof $error
58
   <li>Categoria non corretta</li>
58
    <li>Categoria non corretta</li>
59
  !endif
59
  !endif
60
  !if incorrect_t3 iswordof $error
60
  !if incorrect_t3 iswordof $error
61
   <li>Nome non corretto</li>
61
    <li>Nome non corretto</li>
62
  !endif
62
  !endif
63
  !if incorrect_t4 iswordof $error
63
  !if incorrect_t4 iswordof $error
64
   <li>Lingua non corretta</li>
64
    <li>Lingua non corretta</li>
65
  !endif
65
  !endif
66
  !if incorrect_tlen iswordof $error
66
  !if incorrect_tlen iswordof $error
67
   <li>dimensioni non corrette</li>
67
    <li>dimensioni non corrette</li>
68
  !endif
68
  !endif
69
 </ul>
69
  </ul>
70
 !exit
70
  !exit
71
!endif
71
!endif
72
 
72
 
73
!if symlink iswordof $error
73
!if symlink iswordof $error
74
 The source module cannot be copied because it contains symbolic links.
74
  The source module cannot be copied because it contains symbolic links.
75
 !exit
75
  !exit
76
!endif
76
!endif
77
 
77
 
78
!if file_too_large iswordof $error
78
!if file_too_large iswordof $error
79
  The module cannot be archived, it is too large.
79
  The module cannot be archived, it is too large.
80
  !exit
80
  !exit