Subversion Repositories wimsdev

Rev

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