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 MSG_STRING_INSERT_VOLUME
249 ; Please insert volume\n%s\nin any drive
251 MSG_STRING_VOLUME_FULL
252 Le volume %s est plein
254 ; The volume %s is full
257 Pas de disque dans le lecteur %s
259 ; No disk in drive %s
261 MSG_STRING_NO_DOS_DISK
262 Le disque dans le lecteur %s n'est pas formaté
264 ; Not a DOS disk in drive %s
266 MSG_STRING_MUST_REPLACE
267 Vous DEVEZ replacer le volume\n\
271 ; You MUST replace volume\n\
285 MSG_STRING_REQUESTTITLE
290 MSG_ERROR_NO_MATCHING_ELSEENDIF
291 Il manque ELSE ou ENDIF
293 ; no matching Else or EndIf
295 MSG_ERROR_SCRIPT_ONLY
296 Cette commande est supposée être utilisée en tant que script
298 ; this command is supposed to be used in command files only