Subversion Repositories wimsdev

Rev

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

Rev 4027 Rev 4264
Line 12... Line 12...
12
!if bad_fname iswordof $error
12
!if bad_fname iswordof $error
13
 Illegal file name. Please choose another name for your file.
13
 Illegal file name. Please choose another name for your file.
14
 !exit
14
 !exit
15
!endif
15
!endif
16
 
16
 
17
!if illegal_filedesc iswordof $error
17
!if binary_file iswordof $error
18
 You cannot put anything else than straightforward definitions in filedesc.
18
 Binary file is not allowed here.
19
 !exit
19
 !exit
20
!endif
20
!endif
21
 
21
 
22
!if binary_file iswordof $error
22
!if illegal_filedesc iswordof $error
23
 Binary file is not allowed here.
23
 You cannot put anything else than straightforward definitions in filedesc.
24
 !exit
24
 !exit
25
!endif
25
!endif
26
 
26
 
27
!if badoriginal iswordof $error
27
!if badoriginal iswordof $error
28
 This module cannot be copied.
28
 This module cannot be copied.
Line 33... Line 33...
33
 Target module already exists.
33
 Target module already exists.
34
 !exit
34
 !exit
35
!endif
35
!endif
36
 
36
 
37
!if badtarget iswordof $error
37
!if badtarget iswordof $error
38
 Target module address is bad: too long, too short, incomplete, or illegal
38
 L'indirizzo di destinazione (<tt class="wims_code">$target</tt>) non รจ valido: troppo lungo, troppo corto, incompeto o contenente caratteri non validi.<br/>
-
 
39
 Dettagli dell'errore:
-
 
40
 <ul>
-
 
41
  !if incorrect_t1 iswordof $error
-
 
42
   <li>Zona non corretta</li>
-
 
43
  !endif
-
 
44
  !if incorrect_t2 iswordof $error
-
 
45
   <li>Categoria non corretta</li>
-
 
46
  !endif
-
 
47
  !if incorrect_t3 iswordof $error
-
 
48
   <li>Nome non corretto</li>
-
 
49
  !endif
-
 
50
  !if incorrect_t4 iswordof $error
-
 
51
   <li>Lingua non corretta</li>
-
 
52
  !endif
-
 
53
  !if incorrect_tlen iswordof $error
-
 
54
   <li>dimensioni non corrette</li>
39
 characters.
55
  !endif
-
 
56
 </ul>
40
 !exit
57
 !exit
41
!endif
58
!endif
42
 
59
 
43
!if symlink iswordof $error
60
!if symlink iswordof $error
44
 The source module cannot be copied because it contains symbolic links.
61
 The source module cannot be copied because it contains symbolic links.