Rev 2890 | Rev 13748 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2890 | Rev 5903 | ||
---|---|---|---|
Line 102... | Line 102... | ||
102 | le nom de votre fichier. |
102 | le nom de votre fichier. |
103 | !exit |
103 | !exit |
104 | !endif |
104 | !endif |
105 | 105 | ||
106 | !if $error = deposit_binary |
106 | !if $error = deposit_binary |
107 | Vous avez soumis un fichier binaire < |
107 | Vous avez soumis un fichier binaire <span class="tt">$wims_deposit</span> ! |
108 | Je ne peux pas l'utiliser. Veuillez envoyer un fichier texte. |
108 | Je ne peux pas l'utiliser. Veuillez envoyer un fichier texte. |
109 | !exit |
109 | !exit |
110 | !endif |
110 | !endif |
111 | 111 | ||
112 | !if $error = src_too_long |
112 | !if $error = src_too_long |
113 | Votre bloc <tt>$block</ |
113 | Votre bloc <span class="tt">$block</span> ne peut pas être accepté car sa longueur a dépassé |
114 | la limite ($max_blocklen octets). Vous pouvez le couper |
114 | la limite ($max_blocklen octets). Vous pouvez le couper |
115 | en plusieurs blocs. |
115 | en plusieurs blocs. |
116 | !exit |
116 | !exit |
117 | !endif |
117 | !endif |
118 | 118 |