# Messages français pour GNU concernant cpio. # Copyright © 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the cpio package. # # Michel Robitaille , traducteur depuis/since 1996. # Nicolas Provost , 2010. # Stéphane Aulery , 2015, 2020. # # Réencodage ISO-8859-1 => UTF-8 et typos, S. Aulery, 2015. # Mise à jour, S. Aulery, 2020. # msgid "" msgstr "" "Project-Id-Version: cpio 2.13\n" "Report-Msgid-Bugs-To: bug-cpio@gnu.org\n" "POT-Creation-Date: 2024-01-14 13:56+0200\n" "PO-Revision-Date: 2020-05-06 18:40+0200\n" "Last-Translator: Stéphane Aulery \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #: gnu/argmatch.c:145 #, c-format msgid "invalid argument %s for %s" msgstr "argument non valide %s pour %s" #: gnu/argmatch.c:146 #, c-format msgid "ambiguous argument %s for %s" msgstr "argument ambigu %s pour %s" #: gnu/argmatch.c:165 msgid "Valid arguments are:" msgstr "Les arguments valides sont :" #: gnu/argp-help.c:151 #, c-format msgid "ARGP_HELP_FMT: %s value is less than or equal to %s" msgstr "ARGP_HELP_FMT: la valeur %s est inférieure ou égale à %s" #: gnu/argp-help.c:227 #, c-format msgid "%.*s: ARGP_HELP_FMT parameter requires a value" msgstr "%.*s: le paramètre ARGP_HELP_FMT requiert une valeur" #: gnu/argp-help.c:237 #, c-format msgid "%.*s: Unknown ARGP_HELP_FMT parameter" msgstr "%.*s: paramètre ARGP_HELP_FMT inconnu" #: gnu/argp-help.c:250 #, c-format msgid "Garbage in ARGP_HELP_FMT: %s" msgstr "Problème dans ARGP_HELP_FMT: %s" #: gnu/argp-help.c:1368 msgid "Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options." msgstr "Les arguments optionnels ou obligatoires pour les options longues le sont aussi pour les options courtes correspondantes." #: gnu/argp-help.c:1734 msgid "Usage:" msgstr "Usage :" #: gnu/argp-help.c:1738 msgid " or: " msgstr " ou : " #: gnu/argp-help.c:1750 msgid " [OPTION...]" msgstr " [OPTION…]" #: gnu/argp-help.c:1777 #, c-format msgid "Try '%s --help' or '%s --usage' for more information.\n" msgstr "Essayez « %s --help » ou « %s --usage » pour plus d'informations.\n" #: gnu/argp-help.c:1805 #, c-format msgid "Report bugs to %s.\n" msgstr "Rapporter les anomalies à %s.\n" #: gnu/argp-help.c:2006 gnu/error.c:194 msgid "Unknown system error" msgstr "Erreur système inconnue" #: gnu/argp-parse.c:80 msgid "give this help list" msgstr "Affiche cette aide" #: gnu/argp-parse.c:81 msgid "give a short usage message" msgstr "Afficher un court message d'utilisation" #: gnu/argp-parse.c:82 tests/genfile.c:134 msgid "NAME" msgstr "NOM" #: gnu/argp-parse.c:83 msgid "set the program name" msgstr "fixe le nom du programme" #: gnu/argp-parse.c:84 msgid "SECS" msgstr "SECS" #: gnu/argp-parse.c:85 msgid "hang for SECS seconds (default 3600)" msgstr "suspend pour SECS secondes (3600 par défaut)" #: gnu/argp-parse.c:142 msgid "print program version" msgstr "Affiche la version du logiciel" #: gnu/argp-parse.c:159 msgid "(PROGRAM ERROR) No version known!?" msgstr "(ERREUR DU PROGRAMME) Version inconnue !?" #: gnu/argp-parse.c:612 #, c-format msgid "%s: Too many arguments\n" msgstr "%s: Trop d'arguments\n" #: gnu/argp-parse.c:758 msgid "(PROGRAM ERROR) Option should have been recognized!?" msgstr "(ERREUR DU PROGRAMME) Option non reconnue !?" #: gnu/closeout.c:121 src/util.c:91 src/util.c:94 src/util.c:144 #, c-format msgid "write error" msgstr "erreur d'écriture" #: gnu/getopt.c:282 #, fuzzy, c-format #| msgid "%s: option '%s' is ambiguous\n" msgid "%s: option '%s%s' is ambiguous\n" msgstr "%s : l'option '%s' est ambiguë\n" #: gnu/getopt.c:288 #, fuzzy, c-format #| msgid "%s: option '%s' is ambiguous; possibilities:" msgid "%s: option '%s%s' is ambiguous; possibilities:" msgstr "%s : l'option '%s' est ambiguë ; formes possibles :" #: gnu/getopt.c:322 #, fuzzy, c-format #| msgid "%s: unrecognized option '%c%s'\n" msgid "%s: unrecognized option '%s%s'\n" msgstr "%s : option '%c%s' non reconnue\n" #: gnu/getopt.c:348 #, fuzzy, c-format #| msgid "%s: option '%c%s' doesn't allow an argument\n" msgid "%s: option '%s%s' doesn't allow an argument\n" msgstr "%s : l'option '%c%s' ne prend pas d'argument\n" #: gnu/getopt.c:363 #, fuzzy, c-format #| msgid "%s: option '--%s' requires an argument\n" msgid "%s: option '%s%s' requires an argument\n" msgstr "%s : l'option '--%s' requiert un argument\n" #: gnu/getopt.c:624 #, c-format msgid "%s: invalid option -- '%c'\n" msgstr "%s : option non valide -- '%c'\n" #: gnu/getopt.c:639 gnu/getopt.c:685 #, c-format msgid "%s: option requires an argument -- '%c'\n" msgstr "%s : l'option requiert un argument -- \"%c\"\n" #: gnu/obstack.c:317 gnu/obstack.c:319 gnu/xalloc-die.c:34 msgid "memory exhausted" msgstr "mémoire épuisée" #: gnu/openat-die.c:38 #, c-format msgid "unable to record current working directory" msgstr "impossible d'enregistrer le répertoire de travail courant" #: gnu/openat-die.c:57 #, c-format msgid "failed to return to initial working directory" msgstr "impossible de revenir au répertoire de travail initial" #. TRANSLATORS: #. Get translations for open and closing quotation marks. #. The message catalog should translate "`" to a left #. quotation mark suitable for the locale, and similarly for #. "'". For example, a French Unicode local should translate #. these to U+00AB (LEFT-POINTING DOUBLE ANGLE #. QUOTATION MARK), and U+00BB (RIGHT-POINTING DOUBLE ANGLE #. QUOTATION MARK), respectively. #. #. If the catalog has no translation, we will try to #. use Unicode U+2018 (LEFT SINGLE QUOTATION MARK) and #. Unicode U+2019 (RIGHT SINGLE QUOTATION MARK). If the #. current locale is not Unicode, locale_quoting_style #. will quote 'like this', and clocale_quoting_style will #. quote "like this". You should always include translations #. for "`" and "'" even if U+2018 and U+2019 are appropriate #. for your locale. #. #. If you don't know what to put here, please see #. #. and use glyphs suitable for your language. #: gnu/quotearg.c:354 msgid "`" msgstr "\"" #: gnu/quotearg.c:355 msgid "'" msgstr "\"" #: gnu/version-etc.c:73 #, c-format msgid "Packaged by %s (%s)\n" msgstr "Empaqueté par %s (%s)\n" #: gnu/version-etc.c:76 #, c-format msgid "Packaged by %s\n" msgstr "Empaqueté par %s\n" #. TRANSLATORS: Translate "(C)" to the copyright symbol #. (C-in-a-circle), if this symbol is available in the user's #. locale. Otherwise, do not translate "(C)"; leave it as-is. #: gnu/version-etc.c:83 msgid "(C)" msgstr "(C)" #. TRANSLATORS: The %s placeholder is the web address of the GPL license. #: gnu/version-etc.c:88 #, fuzzy, c-format #| msgid "" #| "\n" #| "License GPLv3+: GNU GPL version 3 or later .\n" #| "This is free software: you are free to change and redistribute it.\n" #| "There is NO WARRANTY, to the extent permitted by law.\n" #| "\n" msgid "" "License GPLv3+: GNU GPL version 3 or later <%s>.\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" "\n" "Licence GPLv3+: GNU GPL version 3 ou ultérieure .\n" "Logiciel libre ; vous être libre de le modifier et de le redistribuer.\n" "Il n'y a AUCUNE GARANTIE, dans les limites permises par la loi.\n" "\n" #. TRANSLATORS: %s denotes an author name. #: gnu/version-etc.c:105 #, c-format msgid "Written by %s.\n" msgstr "Écrit par %s.\n" #. TRANSLATORS: Each %s denotes an author name. #: gnu/version-etc.c:109 #, c-format msgid "Written by %s and %s.\n" msgstr "Écrit par %s et %s.\n" #. TRANSLATORS: Each %s denotes an author name. #: gnu/version-etc.c:113 #, c-format msgid "Written by %s, %s, and %s.\n" msgstr "Écrit par %s, %s, et %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: gnu/version-etc.c:120 #, c-format msgid "" "Written by %s, %s, %s,\n" "and %s.\n" msgstr "" "Écrit par %s, %s, %s,\n" "et %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: gnu/version-etc.c:127 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, and %s.\n" msgstr "" "Écrit par %s, %s, %s,\n" "%s, et %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: gnu/version-etc.c:134 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, and %s.\n" msgstr "" "Écrit par %s, %s, %s,\n" "%s, %s, et %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: gnu/version-etc.c:142 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, and %s.\n" msgstr "" "Écrit par %s, %s, %s,\n" "%s, %s, %s, et %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: gnu/version-etc.c:150 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "and %s.\n" msgstr "" "Écrit par %s, %s, %s,\n" "%s, %s, %s, %s,\n" "et %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: gnu/version-etc.c:159 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, and %s.\n" msgstr "" "Écrit par %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, et %s.\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: gnu/version-etc.c:170 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, %s, and others.\n" msgstr "" "Écrit par %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, %s, et autres.\n" #. TRANSLATORS: The placeholder indicates the bug-reporting address #. for this package. Please add _another line_ saying #. "Report translation bugs to <...>\n" with the address for translation #. bugs (typically your translation team's web or email address). #: gnu/version-etc.c:249 #, fuzzy, c-format #| msgid "" #| "\n" #| "Report bugs to: %s\n" msgid "Report bugs to: %s\n" msgstr "" "\n" "Rapporter les anomalies à : %s\n" #: gnu/version-etc.c:251 #, c-format msgid "Report %s bugs to: %s\n" msgstr "Rapport d'anomalies (%s) à : %s\n" #: gnu/version-etc.c:255 gnu/version-etc.c:257 #, c-format msgid "%s home page: <%s>\n" msgstr "%s page web : <%s>\n" #: gnu/version-etc.c:260 #, fuzzy, c-format #| msgid "General help using GNU software: \n" msgid "General help using GNU software: <%s>\n" msgstr "Aide générale des logiciels GNU : \n" #. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'. #. Directly translating this to another language will not work, first because #. %s itself is not translated. #. Translate it as `%s: Function %s failed'. #: lib/paxerror.c:60 lib/paxerror.c:73 #, c-format msgid "%s: Cannot %s" msgstr "%s: échec de la fonction : %s" #. TRANSLATORS: %s after `Cannot' is a function name, e.g. `Cannot open'. #. Directly translating this to another language will not work, first because #. %s itself is not translated. #. Translate it as `%s: Function %s failed'. #: lib/paxerror.c:86 #, c-format msgid "%s: Warning: Cannot %s" msgstr "%s: Avertissement, échec de la fonction : %s" #: lib/paxerror.c:95 #, c-format msgid "%s: Cannot change mode to %s" msgstr "%s: Impossible de basculer en mode %s" #: lib/paxerror.c:104 #, fuzzy, c-format #| msgid "%s: Cannot change ownership to uid %lu, gid %lu" msgid "%s: Cannot change ownership to uid %ju, gid %ju" msgstr "%s: impossible de modifier le propriétaire en uid %lu, gid %lu" #: lib/paxerror.c:130 #, c-format msgid "%s: Cannot hard link to %s" msgstr "%s: Impossible de créer un lien fort vers %s" #: lib/paxerror.c:182 lib/paxerror.c:212 #, fuzzy, c-format #| msgid "%s: Read error at byte %s, while reading %lu byte" #| msgid_plural "%s: Read error at byte %s, while reading %lu bytes" msgid "%s: Read error at byte %jd, while reading %zu byte" msgid_plural "%s: Read error at byte %jd, while reading %zu bytes" msgstr[0] "%s: Erreur de lecture sur l'octet %s, en lisant l'octet %lu" msgstr[1] "%s: Erreur de lecture sur l'octet %s, en lisant %lu octets" #: lib/paxerror.c:194 #, fuzzy, c-format #| msgid "%s: Warning: Read error at byte %s, while reading %lu byte" #| msgid_plural "%s: Warning: Read error at byte %s, while reading %lu bytes" msgid "%s: Warning: Read error at byte %jd, while reading %zu byte" msgid_plural "%s: Warning: Read