diff options
Diffstat (limited to 'po/fr/man1/stdbuf.1.po')
-rw-r--r-- | po/fr/man1/stdbuf.1.po | 452 |
1 files changed, 452 insertions, 0 deletions
diff --git a/po/fr/man1/stdbuf.1.po b/po/fr/man1/stdbuf.1.po new file mode 100644 index 00000000..8472f224 --- /dev/null +++ b/po/fr/man1/stdbuf.1.po @@ -0,0 +1,452 @@ +# French translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Nicolas François <nicolas.francois@centraliens.net>, 2008-2010. +# Bastien Scher <bastien0705@gmail.com>, 2011-2013. +# David Prévot <david@tilapin.org>, 2012-2014. +# Jean-Philippe MENGUAL <jpmengual@debian.org>, 2020-2021. +msgid "" +msgstr "" +"Project-Id-Version: coreutils manpages\n" +"POT-Creation-Date: 2024-02-15 18:11+0100\n" +"PO-Revision-Date: 2023-05-23 23:30+0200\n" +"Last-Translator: Jean-Philippe MENGUAL <jpmengual@debian.org>\n" +"Language-Team: French <debian-l10n-french@lists.debian.org>\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bits\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: Lokalize 1.5\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "STDBUF" +msgstr "STDBUF" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "January 2024" +msgstr "Janvier 2024" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "User Commands" +msgstr "Commandes de l'utilisateur" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "NOM" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"stdbuf - Run COMMAND, with modified buffering operations for its standard " +"streams." +msgstr "" +"stdbuf - Exécuter une commande avec des options de mise en tampon pour ses " +"flux standards" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<stdbuf> I<\\,OPTION\\/>... I<\\,COMMAND\\/>" +msgstr "B<stdbuf> I<\\,OPTION\\/> ... I<\\,COMMANDE\\/>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Run COMMAND, with modified buffering operations for its standard streams." +msgstr "" +"Exécuter B<COMMANDE> en changeant les opérations de mise en tampon pour ses " +"flux standards." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Mandatory arguments to long options are mandatory for short options too." +msgstr "" +"Les paramètres obligatoires pour les options de forme longue le sont aussi " +"pour les options de forme courte." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-i>, B<--input>=I<\\,MODE\\/>" +msgstr "B<-i>, B<--input>=I<\\,MODE\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "adjust standard input stream buffering" +msgstr "changer la mise en tampon du flux d'entrée standard" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-o>, B<--output>=I<\\,MODE\\/>" +msgstr "B<-o>, B<--output>=I<\\,MODE\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "adjust standard output stream buffering" +msgstr "changer la mise en tampon du flux de sortie standard" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-e>, B<--error>=I<\\,MODE\\/>" +msgstr "B<-e>, B<--error>=I<\\,MODE\\/>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "adjust standard error stream buffering" +msgstr "changer la mise en tampon du flux d'erreur standard" + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--help>" +msgstr "B<--help>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "display this help and exit" +msgstr "afficher l'aide-mémoire et quitter." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<--version>" +msgstr "B<--version>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output version information and exit" +msgstr "afficher les informations de version et quitter." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If MODE is 'L' the corresponding stream will be line buffered. This option " +"is invalid with standard input." +msgstr "" +"Si MODE vaut « L », alors le flux correspondant passera par un tampon ligne " +"par ligne. Cette option n'est pas valable pour l'entrée standard." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "If MODE is '0' the corresponding stream will be unbuffered." +msgstr "" +"Si MODE vaut « B<0> », alors le flux correspondant ne passera pas par un " +"tampon." + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Otherwise MODE is a number which may be followed by one of the following: KB " +"1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G,T,P,E,Z,Y,R,Q. " +"Binary prefixes can be used, too: KiB=K, MiB=M, and so on. In this case the " +"corresponding stream will be fully buffered with the buffer size set to MODE " +"bytes." +msgstr "" +"Sinon, MODE est un nombre qui peut être suivi par un de ces suffixes : " +"KB 1000, K 1024, MB 1000*1000, M 1024*1024 et ainsi de suite pour G, T, P, " +"E, Z, Y, R et Q. Des préfixes binaires peuvent également être utilisés : " +"KiO=K, MiO=M, et ainsi de suite. Dans ce cas, le flux correspondant passera " +"par un tampon dont la taille sera de MODE octets." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"NOTE: If COMMAND adjusts the buffering of its standard streams ('tee' does " +"for example) then that will override corresponding changes by 'stdbuf'. " +"Also some filters (like 'dd' and 'cat' etc.) don't use streams for I/O, and " +"are thus unaffected by 'stdbuf' settings." +msgstr "" +"Note : si I<COMMANDE> modifie la mise en tampon de ses flux standards (par " +"exemple, c'est le cas de B<tee>), alors les réglages définis par B<stdbuf> " +"seront écrasés. De plus, certains filtres (comme B<dd>, B<cat>, etc.) " +"n'utilisent pas de flux pour leurs entrées et sorties, et ne sont donc pas " +"affectés par les réglages de B<stdbuf>." + +#. type: SS +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "Exit status:" +msgstr "État de fin d'exécution :" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "125" +msgstr "125" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "if the stdbuf command itself fails" +msgstr "si la commande stdbuf elle-même échoue" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "126" +msgstr "126" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "if COMMAND is found but cannot be invoked" +msgstr "si la COMMANDE est trouvée mais ne peut pas être invoquée" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "127" +msgstr "127" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "if COMMAND cannot be found" +msgstr "si la COMMANDE ne peut pas être trouvée" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "-" +msgstr "-" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "the exit status of COMMAND otherwise" +msgstr "le code de retour de la COMMANDE autrement" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "EXAMPLES" +msgstr "EXEMPLES" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<tail -f access.log | stdbuf -oL cut -d \\(aq \\(aq -f1 | uniq>" +msgstr "B<tail -f access.log | stdbuf -oL cut -d \\(aq \\(aq -f1 | uniq>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "This will immediately display unique entries from access.log" +msgstr "Cela affichera immédiatement les entrées uniques de access.log" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "BUGS" +msgstr "BOGUES" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"On GLIBC platforms, specifying a buffer size, i.e., using fully buffered " +"mode will result in undefined operation." +msgstr "" +"Sur les plateformes avec la glibc, indiquer une taille de tampon, si bien " +"que l'utilisation d'un mode où tout passe par un tampon génère des " +"comportements non définis." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "AUTHOR" +msgstr "AUTEUR" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "Written by Padraig Brady." +msgstr "Écrit par Padraig Brady." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "REPORTING BUGS" +msgstr "SIGNALER DES BOGUES" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"GNU coreutils online help: E<lt>https://www.gnu.org/software/coreutils/E<gt>" +msgstr "" +"Aide en ligne de GNU coreutils : E<lt>https://www.gnu.org/software/coreutils/" +"E<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Report any translation bugs to E<lt>https://translationproject.org/team/E<gt>" +msgstr "" +"Signaler toute erreur de traduction à E<lt>https://translationproject.org/" +"team/fr.htmlE<gt>" + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "COPYRIGHT" +msgstr "COPYRIGHT" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2022 Free Software Foundation, Inc. Licence GPLv3+\\ : GNU " +"GPL version 3 ou ultérieure E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"This is free software: you are free to change and redistribute it. There is " +"NO WARRANTY, to the extent permitted by law." +msgstr "" +"Ce programme est un logiciel libre. Vous pouvez le modifier et le " +"redistribuer. Il n'y a AUCUNE GARANTIE dans la mesure autorisée par la loi." + +#. type: SH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"Full documentation E<lt>https://www.gnu.org/software/coreutils/stdbufE<gt>" +msgstr "" +"Documentation complète : E<lt>https://www.gnu.org/software/coreutils/" +"stdbufE<gt>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "or available locally via: info \\(aq(coreutils) stdbuf invocation\\(aq" +msgstr "" +"aussi disponible localement à l’aide de la commande : info \\(aq(coreutils) " +"stdbuf invocation\\(aq" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "September 2022" +msgstr "Septembre 2022" + +#. type: TH +#: debian-bookworm mageia-cauldron +#, no-wrap +msgid "GNU coreutils 9.1" +msgstr "GNU coreutils 9.1" + +#. type: Plain text +#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +msgid "" +"Otherwise MODE is a number which may be followed by one of the following: KB " +"1000, K 1024, MB 1000*1000, M 1024*1024, and so on for G, T, P, E, Z, Y. " +"Binary prefixes can be used, too: KiB=K, MiB=M, and so on. In this case the " +"corresponding stream will be fully buffered with the buffer size set to MODE " +"bytes." +msgstr "" +"Sinon, MODE est un nombre qui peut être suivi par un de ces suffixes : " +"KB 1000, K 1024, MB 1000*1000, M 1024*1024 et ainsi de suite pour G, T, P, " +"E, Z et Y. Des préfixes binaires peuvent également être utilisés : KiO=K, " +"MiO=M, et ainsi de suite. Dans ce cas, le flux correspondant passera par un " +"tampon dont la taille sera de MODE octets." + +#. type: Plain text +#: debian-bookworm mageia-cauldron +msgid "" +"Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2022 Free Software Foundation, Inc. Licence GPLv3+\\ : GNU " +"GPL version 3 ou ultérieure E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." + +#. type: TH +#: mageia-cauldron +#, no-wrap +msgid "April 2022" +msgstr "Avril 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "October 2021" +msgstr "Octobre 2021" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "GNU coreutils 8.32" +msgstr "GNU coreutils 8.32" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2020 Free Software Foundation, Inc. Licence GPLv3+\\ : GNU " +"GPL version 3 ou ultérieure E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." |