1 # French translation of glib.
2 # Copyright (C) 2001-2003 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the glib package.
5 # maintainer: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>, 2001-2003.
9 "Project-Id-Version: glib 2.3.1\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2004-03-01 17:05-0500\n"
12 "PO-Revision-Date: 2003-11-22 11:38+0100\n"
13 "Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
14 "Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: glib/gconvert.c:402
21 msgid "Conversion from character set '%s' to '%s' is not supported"
23 "La conversion du jeu de caractères « %s » vers « %s » n'est pas supporté"
25 #: glib/gconvert.c:406
27 msgid "Could not open converter from '%s' to '%s': %s"
28 msgstr "Ne peut ouvrir le convertisseur de « %s » vers « %s » : %s"
30 #: glib/gconvert.c:604 glib/gconvert.c:891 glib/giochannel.c:1315
31 #: glib/giochannel.c:1357 glib/giochannel.c:2199 glib/gutf8.c:910
33 msgid "Invalid byte sequence in conversion input"
34 msgstr "Séquence d'octets non valide en entrée du convertisseur"
36 #: glib/gconvert.c:609 glib/gconvert.c:824 glib/giochannel.c:1322
37 #: glib/giochannel.c:2211
39 msgid "Error during conversion: %s"
40 msgstr "Erreur durand la conversion : %s"
42 #: glib/gconvert.c:627 glib/gutf8.c:906 glib/gutf8.c:1106 glib/gutf8.c:1247
44 msgid "Partial character sequence at end of input"
45 msgstr "Séquence partielle de caractères à la fin de l'entrée"
47 #: glib/gconvert.c:800
49 msgid "Cannot convert fallback '%s' to codeset '%s'"
50 msgstr "Ne peut convertir le fallback « %s » vers le jeu de code « %s »"
52 #: glib/gconvert.c:1497
54 msgid "The URI '%s' is not an absolute URI using the file scheme"
55 msgstr "L'URI « %s » n'est pas une URI absolue utilisant le schema de fichier"
57 #: glib/gconvert.c:1507
59 msgid "The local file URI '%s' may not include a '#'"
60 msgstr "L'URI de fichier local « %s » peut ne pas inclure un « # »"
62 #: glib/gconvert.c:1524
64 msgid "The URI '%s' is invalid"
65 msgstr "L'URI « %s » est non valide"
67 #: glib/gconvert.c:1536
69 msgid "The hostname of the URI '%s' is invalid"
70 msgstr "Le nom d'hôte de l'URI « %s » est non valide"
72 #: glib/gconvert.c:1552
74 msgid "The URI '%s' contains invalidly escaped characters"
75 msgstr "L'URI « %s » contient des caractères d'échappements non valides"
77 #: glib/gconvert.c:1623
79 msgid "The pathname '%s' is not an absolute path"
80 msgstr "Le chemin « %s » n'est pas un chemin absolu"
82 #: glib/gconvert.c:1633
83 msgid "Invalid hostname"
84 msgstr "Nom d'hôte non valide"
88 msgid "Error opening directory '%s': %s"
89 msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
91 #: glib/gfileutils.c:393 glib/gfileutils.c:458
93 msgid "Could not allocate %lu bytes to read file \"%s\""
94 msgstr "Ne peut allouer %lu octets pour lire le fichier « %s »"
96 #: glib/gfileutils.c:404
98 msgid "Error reading file '%s': %s"
99 msgstr "Erreur de lecture du fichier « %s » : %s"
101 #: glib/gfileutils.c:480
103 msgid "Failed to read from file '%s': %s"
104 msgstr "La lecture depuis le fichier « %s » a échoué : %s"
106 #: glib/gfileutils.c:527 glib/gfileutils.c:595
108 msgid "Failed to open file '%s': %s"
109 msgstr "L'ouverture du fichier « %s » a échoué : %s"
111 #: glib/gfileutils.c:541
113 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
115 "L'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s"
117 #: glib/gfileutils.c:567
119 msgid "Failed to open file '%s': fdopen() failed: %s"
120 msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s"
122 #: glib/gfileutils.c:779
124 msgid "Template '%s' invalid, should not contain a '%s'"
125 msgstr "Le modèle « %s » est non valide, il ne devrait pas contenir de « %s »"
127 #: glib/gfileutils.c:791
129 msgid "Template '%s' doesn't end with XXXXXX"
130 msgstr "Le modèle « %s » ne doit pas finir avec XXXXXX"
132 #: glib/gfileutils.c:812
134 msgid "Failed to create file '%s': %s"
135 msgstr "La création du fichier « %s » a échoué : %s"
137 #: glib/gfileutils.c:1153
139 msgid "Failed to read the symbolic link '%s': %s"
140 msgstr "La lecture du lien symbolique « %s » a échoué : %s"
142 #: glib/gfileutils.c:1172
143 msgid "Symbolic links not supported"
144 msgstr "Liens symboliques non supportés"
146 #: glib/giochannel.c:1143
148 msgid "Conversion from character set `%s' to `%s' is not supported"
150 "La conversion du jeu de caractères « %s » vers « %s » n'est pas supporté"
152 #: glib/giochannel.c:1147
154 msgid "Could not open converter from `%s' to `%s': %s"
155 msgstr "Ne peut ouvrir le convertisseur de « %s » vers « %s » : %s"
157 #: glib/giochannel.c:1492
158 msgid "Can't do a raw read in g_io_channel_read_line_string"
160 "Impossible de faire une lecture brut dans g_io_channel_read_line_string"
162 #: glib/giochannel.c:1539 glib/giochannel.c:1796 glib/giochannel.c:1882
163 msgid "Leftover unconverted data in read buffer"
164 msgstr "Laisse de coté des données non converties dans le tampon de lecture"
166 #: glib/giochannel.c:1619 glib/giochannel.c:1696
167 msgid "Channel terminates in a partial character"
168 msgstr "La canal se termine avec un caractère partiel"
170 #: glib/giochannel.c:1682
171 msgid "Can't do a raw read in g_io_channel_read_to_end"
172 msgstr "Impossible de faire une lecture brut dans g_io_channel_read_to_end"
174 #: glib/gmarkup.c:223
176 msgid "Error on line %d char %d: %s"
177 msgstr "Erreur à la ligne %d caractère %d : %s"
179 #: glib/gmarkup.c:307
181 msgid "Error on line %d: %s"
182 msgstr "Erreur à la ligne %d : %s"
184 #: glib/gmarkup.c:412
186 "Empty entity '&;' seen; valid entities are: & " < > '"
188 "Entité vide « &; » vue : les entités valides sont : & " < > "
191 #: glib/gmarkup.c:422
194 "Character '%s' is not valid at the start of an entity name; the & character "
195 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
198 "Le caractère « %s » n'est pas valide au début d'un nom d'entité ; le "
199 "caractère & commence une entité ; si le esperluette n'est pas supposé etre "
200 "une entité, échappez le comme &"
202 #: glib/gmarkup.c:458
204 msgid "Character '%s' is not valid inside an entity name"
205 msgstr "Le caractère « %s » n'est pas valide a l'intérieur d'un nom d'entité"
207 #: glib/gmarkup.c:502
209 msgid "Entity name '%s' is not known"
210 msgstr "Le nom d'entité « %s » n'est pas connu"
212 #: glib/gmarkup.c:512
214 "Entity did not end with a semicolon; most likely you used an ampersand "
215 "character without intending to start an entity - escape ampersand as &"
217 "L'entité ne fini pas avec un point-virgule ; vous avez probablement utilisé "
218 "un esperluette sans l'avoir marqué comme entité - échappez l'esperluette "
221 #: glib/gmarkup.c:558
224 "Failed to parse '%s', which should have been a digit inside a character "
225 "reference (ê for example) - perhaps the digit is too large"
227 "L'analyse de « %s » a échoué, qui devrait avoir un nombre à l'intérieur de "
228 "la référence de caractère (ê par exemple) - Peut-etre que le nombre est "
231 #: glib/gmarkup.c:583
233 msgid "Character reference '%s' does not encode a permitted character"
234 msgstr "La référence de caractère « %s » n'encode pas un caractère autorisé"
236 #: glib/gmarkup.c:600
237 msgid "Empty character reference; should include a digit such as dž"
238 msgstr "Référence de caractère vide ; devrait inclure un nombre comme dž"
240 #: glib/gmarkup.c:610
242 "Character reference did not end with a semicolon; most likely you used an "
243 "ampersand character without intending to start an entity - escape ampersand "
246 "La référence de caractère ne finit pas avec un point-virgule ; vous avez "
247 "vraisemblablement utilisé un esperluette sans intention de commencer une "
248 "entité - échappez l'esperluette comme &"
250 #: glib/gmarkup.c:636
251 msgid "Unfinished entity reference"
252 msgstr "Référence d'entité non terminée"
254 #: glib/gmarkup.c:642
255 msgid "Unfinished character reference"
256 msgstr "Référence de caractère non terminée"
258 #: glib/gmarkup.c:888 glib/gmarkup.c:916 glib/gmarkup.c:947
259 msgid "Invalid UTF-8 encoded text"
260 msgstr "Texte encodé UTF-8 non valide"
262 #: glib/gmarkup.c:983
263 msgid "Document must begin with an element (e.g. <book>)"
264 msgstr "Le document doit commencer avec un élément (pas ex. <book>)"
266 #: glib/gmarkup.c:1022
269 "'%s' is not a valid character following a '<' character; it may not begin an "
272 "« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne "
273 "semble pas commencer un nom d'élément"
275 #: glib/gmarkup.c:1085
278 "Odd character '%s', expected a '>' character to end the start tag of element "
281 "Caractère bizarre « %s », attend un caractère « > » pour finir la balise de "
282 "début de l'élément « %s »"
284 #: glib/gmarkup.c:1172
287 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
289 "Caractère bizarre « %s », attend un caractère « = » aprés le nom de "
290 "l'attribut « %s » de l'élément « %s »"
292 #: glib/gmarkup.c:1213
295 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
296 "element '%s', or optionally an attribute; perhaps you used an invalid "
297 "character in an attribute name"
299 "Caractère bizarre « %s », attend un caractère « > » ou « / » pour finir la "
300 "balise de début de l'élément « %s », ou optionnelement un attribut ; peut-"
301 "être que vous utilisez un caractère non valide dans un nom d'attribut"
303 #: glib/gmarkup.c:1296
306 "Odd character '%s', expected an open quote mark after the equals sign when "
307 "giving value for attribute '%s' of element '%s'"
309 "Caractère bizarre « %s », attend un guillemet d'ouverture aprés le signe "
310 "égal quand on donne une valeur pour l'attribut « %s » de l'élément « %s »"
312 #: glib/gmarkup.c:1436
315 "'%s' is not a valid character following the characters '</'; '%s' may not "
316 "begin an element name"
318 "« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » "
319 "ne peut commencer un nom d'élément"
321 #: glib/gmarkup.c:1474
324 "'%s' is not a valid character following the close element name '%s'; the "
325 "allowed character is '>'"
327 "« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture "
328 "« %s » ; la caractère autorisé est « > »"
330 #: glib/gmarkup.c:1485
332 msgid "Element '%s' was closed, no element is currently open"
333 msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert"
335 #: glib/gmarkup.c:1494
337 msgid "Element '%s' was closed, but the currently open element is '%s'"
339 "L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »"
341 #: glib/gmarkup.c:1641
342 msgid "Document was empty or contained only whitespace"
343 msgstr "Le document était vide ou ne contenait ques des espaces"
345 #: glib/gmarkup.c:1655
346 msgid "Document ended unexpectedly just after an open angle bracket '<'"
347 msgstr "Le document s'est fini prématurément juste aprés un « < »"
349 #: glib/gmarkup.c:1663 glib/gmarkup.c:1707
352 "Document ended unexpectedly with elements still open - '%s' was the last "
355 "Le document s'est fini prématurément avec des éléments encore ouvert - « %s "
356 "» était le dernier élément ouvert"
358 #: glib/gmarkup.c:1671
361 "Document ended unexpectedly, expected to see a close angle bracket ending "
364 "Le document s'est fini prématurément, espérait voir un caractère de "
365 "fermeture pour la balise <%s/>"
367 #: glib/gmarkup.c:1677
368 msgid "Document ended unexpectedly inside an element name"
369 msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'élément"
371 #: glib/gmarkup.c:1682
372 msgid "Document ended unexpectedly inside an attribute name"
373 msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'attribut"
375 #: glib/gmarkup.c:1687
376 msgid "Document ended unexpectedly inside an element-opening tag."
378 "Le document s'est fini prématurément a l'intérieur d'une balise d'ouverture "
381 #: glib/gmarkup.c:1693
383 "Document ended unexpectedly after the equals sign following an attribute "
384 "name; no attribute value"
386 "Le document s'est fini prématurément aprés le signe égal suivant un nom "
387 "d'attribut ; aucune valeur d'attribut"
389 #: glib/gmarkup.c:1700
390 msgid "Document ended unexpectedly while inside an attribute value"
392 "Le document s'est fini prématurément alors qu'il était à l'intérieur d'une "
395 #: glib/gmarkup.c:1715
397 msgid "Document ended unexpectedly inside the close tag for element '%s'"
399 "Le document s'est fini prématurément a l'intérieur de la balise de fermeture "
400 "pour l'élément « %s »"
402 #: glib/gmarkup.c:1721
403 msgid "Document ended unexpectedly inside a comment or processing instruction"
405 "Le document s'est fini prématurément a l'intérieur d'un commentaire ou d'une "
406 "instruction de traitement"
409 msgid "Quoted text doesn't begin with a quotation mark"
410 msgstr "Le texte cité ne commence pas avec un caractère de citation."
413 msgid "Unmatched quotation mark in command line or other shell-quoted text"
415 "Caractère de citation sans correspondance dans la ligne de commande ou un "
416 "autre texte shell rapporté"
420 msgid "Text ended just after a '\\' character. (The text was '%s')"
421 msgstr "Le texte fini juste aprés un caractère « \\ ». (Le texte était « %s »)"
425 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
427 "Le texte fini avant qu'un caractère de citation soit trouvé pour %c. (Le "
428 "texte était « %s »)"
431 msgid "Text was empty (or contained only whitespace)"
432 msgstr "Le texte était vide (ou ne contenait que des espaces)"
434 #: glib/gspawn-win32.c:297
435 msgid "Failed to read data from child process"
436 msgstr "La lecture des données depuis le processus fils a échoué"
438 #: glib/gspawn-win32.c:426
440 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
443 "Erreur innatendu dans g_io_channel_win32_poll() durand la lecture des "
444 "données depuis un processus fils"
446 #: glib/gspawn-win32.c:844 glib/gspawn.c:1001
448 msgid "Failed to read from child pipe (%s)"
449 msgstr "La lecture depuis un tube fils a échoué (%s)"
451 #: glib/gspawn-win32.c:924
452 msgid "Failed to execute helper program"
453 msgstr "L'exécution du processus d'aide a échoué"
455 #: glib/gspawn-win32.c:945 glib/gspawn-win32.c:989
457 msgid "Failed to execute child process (%s)"
458 msgstr "L'exécution du processus fils a échoué (%s)"
460 #: glib/gspawn-win32.c:980 glib/gspawn.c:1206
462 msgid "Failed to change to directory '%s' (%s)"
463 msgstr "Le changement de répertoire « %s » a échoué (%s)"
465 #: glib/gspawn-win32.c:1034 glib/gspawn.c:1337
467 msgid "Failed to create pipe for communicating with child process (%s)"
469 "La création du tube de communication avec le processus fils a échoué (%s)"
473 msgid "Failed to read data from child process (%s)"
474 msgstr "La lecture des données depuis le processus fils a échoué (%s)"
478 msgid "Unexpected error in select() reading data from a child process (%s)"
480 "Erreur innatendue dans select() à la lecture des données depuis un processus "
485 msgid "Unexpected error in waitpid() (%s)"
486 msgstr "Erreur innatendue dans waitpid() (%s)"
488 #: glib/gspawn.c:1066
490 msgid "Failed to fork (%s)"
491 msgstr "Le fork a échoué (%s)"
493 #: glib/gspawn.c:1216
495 msgid "Failed to execute child process \"%s\" (%s)"
496 msgstr "L'exécution du processus fils « %s » a échoué (%s)"
498 #: glib/gspawn.c:1226
500 msgid "Failed to redirect output or input of child process (%s)"
502 "La redirection de la sortie ou de l'entrée du processus fils a échoué (%s)"
504 #: glib/gspawn.c:1235
506 msgid "Failed to fork child process (%s)"
507 msgstr "Le fork du processus fils a échoué (%s)"
509 #: glib/gspawn.c:1243
511 msgid "Unknown error executing child process \"%s\""
512 msgstr "Erreur inconnue à l'exécution du processus fils « %s »"
514 #: glib/gspawn.c:1265
516 msgid "Failed to read enough data from child pid pipe (%s)"
518 "Impossible de lire suffisemment de données depuis le tube du processus de "
522 msgid "Character out of range for UTF-8"
523 msgstr "Caractère hors des limites UTF-8"
525 #: glib/gutf8.c:1074 glib/gutf8.c:1083 glib/gutf8.c:1215 glib/gutf8.c:1224
526 #: glib/gutf8.c:1365 glib/gutf8.c:1461
527 msgid "Invalid sequence in conversion input"
528 msgstr "Séquence non valide dans l'entrée du convertisseur"
530 #: glib/gutf8.c:1376 glib/gutf8.c:1472
531 msgid "Character out of range for UTF-16"
532 msgstr "Caractère hors des limites UTF-16"
534 #~ msgid "Incorrect message size"
535 #~ msgstr "Taille de message incorect"
537 #~ msgid "Socket error"
538 #~ msgstr "Erreur de socket"
540 #~ msgid "Channel set flags unsupported"
541 #~ msgstr "La canal défini des drapeaux non supportés"