Subversion Repositories wimsdev

Rev

Rev 11457 | 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
 
4027 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
 
5901 bpr 8
 Veuillez remplir le champ <span class="tt wims_warning">$(tmp_$(empty_data))</span>
4785 bpr 9
 et vérifiez les autres champs.
23 reyssat 10
 !exit
11
!endif
12
 
12043 bpr 13
!if bad_case iswordof $error
14
 Il y a déjà un fichier dont le nom ne diffère que par la casse. Veuillez changer le nom du fichier que
15
 vous désirez déposer.
16
 !exit
17
!endif
18
 
23 reyssat 19
!if bad_fname iswordof $error
20
 Nom de fichier illégal. Veuillez choisir un autre nom pour votre fichier.
21
 !exit
22
!endif
23
 
1267 bpr 24
!if binary_file iswordof $error
25
 Fichier binaire interdit.
23 reyssat 26
 !exit
27
!endif
28
 
1267 bpr 29
!if illegal_filedesc iswordof $error
7703 bpr 30
 Vous ne pouvez mettre que des définitions directes dans
5901 bpr 31
 <span class="tt wims_fname">filedesc</span>.
23 reyssat 32
 !exit
33
!endif
34
 
35
!if badoriginal iswordof $error
36
 Ce module ne peut pas être copié.
37
 !exit
38
!endif
39
 
40
!if clash iswordof $error
41
 Le module de destination existe déjà.
42
 !exit
43
!endif
44
 
11170 bpr 45
!if fname_already iswordof $error
46
 Un fichier de nom <span class="tt wims_fname">$fnewname</span>
47
  existe déjà. Choisissez un autre nom.
48
 !exit
49
!endif
50
 
23 reyssat 51
!if badtarget iswordof $error
7703 bpr 52
 L'adresse de destination <span class="tt wims_address">$target</span> n'est pas bonne :
6235 bpr 53
 trop longue, trop courte, incomplète ou caractères non admis.<br />
7703 bpr 54
 Détail des erreurs :
4179 obado 55
 <ul>
56
  !if incorrect_t1 iswordof $error
57
   <li>Zone incorrecte</li>
58
  !endif
59
  !if incorrect_t2 iswordof $error
4785 bpr 60
   <li>Catégorie incorrecte</li>
4179 obado 61
  !endif
62
  !if incorrect_t3 iswordof $error
63
   <li>Nom incorrect</li>
64
  !endif
65
  !if incorrect_t4 iswordof $error
66
   <li>Langue incorrecte</li>
67
  !endif
68
  !if incorrect_tlen iswordof $error
69
   <li>longueur incorrecte</li>
70
  !endif
71
 </ul>
23 reyssat 72
 !exit
73
!endif
74
 
75
!if symlink iswordof $error
4785 bpr 76
 Impossible de copier le module source, car il contient des liens symboliques.
23 reyssat 77
 !exit
78
!endif
79
 
11457 bpr 80
!if file_too_large iswordof $error
81
  Il n'a pas été possible de faire l'archive du module à cause de sa taille.
82
  !exit
83
!endif
84
 
3985 bpr 85
!msg $error