1 ## version $VER: dos.catalog 1.0 (10.03.2001)
5 MSG_ERROR_NO_FREE_STORE
6 Pas assez de mémoire disponible
8 ; not enough memory available
10 MSG_ERROR_TASK_TABLE_FULL
11 La table des processus est pleine
15 MSG_ERROR_BAD_TEMPLATE
25 MSG_ERROR_REQUIRED_ARG_MISSING
26 Argument requis manquant
27 ; required argument missing
29 MSG_ERROR_KEY_NEEDS_ARG
30 Valeur après le mot clé manquante
32 ; value after keyword missing
34 MSG_ERROR_TOO_MANY_ARGS
35 Nombre d'arguments faux
37 ; wrong number of arguments
39 MSG_ERROR_UNMATCHED_QUOTES
40 Correspondance des guillemets erronée
44 MSG_ERROR_LINE_TOO_LONG
45 Ligne d'arguments invalide ou trop longue
47 ; argument line invalid or too long
49 MSG_ERROR_FILE_NOT_OBJECT
50 Le fichier n'est pas exécutable
52 ; file is not executable
54 MSG_ERROR_INVALID_RESIDENT_LIBRARY
55 Librairie résidente invalide
57 ; invalid resident library
59 MSG_ERROR_NO_DEFAULT_DIR
60 Erreur 201 (pas de répertoire par défaut)
64 MSG_ERROR_OBJECT_IN_USE
69 MSG_ERROR_OBJECT_EXISTS
72 ; object already exists
74 MSG_ERROR_DIR_NOT_FOUND
79 MSG_ERROR_OBJECT_NOT_FOUND
84 MSG_ERROR_BAD_STREAM_NAME
85 Mauvais descriptif de fenêtre
87 ; invalid window description
89 MSG_ERROR_OBJECT_TOO_LARGE
94 MSG_ERROR_ACTION_NOT_KNOWN
95 Action inconnue du système de fichiers
97 ; filesystem action type unknown
99 MSG_ERROR_INVALID_COMPONENT_NAME
100 Le nom de l'objet est incorrect
102 ; object name invalid
104 MSG_ERROR_INVALID_LOCK
105 Le verrou sur l'objet est incorrect
107 ; invalid object lock
109 MSG_ERROR_OBJECT_WRONG_TYPE
110 L'objet n'est pas du bon type
112 ; object is not of required type
114 MSG_ERROR_DISK_NOT_VALIDATED
115 Le disque n'est pas validé
119 MSG_ERROR_DISK_WRITE_PROTECTED
120 Le disque est protégé en écriture
122 ; disk is write-protected
124 MSG_ERROR_RENAME_ACROSS_DEVICES
125 Tentative de renommage entre supports différents
127 ; rename across devices attempted
129 MSG_ERROR_DIRECTORY_NOT_EMPTY
130 Le répertoire n'est pas vide
132 ; directory not empty
134 MSG_ERROR_TOO_MANY_LEVELS
135 Profondeur trop grande
139 MSG_ERROR_DEVICE_NOT_MOUNTED
140 Le disque (ou le périphérique) n'est pas monté
142 ; device (or volume) is not mounted
145 Recherche interrompue
149 MSG_ERROR_COMMENT_TOO_BIG
150 Le commentaire est trop long
152 ; comment is too long
159 MSG_ERROR_DELETE_PROTECTED
160 L'objet est protégé contre l'effacement
162 ; object is protected from deletion
164 MSG_ERROR_WRITE_PROTECTED
165 Le fichier est protégé contre l'écriture
167 ; file is write protected
169 MSG_ERROR_READ_PROTECTED
170 Le fichier est protégé contre la lecture
172 ; file is read protected
174 MSG_ERROR_NOT_A_DOS_DISK
175 Le disque n'est pas formaté
177 ; not a valid DOS disk
180 Il n'y a pas de disque dans le lecteur
184 MSG_ERROR_NO_MORE_ENTRIES
185 Plus d'entrées dans le répertoire
187 ; no more entries in directory
189 MSG_ERROR_IS_SOFT_LINK
190 L'objet est un lien logiciel
192 ; object is soft link
194 MSG_ERROR_OBJECT_LINKED
200 Mauvais descriptif de fichiers
204 MSG_ERROR_NOT_IMPLEMENTED
205 La fonction n'est pas implémentée
207 ; function not implemented
209 MSG_ERROR_RECORD_NOT_LOCKED
210 L'enregistrement n'est pas verrouillé
214 MSG_ERROR_LOCK_COLLISION
215 Collision des enregistrements
217 ; record lock collision
219 MSG_ERROR_LOCK_TIMEOUT
222 ; record lock timeout
224 MSG_ERROR_UNLOCK_ERROR
225 Erreur lors du déverrouillage
227 ; record unlock error
229 MSG_ERROR_BUFFER_OVERFLOW
230 Dépassement de tampon
239 MSG_ERROR_NOT_EXECUTABLE
240 Le fichier n'est pas exécutable
242 ; file not executable
244 ; === New ErrorReport() format strings. Need to be translated.
246 MSG_STRING_DISK_NOT_VALIDATED
247 Volume "%s" is not validated
249 MSG_STRING_DISK_WRITE_PROTECTED
250 Volume "%s" is write protected
252 MSG_STRING_DEVICE_NOT_MOUNTED_INSERT
253 Please insert volume "%s" in any drive
255 MSG_STRING_DEVICE_NOT_MOUNTED_REPLACE
256 Please replace volume "%s" in any drive
258 MSG_STRING_DEVICE_NOT_MOUNTED_REPLACE_TARGET
259 Please replace volume "%s" in "%s"
264 MSG_STRING_NOT_A_DOS_DISK
265 Not a DOS disk in "%s"
268 No disk present in "%s"
270 MSG_STRING_ABORT_BUSY
271 You MUST replace volume "%s" in "%s"!
273 MSG_STRING_ABORT_DISK_ERROR
274 Volume "%s" has a read/write error
276 ; === End of new ErrorRequest() format strings. Old ones follow for reference.
278 ;MSG_STRING_INSERT_VOLUME
279 ;Insérez le disque\n\
283 ; Please insert volume\n%s\nin any drive
285 ;MSG_STRING_VOLUME_FULL
286 ;Le volume %s est plein
288 ; The volume %s is full
291 ;Pas de disque dans le lecteur %s
293 ; No disk in drive %s
295 ;MSG_STRING_NO_DOS_DISK
296 ;Le disque dans le lecteur %s n'est pas formaté
298 ; Not a DOS disk in drive %s
300 ;MSG_STRING_MUST_REPLACE
301 ;Vous DEVEZ replacer le volume\n\
305 ; You MUST replace volume\n\
309 ; === End of ErrorRequest() format strings.
321 MSG_STRING_REQUESTTITLE
326 MSG_ERROR_NO_MATCHING_ELSEENDIF
327 Il manque ELSE ou ENDIF
329 ; no matching Else or EndIf
331 MSG_ERROR_SCRIPT_ONLY
332 Cette commande est supposée être utilisée en tant que script
334 ; this command is supposed to be used in command files only