1 # French translation of glib.
2 # Copyright (C) 2001-2002 Free Software Foundation, Inc.
3 # maintainer: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>, 2001-2002.
7 "Project-Id-Version: glib 2.1.4\n"
8 "POT-Creation-Date: 2002-12-20 10:12-0500\n"
9 "PO-Revision-Date: 2002-12-15 16:53+0100\n"
10 "Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
11 "Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
16 #: glib/gconvert.c:401
18 msgid "Conversion from character set '%s' to '%s' is not supported"
20 "La conversion du jeu de caractères « %s » vers « %s » n'est pas supporté"
22 #: glib/gconvert.c:405
24 msgid "Could not open converter from '%s' to '%s': %s"
25 msgstr "Ne peut ouvrir le convertisseur de « %s » vers « %s » : %s"
27 #: glib/gconvert.c:603 glib/gconvert.c:893 glib/giochannel.c:1295
28 #: glib/giochannel.c:1337 glib/giochannel.c:2179 glib/gutf8.c:907
30 msgid "Invalid byte sequence in conversion input"
31 msgstr "Séquence d'octets invalide en entrée du convertisseur"
33 #: glib/gconvert.c:608 glib/gconvert.c:824 glib/giochannel.c:1302
34 #: glib/giochannel.c:2191
36 msgid "Error during conversion: %s"
37 msgstr "Erreur durand la conversion : %s"
39 #: glib/gconvert.c:626 glib/gutf8.c:903 glib/gutf8.c:1103 glib/gutf8.c:1244
41 msgid "Partial character sequence at end of input"
42 msgstr "Séquence partielle de caractères à la fin de l'entrée"
44 #: glib/gconvert.c:799
46 msgid "Cannot convert fallback '%s' to codeset '%s'"
47 msgstr "Ne peut convertir le fallback « %s » vers le jeu de code « %s »"
49 #: glib/gconvert.c:1633
51 msgid "The URI '%s' is not an absolute URI using the file scheme"
52 msgstr "L'URI « %s » n'est pas une URI absolue utilisant le schema de fichier"
54 #: glib/gconvert.c:1643
56 msgid "The local file URI '%s' may not include a '#'"
57 msgstr "L'URI de fichier local « %s » peut ne pas inclure un « # »"
59 #: glib/gconvert.c:1660
61 msgid "The URI '%s' is invalid"
62 msgstr "L'URI « %s » est invalide"
64 #: glib/gconvert.c:1672
66 msgid "The hostname of the URI '%s' is invalid"
67 msgstr "Le nom d'hôte de l'URI « %s » est invalide"
69 #: glib/gconvert.c:1688
71 msgid "The URI '%s' contains invalidly escaped characters"
72 msgstr "L'URI « %s » contient des caractères d'échappements invalides"
74 #: glib/gconvert.c:1759
76 msgid "The pathname '%s' is not an absolute path"
77 msgstr "Le chemin « %s » n'est pas un chemin absolu"
79 #: glib/gconvert.c:1769
80 msgid "Invalid hostname"
81 msgstr "Nom d'hôte invalide"
85 msgid "Error opening directory '%s': %s"
86 msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
88 #: glib/gfileutils.c:384 glib/gfileutils.c:449
90 msgid "Could not allocate %lu bytes to read file \"%s\""
91 msgstr "Ne peut allouer %lu octets pour lire le fichier « %s »"
93 #: glib/gfileutils.c:395
95 msgid "Error reading file '%s': %s"
96 msgstr "Erreur de lecture du fichier « %s » : %s"
98 #: glib/gfileutils.c:471
100 msgid "Failed to read from file '%s': %s"
101 msgstr "Échec de lecture depuis le fichier « %s » : %s"
103 #: glib/gfileutils.c:518 glib/gfileutils.c:586
105 msgid "Failed to open file '%s': %s"
106 msgstr "Échec de l'ouverture du fichier « %s » : %s"
108 #: glib/gfileutils.c:532
110 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
112 "Échec d'obtention des attributs du fichier « %s » : échec de fstat() : %s"
114 #: glib/gfileutils.c:558
116 msgid "Failed to open file '%s': fdopen() failed: %s"
117 msgstr "Échec de l'ouverture du fichier « %s » : échec de fdopen() : %s"
119 #: glib/gfileutils.c:765
121 msgid "Template '%s' invalid, should not contain a '%s'"
122 msgstr "Le modèle « %s » est invalide, il ne devrait pas contenir de « %s »"
124 #: glib/gfileutils.c:777
126 msgid "Template '%s' doesn't end with XXXXXX"
127 msgstr "Le modèle « %s » ne doit pas finir avec XXXXXX"
129 #: glib/gfileutils.c:798
131 msgid "Failed to create file '%s': %s"
132 msgstr "Échec de création du fichier « %s » : %s"
134 #: glib/giochannel.c:1123
136 msgid "Conversion from character set `%s' to `%s' is not supported"
138 "La conversion du jeu de caractères « %s » vers « %s » n'est pas supporté"
140 #: glib/giochannel.c:1127
142 msgid "Could not open converter from `%s' to `%s': %s"
143 msgstr "Ne peut ouvrir le convertisseur de « %s » vers « %s » : %s"
145 #: glib/giochannel.c:1472
146 msgid "Can't do a raw read in g_io_channel_read_line_string"
147 msgstr "Ne peut faire une lecture brut dans g_io_channel_read_line_string"
149 #: glib/giochannel.c:1519 glib/giochannel.c:1776 glib/giochannel.c:1862
150 msgid "Leftover unconverted data in read buffer"
151 msgstr "Laisse de coté des données non converties dans le tampon de lecture"
153 #: glib/giochannel.c:1599 glib/giochannel.c:1676
154 msgid "Channel terminates in a partial character"
155 msgstr "La canal se termine avec un caractère partiel"
157 #: glib/giochannel.c:1662
158 msgid "Can't do a raw read in g_io_channel_read_to_end"
159 msgstr "Ne peut faire une lecture brut dans g_io_channel_read_to_end"
161 #: glib/giowin32.c:712 glib/giowin32.c:741
162 msgid "Incorrect message size"
163 msgstr "Taille de message incorect"
165 #: glib/giowin32.c:1034 glib/giowin32.c:1087
167 msgstr "Erreur de socket"
169 #: glib/gmarkup.c:222
171 msgid "Error on line %d char %d: %s"
172 msgstr "Erreur à la ligne %d caractère %d : %s"
174 #: glib/gmarkup.c:306
176 msgid "Error on line %d: %s"
177 msgstr "Erreur à la ligne %d : %s"
179 #: glib/gmarkup.c:385
181 "Empty entity '&;' seen; valid entities are: & " < > '"
183 "Entité vide « &; » vue : les entités valides sont : & " < > "
186 #: glib/gmarkup.c:395
189 "Character '%s' is not valid at the start of an entity name; the & character "
190 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
193 "Le caractère « %s » n'est pas valide au début d'un nom d'entité ; le "
194 "caractère & commence une entité ; si le esperluette n'est pas supposé etre "
195 "une entité, échappez le comme &"
197 #: glib/gmarkup.c:431
199 msgid "Character '%s' is not valid inside an entity name"
200 msgstr "Le caractère « %s » n'est pas valide a l'intérieur d'un nom d'entité"
202 #: glib/gmarkup.c:475
204 msgid "Entity name '%s' is not known"
205 msgstr "Le nom d'entité « %s » n'est pas connu"
207 #: glib/gmarkup.c:485
209 "Entity did not end with a semicolon; most likely you used an ampersand "
210 "character without intending to start an entity - escape ampersand as &"
212 "L'entité ne fini pas avec un point-virgule ; vous avez probablement utilisé "
213 "un esperluette sans l'avoir marqué comme entité - échappez l'esperluette "
216 #: glib/gmarkup.c:531
219 "Failed to parse '%s', which should have been a digit inside a character "
220 "reference (ê for example) - perhaps the digit is too large"
222 "Échec de l'analyse de « %s », qui devrait avoir un nombre à l'intérieur de "
223 "la référence de caractère (ê par exemple) - Peut-etre que le nombre est "
226 #: glib/gmarkup.c:556
228 msgid "Character reference '%s' does not encode a permitted character"
229 msgstr "La référence de caractère « %s » n'encode pas un caractère autorisé"
231 #: glib/gmarkup.c:573
232 msgid "Empty character reference; should include a digit such as dž"
233 msgstr "Référence de caractère vide ; devrait inclure un nombre comme dž"
235 #: glib/gmarkup.c:583
237 "Character reference did not end with a semicolon; most likely you used an "
238 "ampersand character without intending to start an entity - escape ampersand "
241 "La référence de caractère ne finit pas avec un point-virgule ; vous avez "
242 "vraisemblablement utilisé un esperluette sans intention de commencer une "
243 "entité - échappez l'esperluette comme &"
245 #: glib/gmarkup.c:609
246 msgid "Unfinished entity reference"
247 msgstr "Référence d'entité non terminée"
249 #: glib/gmarkup.c:615
250 msgid "Unfinished character reference"
251 msgstr "Référence de caractère non terminée"
253 #: glib/gmarkup.c:860 glib/gmarkup.c:888 glib/gmarkup.c:919
254 msgid "Invalid UTF-8 encoded text"
255 msgstr "Texte encodé UTF-8 invalide"
257 #: glib/gmarkup.c:955
258 msgid "Document must begin with an element (e.g. <book>)"
259 msgstr "Le document doit commencer avec un élément (pas ex. <book>)"
261 #: glib/gmarkup.c:994
264 "'%s' is not a valid character following a '<' character; it may not begin an "
267 "« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne "
268 "semble pas commencer un nom d'élément"
270 #: glib/gmarkup.c:1057
273 "Odd character '%s', expected a '>' character to end the start tag of element "
276 "Caractère bizarre « %s », attend un caractère « > » pour finir la balise de "
277 "début de l'élément « %s »"
279 #: glib/gmarkup.c:1144
282 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
284 "Caractère bizarre « %s », attend un caractère « = » aprés le nom de "
285 "l'attribut « %s » de l'élément « %s »"
287 #: glib/gmarkup.c:1185
290 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
291 "element '%s', or optionally an attribute; perhaps you used an invalid "
292 "character in an attribute name"
294 "Caractère bizarre « %s », attend un caractère « > » ou « / » pour finir la "
295 "balise de début de l'élément « %s », ou optionnelement un attribut ; peut-"
296 "être que vous utilisez un caractère invalide dans un nom d'attribut"
298 #: glib/gmarkup.c:1268
301 "Odd character '%s', expected an open quote mark after the equals sign when "
302 "giving value for attribute '%s' of element '%s'"
304 "Caractère bizarre « %s », attend un guillemet d'ouverture aprés le signe "
305 "égal quand on donne une valeur pour l'attribut « %s » de l'élément « %s »"
307 #: glib/gmarkup.c:1408
310 "'%s' is not a valid character following the characters '</'; '%s' may not "
311 "begin an element name"
313 "« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » "
314 "ne peut commencer un nom d'élément"
316 #: glib/gmarkup.c:1446
319 "'%s' is not a valid character following the close element name '%s'; the "
320 "allowed character is '>'"
322 "« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture "
323 "« %s » ; la caractère autorisé est « > »"
325 #: glib/gmarkup.c:1457
327 msgid "Element '%s' was closed, no element is currently open"
328 msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert"
330 #: glib/gmarkup.c:1466
332 msgid "Element '%s' was closed, but the currently open element is '%s'"
334 "L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »"
336 #: glib/gmarkup.c:1613
337 msgid "Document was empty or contained only whitespace"
338 msgstr "Le document était vide ou ne contenait ques des espaces"
340 #: glib/gmarkup.c:1627
341 msgid "Document ended unexpectedly just after an open angle bracket '<'"
342 msgstr "Le document s'est fini prématurément juste aprés un « < »"
344 #: glib/gmarkup.c:1635 glib/gmarkup.c:1679
347 "Document ended unexpectedly with elements still open - '%s' was the last "
350 "Le document s'est fini prématurément avec des éléments encore ouvert - « %s "
351 "» était le dernier élément ouvert"
353 #: glib/gmarkup.c:1643
356 "Document ended unexpectedly, expected to see a close angle bracket ending "
359 "Le document s'est fini prématurément, espérait voir un caractère de "
360 "fermeture pour la balise <%s/>"
362 #: glib/gmarkup.c:1649
363 msgid "Document ended unexpectedly inside an element name"
364 msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'élément"
366 #: glib/gmarkup.c:1654
367 msgid "Document ended unexpectedly inside an attribute name"
368 msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'attribut"
370 #: glib/gmarkup.c:1659
371 msgid "Document ended unexpectedly inside an element-opening tag."
373 "Le document s'est fini prématurément a l'intérieur d'une balise d'ouverture "
376 #: glib/gmarkup.c:1665
378 "Document ended unexpectedly after the equals sign following an attribute "
379 "name; no attribute value"
381 "Le document s'est fini prématurément aprés le signe égal suivant un nom "
382 "d'attribut ; aucune valeur d'attribut"
384 #: glib/gmarkup.c:1672
385 msgid "Document ended unexpectedly while inside an attribute value"
387 "Le document s'est fini prématurément alors qu'il était à l'intérieur d'une "
390 #: glib/gmarkup.c:1687
392 msgid "Document ended unexpectedly inside the close tag for element '%s'"
394 "Le document s'est fini prématurément a l'intérieur de la balise de fermeture "
395 "pour l'élément « %s »"
397 #: glib/gmarkup.c:1693
398 msgid "Document ended unexpectedly inside a comment or processing instruction"
400 "Le document s'est fini prématurément a l'intérieur d'un commentaire ou d'une "
401 "instruction de traitement"
404 msgid "Quoted text doesn't begin with a quotation mark"
405 msgstr "Le texte cité ne commence pas avec un caractère de citation."
408 msgid "Unmatched quotation mark in command line or other shell-quoted text"
410 "Caractère de citation sans correspondance dans la ligne de commande ou un "
411 "autre texte shell rapporté"
415 msgid "Text ended just after a '\\' character. (The text was '%s')"
416 msgstr "Le texte fini juste aprés un caractère « \\ ». (Le texte était « %s »)"
420 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
422 "Le texte fini avant qu'un caractère de citation soit trouvé pour %c. (Le "
423 "texte était « %s »)"
426 msgid "Text was empty (or contained only whitespace)"
427 msgstr "Le texte était vide (ou ne contenait que des espaces)"
429 #: glib/gspawn-win32.c:208
430 msgid "Failed to read data from child process"
431 msgstr "Échec de la lecture des données depuis le processus fils"
433 #: glib/gspawn-win32.c:336
435 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
438 "Erreur innatendu dans g_io_channel_win32_poll() durand la lecture des "
439 "données depuis un processus fils"
441 #: glib/gspawn-win32.c:706 glib/gspawn.c:961
443 msgid "Failed to read from child pipe (%s)"
444 msgstr "Échec de lecture depuis un tube fils (%s)"
446 #: glib/gspawn-win32.c:784
447 msgid "Failed to execute helper program"
448 msgstr "Échec à l'exécution du processus d'aide"
450 #: glib/gspawn-win32.c:817 glib/gspawn.c:1166
452 msgid "Failed to change to directory '%s' (%s)"
453 msgstr "Échec au changement de répertoire « %s » (%s)"
455 #: glib/gspawn-win32.c:826
457 msgid "Failed to execute child process (%s)"
458 msgstr "Échec à l'exécution du processus fils (%s)"
460 #: glib/gspawn-win32.c:869 glib/gspawn.c:1297
462 msgid "Failed to create pipe for communicating with child process (%s)"
464 "Échec à la création du tube de communication avec le processus fils (%s)"
468 msgid "Failed to read data from child process (%s)"
469 msgstr "Échec à la lecture des données depuis le processus fils (%s)"
473 msgid "Unexpected error in select() reading data from a child process (%s)"
475 "Erreur innatendue dans select() à la lecture des données depuis un processus "
480 msgid "Unexpected error in waitpid() (%s)"
481 msgstr "Erreur innatendue dans waitpid() (%s)"
483 #: glib/gspawn.c:1026
485 msgid "Failed to fork (%s)"
486 msgstr "Échec au fork (%s)"
488 #: glib/gspawn.c:1176
490 msgid "Failed to execute child process \"%s\" (%s)"
491 msgstr "Échec à l'exécution du processus fils « %s » (%s)"
493 #: glib/gspawn.c:1186
495 msgid "Failed to redirect output or input of child process (%s)"
497 "Échec lors de la redirection de l'entrée ou la sortie du processus fils (%s)"
499 #: glib/gspawn.c:1195
501 msgid "Failed to fork child process (%s)"
502 msgstr "Échec au fork du processus fils (%s)"
504 #: glib/gspawn.c:1203
506 msgid "Unknown error executing child process \"%s\""
507 msgstr "Erreur inconnue à l'exécution du processus fils « %s »"
509 #: glib/gspawn.c:1225
511 msgid "Failed to read enough data from child pid pipe (%s)"
513 "Impossible de lire suffisemment de donnée depuis le tube du processus de pid "
517 msgid "Character out of range for UTF-8"
518 msgstr "Caractère hors des limites UTF-8"
520 #: glib/gutf8.c:1071 glib/gutf8.c:1080 glib/gutf8.c:1212 glib/gutf8.c:1221
521 #: glib/gutf8.c:1362 glib/gutf8.c:1458
522 msgid "Invalid sequence in conversion input"
523 msgstr "Séquence invalide dans la conversion de l'entrée"
525 #: glib/gutf8.c:1373 glib/gutf8.c:1469
526 msgid "Character out of range for UTF-16"
527 msgstr "Caractère hors des limites UTF-16"
529 #~ msgid "Channel set flags unsupported"
530 #~ msgstr "La canal défini des drapeaux non supportés"