use the real on-disk name in the locale prefs structures so that locale.library uses...
[AROS.git] / rom / dos / catalogs / français.ct
blob11db2a9392c412d56137cd1ccaed5c758f67cdda
1 ## version $VER: dos.catalog 1.0 (21.10.2009)
2 ## codeset 0
3 ## language français
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
13 ; process table full
15 MSG_ERROR_BAD_TEMPLATE
16 modèle incorrect
18 ; bad template 
20 MSG_ERROR_BAD_NUMBER
21 nombre incorrect
23 ; bad number 
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
42 ; unmatched quotes
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 bibliothèque résidente non valide
57 ; invalid resident library
59 MSG_ERROR_NO_DEFAULT_DIR
60 pas de répertoire par défaut
62 ; error 201 
64 MSG_ERROR_OBJECT_IN_USE
65 objet en cours d'utilisation
67 ; object is in use
69 MSG_ERROR_OBJECT_EXISTS
70 l'objet existe déjà
72 ; object already exists 
74 MSG_ERROR_DIR_NOT_FOUND
75 répertoire non trouvé
77 ; directory not found 
79 MSG_ERROR_OBJECT_NOT_FOUND
80 objet non trouvé
82 ; 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
90 l'objet est trop volumineux
92 ; 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é
117 ; disk not validated 
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
137 ; too many levels 
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
144 MSG_ERROR_SEEK_ERROR
145 recherche interrompue
147 ; seek failure
149 MSG_ERROR_COMMENT_TOO_BIG
150 le commentaire est trop long
152 ; comment is too long
154 MSG_ERROR_DISK_FULL
155 le disque est plein
157 ; disk is full 
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
179 MSG_ERROR_NO_DISK
180 il n'y a pas de disque dans le lecteur
182 ; no disk in drive
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
195 l'objet est lié
197 ; object is linked 
199 MSG_ERROR_BAD_HUNK
200 mauvais descriptif de fichier
202 ; bad loadfile hunk
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é
212 ; record not locked
214 MSG_ERROR_LOCK_COLLISION
215 collision des enregistrements
217 ; record lock collision
219 MSG_ERROR_LOCK_TIMEOUT
220 verrou invalidé
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 mémoire tampon
232 ; buffer overflow 
234 MSG_ERROR_BREAK
235 *** Arrêt
237 ; ***Break 
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 Le volume "%s" n'a pas été validé
249 MSG_STRING_DISK_WRITE_PROTECTED
250 Le volume "%s" est protégé en écriture
252 MSG_STRING_DEVICE_NOT_MOUNTED_INSERT
253 Veuillez insérer le volume "%s" dans un des lecteurs
255 MSG_STRING_DEVICE_NOT_MOUNTED_REPLACE
256 Veuillez réinsérer le volume "%s" dans un des lecteurs
258 MSG_STRING_DEVICE_NOT_MOUNTED_REPLACE_TARGET
259 Veuillez réinsérer le volume "%s" dans "%s"
261 MSG_STRING_DISK_FULL
262 Le volume "%s" est plein
264 MSG_STRING_NOT_A_DOS_DISK
265 Disque non DOS dans "%s"
267 MSG_STRING_NO_DISK
268 Pas de disque présent dans "%s"
270 MSG_STRING_ABORT_BUSY
271 Vous DEVEZ réinsérer le volume "%s" dans "%s"!
273 MSG_STRING_ABORT_DISK_ERROR
274 Erreur de lecture/écriture sur le volume "%s" 
276 MSG_STRING_RETRY
277 Réessayer
279 ; Retry 
281 MSG_STRING_CANCEL
282 Annuler
284 ; Cancel 
286 MSG_STRING_REQUESTTITLE
287 Requête système
289 ; System requester 
291 MSG_ERROR_NO_MATCHING_ELSEENDIF
292 il manque Else ou EndIf
294 ; no matching Else or EndIf
296 MSG_ERROR_SCRIPT_ONLY
297 cette commande est supposée être utilisée en tant que script
299 ; this command is supposed to be used in command files only
301 MSG_ERROR_UNKNOWN
302 erreur inconnue
304 ; undefined error