Updated French translation.
[platform/upstream/glib.git] / po / fr.po
1 # French translation of glib.
2 # Copyright (C) 2001-2005 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the glib package.
4 #
5 # maintainer: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>, 2001-2005.
6 # Benoît Dejean <TazForEver@dlfp.org>, 2005.
7 #
8 msgid ""
9 msgstr ""
10 "Project-Id-Version: glib 2.6.3\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2005-02-20 12:38+0100\n"
13 "PO-Revision-Date: 2005-02-20 11:53+0100\n"
14 "Last-Translator: Christophe Merlet (RedFox) <redfox@redfoxcenter.org>\n"
15 "Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #: glib/gconvert.c:403
21 #, c-format
22 msgid "Conversion from character set '%s' to '%s' is not supported"
23 msgstr ""
24 "La conversion du jeu de caractères « %s » vers « %s » n'est pas supporté"
25
26 #: glib/gconvert.c:407
27 #, c-format
28 msgid "Could not open converter from '%s' to '%s'"
29 msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »"
30
31 #: glib/gconvert.c:605 glib/gconvert.c:892 glib/giochannel.c:1318
32 #: glib/giochannel.c:1360 glib/giochannel.c:2202 glib/gutf8.c:911
33 #: glib/gutf8.c:1361
34 msgid "Invalid byte sequence in conversion input"
35 msgstr "Séquence d'octets non valide en entrée du convertisseur"
36
37 #: glib/gconvert.c:610 glib/gconvert.c:825 glib/giochannel.c:1325
38 #: glib/giochannel.c:2214
39 #, c-format
40 msgid "Error during conversion: %s"
41 msgstr "Erreur lors de la conversion : %s"
42
43 #: glib/gconvert.c:628 glib/gutf8.c:907 glib/gutf8.c:1112 glib/gutf8.c:1253
44 #: glib/gutf8.c:1357
45 msgid "Partial character sequence at end of input"
46 msgstr "Séquence partielle de caractères à la fin de l'entrée"
47
48 #: glib/gconvert.c:801
49 #, c-format
50 msgid "Cannot convert fallback '%s' to codeset '%s'"
51 msgstr "Impossible de convertir le fallback « %s » vers le jeu de codes « %s »"
52
53 #: glib/gconvert.c:1601
54 #, c-format
55 msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
56 msgstr ""
57 "L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »"
58
59 #: glib/gconvert.c:1611
60 #, c-format
61 msgid "The local file URI '%s' may not include a '#'"
62 msgstr "L'URI de fichier local « %s » peut ne pas inclure un  « # »"
63
64 #: glib/gconvert.c:1628
65 #, c-format
66 msgid "The URI '%s' is invalid"
67 msgstr "L'URI « %s » n'est pas valide"
68
69 #: glib/gconvert.c:1640
70 #, c-format
71 msgid "The hostname of the URI '%s' is invalid"
72 msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide"
73
74 #: glib/gconvert.c:1656
75 #, c-format
76 msgid "The URI '%s' contains invalidly escaped characters"
77 msgstr "L'URI « %s » contient des caractères d'échappements non valides"
78
79 #: glib/gconvert.c:1750
80 #, c-format
81 msgid "The pathname '%s' is not an absolute path"
82 msgstr "Le chemin « %s » n'est pas un chemin absolu"
83
84 #: glib/gconvert.c:1760
85 msgid "Invalid hostname"
86 msgstr "Nom d'hôte non valide"
87
88 #: glib/gdir.c:120 glib/gdir.c:140
89 #, c-format
90 msgid "Error opening directory '%s': %s"
91 msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
92
93 #: glib/gfileutils.c:501 glib/gfileutils.c:569
94 #, c-format
95 msgid "Could not allocate %lu bytes to read file \"%s\""
96 msgstr "Impossible d'allouer %lu octets pour lire le fichier « %s »"
97
98 #: glib/gfileutils.c:514
99 #, c-format
100 msgid "Error reading file '%s': %s"
101 msgstr "Erreur de lecture du fichier « %s » : %s"
102
103 #: glib/gfileutils.c:593
104 #, c-format
105 msgid "Failed to read from file '%s': %s"
106 msgstr "La lecture depuis le fichier « %s » a échoué : %s"
107
108 #: glib/gfileutils.c:644 glib/gfileutils.c:733
109 #, c-format
110 msgid "Failed to open file '%s': %s"
111 msgstr "L'ouverture du fichier « %s » a échoué : %s"
112
113 #: glib/gfileutils.c:661
114 #, c-format
115 msgid "Failed to get attributes of file '%s': fstat() failed: %s"
116 msgstr ""
117 "L'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s"
118
119 #: glib/gfileutils.c:695
120 #, c-format
121 msgid "Failed to open file '%s': fdopen() failed: %s"
122 msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s"
123
124 #: glib/gfileutils.c:1032
125 #, c-format
126 msgid "Template '%s' invalid, should not contain a '%s'"
127 msgstr ""
128 "Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »"
129
130 #: glib/gfileutils.c:1046
131 #, c-format
132 msgid "Template '%s' doesn't end with XXXXXX"
133 msgstr "Le modèle « %s » ne se termine pas par XXXXXX"
134
135 #: glib/gfileutils.c:1071
136 #, c-format
137 msgid "Failed to create file '%s': %s"
138 msgstr "La création du fichier « %s » a échoué : %s"
139
140 #: glib/gfileutils.c:1449
141 #, c-format
142 msgid "Failed to read the symbolic link '%s': %s"
143 msgstr "La lecture du lien symbolique « %s » a échoué : %s"
144
145 #: glib/gfileutils.c:1470
146 msgid "Symbolic links not supported"
147 msgstr "Liens symboliques non supportés"
148
149 #: glib/giochannel.c:1146
150 #, c-format
151 msgid "Conversion from character set `%s' to `%s' is not supported"
152 msgstr ""
153 "La conversion du jeu de caractères « %s » vers « %s » n'est pas supporté"
154
155 #: glib/giochannel.c:1150
156 #, c-format
157 msgid "Could not open converter from `%s' to `%s': %s"
158 msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s » : %s"
159
160 #: glib/giochannel.c:1495
161 msgid "Can't do a raw read in g_io_channel_read_line_string"
162 msgstr ""
163 "Impossible de faire une lecture brute dans g_io_channel_read_line_string"
164
165 #: glib/giochannel.c:1542 glib/giochannel.c:1799 glib/giochannel.c:1885
166 msgid "Leftover unconverted data in read buffer"
167 msgstr "Laisse de coté des données non converties dans le tampon de lecture"
168
169 #: glib/giochannel.c:1622 glib/giochannel.c:1699
170 msgid "Channel terminates in a partial character"
171 msgstr "La canal se termine avec un caractère partiel"
172
173 #: glib/giochannel.c:1685
174 msgid "Can't do a raw read in g_io_channel_read_to_end"
175 msgstr "Impossible de faire une lecture brut dans g_io_channel_read_to_end"
176
177 #: glib/gmarkup.c:226
178 #, c-format
179 msgid "Error on line %d char %d: %s"
180 msgstr "Erreur à la ligne %d caractère %d : %s"
181
182 #: glib/gmarkup.c:324
183 #, c-format
184 msgid "Error on line %d: %s"
185 msgstr "Erreur à la ligne %d : %s"
186
187 #: glib/gmarkup.c:428
188 msgid ""
189 "Empty entity '&;' seen; valid entities are: &amp; &quot; &lt; &gt; &apos;"
190 msgstr ""
191 "Entité vide « &; » vue : les entités valides sont : &amp; &quot; &lt; &gt; "
192 "&apos;"
193
194 #: glib/gmarkup.c:438
195 #, c-format
196 msgid ""
197 "Character '%s' is not valid at the start of an entity name; the & character "
198 "begins an entity; if this ampersand isn't supposed to be an entity, escape "
199 "it as &amp;"
200 msgstr ""
201 "Le caractère « %s » n'est pas valide au début d'un nom d'entité ; le "
202 "caractère & commence une entité ; si l'esperluette n'est pas supposé être "
203 "une entité, échappez le comme &amp;"
204
205 #: glib/gmarkup.c:472
206 #, c-format
207 msgid "Character '%s' is not valid inside an entity name"
208 msgstr "Le caractère « %s » n'est pas valide a l'intérieur d'un nom d'entité"
209
210 #: glib/gmarkup.c:509
211 #, c-format
212 msgid "Entity name '%s' is not known"
213 msgstr "Le nom d'entité « %s » n'est pas connu"
214
215 #: glib/gmarkup.c:520
216 msgid ""
217 "Entity did not end with a semicolon; most likely you used an ampersand "
218 "character without intending to start an entity - escape ampersand as &amp;"
219 msgstr ""
220 "L'entité ne finit pas avec un point-virgule ; vous avez probablement utilisé "
221 "une esperluette sans l'avoir marqué comme entité - échappez l'esperluette "
222 "comme &amp;"
223
224 #: glib/gmarkup.c:573
225 #, c-format
226 msgid ""
227 "Failed to parse '%-.*s', which should have been a digit inside a character "
228 "reference (&#234; for example) - perhaps the digit is too large"
229 msgstr ""
230 "L'analyse de « %-.*s » a échoué, qui devrait avoir un nombre à l'intérieur "
231 "de la référence de caractère (&#234; par exemple) - peut-être que le nombre "
232 "est trop grand"
233
234 #: glib/gmarkup.c:598
235 #, c-format
236 msgid "Character reference '%-.*s' does not encode a permitted character"
237 msgstr "La référence de caractère « %-.*s » n'encode pas un caractère autorisé"
238
239 #: glib/gmarkup.c:613
240 msgid "Empty character reference; should include a digit such as &#454;"
241 msgstr "Référence de caractère vide ; devrait inclure un nombre comme &#454;"
242
243 #: glib/gmarkup.c:623
244 msgid ""
245 "Character reference did not end with a semicolon; most likely you used an "
246 "ampersand character without intending to start an entity - escape ampersand "
247 "as &amp;"
248 msgstr ""
249 "La référence de caractère ne finit pas avec un point-virgule ; vous avez "
250 "vraisemblablement utilisé une esperluette sans intention de commencer une "
251 "entité - échappez l'esperluette comme &amp;"
252
253 #: glib/gmarkup.c:709
254 msgid "Unfinished entity reference"
255 msgstr "Référence d'entité non terminée"
256
257 #: glib/gmarkup.c:715
258 msgid "Unfinished character reference"
259 msgstr "Référence de caractère non terminée"
260
261 #: glib/gmarkup.c:958 glib/gmarkup.c:986 glib/gmarkup.c:1017
262 msgid "Invalid UTF-8 encoded text"
263 msgstr "Texte codé en UTF-8 non valide"
264
265 #: glib/gmarkup.c:1053
266 msgid "Document must begin with an element (e.g. <book>)"
267 msgstr "Le document doit commencer avec un élément (pas ex. <book>)"
268
269 #: glib/gmarkup.c:1093
270 #, c-format
271 msgid ""
272 "'%s' is not a valid character following a '<' character; it may not begin an "
273 "element name"
274 msgstr ""
275 "« %s » n'est pas un caractère valide suivant le caractère « < » ; il ne "
276 "semble pas commencer un nom d'élément"
277
278 #: glib/gmarkup.c:1157
279 #, c-format
280 msgid ""
281 "Odd character '%s', expected a '>' character to end the start tag of element "
282 "'%s'"
283 msgstr ""
284 "Caractère bizarre « %s », attend un caractère « > » pour finir la balise de "
285 "début de l'élément « %s »"
286
287 #: glib/gmarkup.c:1246
288 #, c-format
289 msgid ""
290 "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
291 msgstr ""
292 "Caractère bizarre « %s », attend un caractère « = » après le nom de "
293 "l'attribut « %s » de l'élément « %s »"
294
295 #: glib/gmarkup.c:1288
296 #, c-format
297 msgid ""
298 "Odd character '%s', expected a '>' or '/' character to end the start tag of "
299 "element '%s', or optionally an attribute; perhaps you used an invalid "
300 "character in an attribute name"
301 msgstr ""
302 "Caractère bizarre « %s », attend un caractère « > » ou  « / » pour finir la "
303 "balise de début de l'élément « %s », ou optionnellement un attribut ; peut-"
304 "être que vous utilisez un caractère non valide dans un nom d'attribut"
305
306 #: glib/gmarkup.c:1377
307 #, c-format
308 msgid ""
309 "Odd character '%s', expected an open quote mark after the equals sign when "
310 "giving value for attribute '%s' of element '%s'"
311 msgstr ""
312 "Caractère bizarre « %s », attend un guillemet d'ouverture après le signe "
313 "égal quand on donne une valeur pour l'attribut « %s » de l'élément « %s »"
314
315 #: glib/gmarkup.c:1522
316 #, c-format
317 msgid ""
318 "'%s' is not a valid character following the characters '</'; '%s' may not "
319 "begin an element name"
320 msgstr ""
321 "« %s » n'est pas un caractère valide suivant les caractères « </ » ; « %s » "
322 "ne peut commencer un nom d'élément"
323
324 #: glib/gmarkup.c:1562
325 #, c-format
326 msgid ""
327 "'%s' is not a valid character following the close element name '%s'; the "
328 "allowed character is '>'"
329 msgstr ""
330 "« %s » n'est pas un caractère valide suivant le nom l'élément de fermeture "
331 "« %s » ; la caractère autorisé est « > »"
332
333 #: glib/gmarkup.c:1573
334 #, c-format
335 msgid "Element '%s' was closed, no element is currently open"
336 msgstr "L'élément « %s » a été fermé, aucun élément est actuellement ouvert"
337
338 #: glib/gmarkup.c:1582
339 #, c-format
340 msgid "Element '%s' was closed, but the currently open element is '%s'"
341 msgstr ""
342 "L'élément « %s » a été fermé, mais l'élément actuellement ouvert est « %s »"
343
344 #: glib/gmarkup.c:1729
345 msgid "Document was empty or contained only whitespace"
346 msgstr "Le document était vide ou ne contenait que des espaces"
347
348 #: glib/gmarkup.c:1743
349 msgid "Document ended unexpectedly just after an open angle bracket '<'"
350 msgstr "Le document s'est fini prématurément juste après un « < »"
351
352 #: glib/gmarkup.c:1751 glib/gmarkup.c:1795
353 #, c-format
354 msgid ""
355 "Document ended unexpectedly with elements still open - '%s' was the last "
356 "element opened"
357 msgstr ""
358 "Le document s'est fini prématurément avec des éléments encore ouvert - « %s "
359 "» était le dernier élément ouvert"
360
361 #: glib/gmarkup.c:1759
362 #, c-format
363 msgid ""
364 "Document ended unexpectedly, expected to see a close angle bracket ending "
365 "the tag <%s/>"
366 msgstr ""
367 "Le document s'est fini prématurément, espérait voir un caractère de "
368 "fermeture pour la balise <%s/>"
369
370 #: glib/gmarkup.c:1765
371 msgid "Document ended unexpectedly inside an element name"
372 msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'élément"
373
374 #: glib/gmarkup.c:1770
375 msgid "Document ended unexpectedly inside an attribute name"
376 msgstr "Le document s'est fini prématurément a l'intérieur d'un nom d'attribut"
377
378 #: glib/gmarkup.c:1775
379 msgid "Document ended unexpectedly inside an element-opening tag."
380 msgstr ""
381 "Le document s'est fini prématurément a l'intérieur d'une balise d'ouverture "
382 "d'élément"
383
384 #: glib/gmarkup.c:1781
385 msgid ""
386 "Document ended unexpectedly after the equals sign following an attribute "
387 "name; no attribute value"
388 msgstr ""
389 "Le document s'est fini prématurément après le signe égal suivant un nom "
390 "d'attribut ; aucune valeur d'attribut"
391
392 #: glib/gmarkup.c:1788
393 msgid "Document ended unexpectedly while inside an attribute value"
394 msgstr ""
395 "Le document s'est fini prématurément alors qu'il était à l'intérieur d'une "
396 "valeur d'attribut"
397
398 #: glib/gmarkup.c:1803
399 #, c-format
400 msgid "Document ended unexpectedly inside the close tag for element '%s'"
401 msgstr ""
402 "Le document s'est fini prématurément a l'intérieur de la balise de fermeture "
403 "pour l'élément « %s »"
404
405 #: glib/gmarkup.c:1809
406 msgid "Document ended unexpectedly inside a comment or processing instruction"
407 msgstr ""
408 "Le document s'est fini prématurément à l'intérieur d'un commentaire ou d'une "
409 "instruction de traitement"
410
411 #: glib/gshell.c:73
412 msgid "Quoted text doesn't begin with a quotation mark"
413 msgstr "Le texte cité ne commence pas avec un caractère de citation."
414
415 #: glib/gshell.c:163
416 msgid "Unmatched quotation mark in command line or other shell-quoted text"
417 msgstr ""
418 "Caractère de citation sans correspondance dans la ligne de commande ou un "
419 "autre texte shell rapporté"
420
421 #: glib/gshell.c:541
422 #, c-format
423 msgid "Text ended just after a '\\' character. (The text was '%s')"
424 msgstr "Le texte fini juste après un caractère « \\ ». (Le texte était « %s »)"
425
426 #: glib/gshell.c:548
427 #, c-format
428 msgid "Text ended before matching quote was found for %c. (The text was '%s')"
429 msgstr ""
430 "Le texte fini avant qu'un caractère de citation soit trouvé pour %c. (Le "
431 "texte était « %s »)"
432
433 #: glib/gshell.c:560
434 msgid "Text was empty (or contained only whitespace)"
435 msgstr "Le texte était vide (ou ne contenait que des espaces)"
436
437 #: glib/gspawn-win32.c:264
438 msgid "Failed to read data from child process"
439 msgstr "La lecture des données depuis le processus fils a échoué"
440
441 #: glib/gspawn-win32.c:281 glib/gspawn.c:1350
442 #, c-format
443 msgid "Failed to create pipe for communicating with child process (%s)"
444 msgstr ""
445 "La création du tube de communication avec le processus fils a échoué (%s)"
446
447 #: glib/gspawn-win32.c:321 glib/gspawn.c:1014
448 #, c-format
449 msgid "Failed to read from child pipe (%s)"
450 msgstr "La lecture depuis un tube fils a échoué (%s)"
451
452 #: glib/gspawn-win32.c:349 glib/gspawn.c:1219
453 #, c-format
454 msgid "Failed to change to directory '%s' (%s)"
455 msgstr "Le changement de répertoire « %s » a échoué (%s)"
456
457 #: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442
458 #, c-format
459 msgid "Failed to execute child process (%s)"
460 msgstr "L'exécution du processus fils a échoué (%s)"
461
462 #: glib/gspawn-win32.c:590
463 msgid "Failed to execute helper program"
464 msgstr "L'exécution du processus d'aide a échoué"
465
466 #: glib/gspawn-win32.c:789
467 msgid ""
468 "Unexpected error in g_io_channel_win32_poll() reading data from a child "
469 "process"
470 msgstr ""
471 "Erreur inattendue dans g_io_channel_win32_poll() lors de la lecture des "
472 "données depuis un processus fils"
473
474 #: glib/gspawn.c:179
475 #, c-format
476 msgid "Failed to read data from child process (%s)"
477 msgstr "La lecture des données depuis le processus fils a échoué (%s)"
478
479 #: glib/gspawn.c:310
480 #, c-format
481 msgid "Unexpected error in select() reading data from a child process (%s)"
482 msgstr ""
483 "Erreur inattendue dans select() à la lecture des données depuis un processus "
484 "fils (%s)"
485
486 #: glib/gspawn.c:393
487 #, c-format
488 msgid "Unexpected error in waitpid() (%s)"
489 msgstr "Erreur inattendue dans waitpid() (%s)"
490
491 #: glib/gspawn.c:1079
492 #, c-format
493 msgid "Failed to fork (%s)"
494 msgstr "Le fork a échoué (%s)"
495
496 #: glib/gspawn.c:1229
497 #, c-format
498 msgid "Failed to execute child process \"%s\" (%s)"
499 msgstr "L'exécution du processus fils « %s » a échoué (%s)"
500
501 #: glib/gspawn.c:1239
502 #, c-format
503 msgid "Failed to redirect output or input of child process (%s)"
504 msgstr ""
505 "La redirection de la sortie ou de l'entrée du processus fils a échoué (%s)"
506
507 #: glib/gspawn.c:1248
508 #, c-format
509 msgid "Failed to fork child process (%s)"
510 msgstr "Le fork du processus fils a échoué (%s)"
511
512 #: glib/gspawn.c:1256
513 #, c-format
514 msgid "Unknown error executing child process \"%s\""
515 msgstr "Erreur inconnue à l'exécution du processus fils « %s »"
516
517 #: glib/gspawn.c:1278
518 #, c-format
519 msgid "Failed to read enough data from child pid pipe (%s)"
520 msgstr ""
521 "Impossible de lire suffisamment de données depuis le tube du processus de "
522 "pid (%s)"
523
524 #: glib/gutf8.c:986
525 msgid "Character out of range for UTF-8"
526 msgstr "Caractère hors des limites UTF-8"
527
528 #: glib/gutf8.c:1080 glib/gutf8.c:1089 glib/gutf8.c:1221 glib/gutf8.c:1230
529 #: glib/gutf8.c:1371 glib/gutf8.c:1467
530 msgid "Invalid sequence in conversion input"
531 msgstr "Séquence non valide dans l'entrée du convertisseur"
532
533 #: glib/gutf8.c:1382 glib/gutf8.c:1478
534 msgid "Character out of range for UTF-16"
535 msgstr "Caractère hors des limites UTF-16"
536
537 #: glib/goption.c:435
538 msgid "Usage:"
539 msgstr "Usage :"
540
541 #: glib/goption.c:435
542 msgid "[OPTION...]"
543 msgstr "[OPTION...]"
544
545 #: glib/goption.c:518
546 msgid "Help Options:"
547 msgstr "Options de l'aide :"
548
549 #: glib/goption.c:519
550 msgid "Show help options"
551 msgstr "Afficher les options de l'aide"
552
553 #: glib/goption.c:524
554 msgid "Show all help options"
555 msgstr "Afficher toutes les options de l'aide"
556
557 #: glib/goption.c:574
558 msgid "Application Options:"
559 msgstr "Options de l'application :"
560
561 #: glib/goption.c:614
562 #, c-format
563 msgid "Cannot parse integer value '%s' for --%s"
564 msgstr "Impossible d'analyser l'entier « %s » pour --%s"
565
566 #: glib/goption.c:624
567 #, c-format
568 msgid "Integer value '%s' for %s out of range"
569 msgstr "La valeur entière « %s » pour %s est hors de limites"
570
571 #: glib/goption.c:1354
572 #, c-format
573 msgid "Unknown option %s"
574 msgstr "Option inconnue %s"
575
576 #: glib/gkeyfile.c:338
577 msgid "Valid key file could not be found in data dirs"
578 msgstr "Impossible de trouver un fichier clef valide dans dossiers de données"
579
580 #: glib/gkeyfile.c:373
581 msgid "Not a regular file"
582 msgstr "Pas un fichier régulier"
583
584 #: glib/gkeyfile.c:381
585 msgid "File is empty"
586 msgstr "Le fichier est vide"
587
588 #: glib/gkeyfile.c:691
589 #, c-format
590 msgid ""
591 "Key file contains line '%s' which is not a key-value pair, group, or comment"
592 msgstr ""
593 "Le fichier clef contient la ligne « %s » qui n'est ni une pair clef-valeur, "
594 "ni un groupe et ni commentaire"
595
596 #: glib/gkeyfile.c:759
597 msgid "Key file does not start with a group"
598 msgstr "Le fichier clef ne débute pas par un groupe"
599
600 #: glib/gkeyfile.c:802
601 #, c-format
602 msgid "Key file contains unsupported encoding '%s'"
603 msgstr "Le fichier clef contient un codage de caractères non-supportés « %s »"
604
605 #: glib/gkeyfile.c:1011 glib/gkeyfile.c:1157 glib/gkeyfile.c:2163
606 #: glib/gkeyfile.c:2228 glib/gkeyfile.c:2346 glib/gkeyfile.c:2414
607 #: glib/gkeyfile.c:2599 glib/gkeyfile.c:2773 glib/gkeyfile.c:2830
608 #, c-format
609 msgid "Key file does not have group '%s'"
610 msgstr "Le fichier clef n'a pas de groupe « %s »"
611
612 #: glib/gkeyfile.c:1169
613 #, c-format
614 msgid "Key file does not have key '%s'"
615 msgstr "Le fichier clef n'a pas de clef « %s »"
616
617 #: glib/gkeyfile.c:1270 glib/gkeyfile.c:1379
618 #, c-format
619 msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
620 msgstr ""
621 "Le fichier clef contient la clef « %s » avec la valeur « %s » qui n'est pas "
622 "de l'UTF-8"
623
624 #: glib/gkeyfile.c:1288 glib/gkeyfile.c:1397 glib/gkeyfile.c:1771
625 #, c-format
626 msgid "Key file contains key '%s' which has value that cannot be interpreted."
627 msgstr ""
628 "Le fichier clef contient la clef « %s » avec une valeur impossible à "
629 "interpréter."
630
631 #: glib/gkeyfile.c:1988
632 #, c-format
633 msgid ""
634 "Key file contains key '%s' in group '%s' which has value that cannot be "
635 "interpreted."
636 msgstr ""
637 "Le fichier clef contient la clef « %s » dans le groupe « %s » qui a une "
638 "valeur impossible à interpréter."
639
640 #: glib/gkeyfile.c:2178 glib/gkeyfile.c:2361 glib/gkeyfile.c:2841
641 #, c-format
642 msgid "Key file does not have key '%s' in group '%s'"
643 msgstr "Le fichier clef ne contient pas de clef « %s » dans le groupe « %s »"
644
645 #: glib/gkeyfile.c:3022
646 msgid "Key file contains escape character at end of line"
647 msgstr "Le fichier clef contient un caractère d'échappement en fin de ligne"
648
649 #: glib/gkeyfile.c:3044
650 #, c-format
651 msgid "Key file contains invalid escape sequence '%s'"
652 msgstr "Le fichier clef contient une séquence d'échappement non valide « %s »"
653
654 #: glib/gkeyfile.c:3182
655 #, c-format
656 msgid "Value '%s' cannot be interpreted as a number."
657 msgstr "La valeur « %s » ne peut être interprétée comme un nombre."
658
659 #: glib/gkeyfile.c:3210
660 #, c-format
661 msgid "Value '%s' cannot be interpreted as a boolean."
662 msgstr "La valeur « %s » ne peut être interprétée comme un booléen."