diff options
Diffstat (limited to 'po/fr/man1/cmp.1.po')
-rw-r--r-- | po/fr/man1/cmp.1.po | 403 |
1 files changed, 403 insertions, 0 deletions
diff --git a/po/fr/man1/cmp.1.po b/po/fr/man1/cmp.1.po new file mode 100644 index 00000000..1383d0f6 --- /dev/null +++ b/po/fr/man1/cmp.1.po @@ -0,0 +1,403 @@ +# French translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Jade Alglave <jade.alglave@ens-lyon.org> +# Nicolas François <nicolas.francois@centraliens.net>, 2009-2010. +# David Prévot <david@tilapin.org>, 2011, 2013. +# Jean-Philippe MENGUAL <jpmengual@debian.org>, 2020. +msgid "" +msgstr "" +"Project-Id-Version: diffutils manpages\n" +"POT-Creation-Date: 2024-02-15 17:56+0100\n" +"PO-Revision-Date: 2023-06-16 18:48+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: 8bit\n" +"X-Generator: Lokalize 1.5\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. type: TH +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "CMP" +msgstr "CMP" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "May 2023" +msgstr "Mai 2023" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "diffutils 3.10" +msgstr "diffutils 3.10" + +#. 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 "cmp - compare two files byte by byte" +msgstr "cmp - Comparer deux fichiers octet par octet" + +#. 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<cmp> [I<OPTION>]... I<FILE1 >[I<FILE2 >[I<SKIP1 >[I<SKIP2>]]]" +msgstr "" +"B<cmp> [I<option>] ... I<fichier1> [I<fichier2> [I<décal1> [I<décal2>]]]" + +#. 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 "Compare two files byte by byte." +msgstr "Comparer deux fichiers octet par octet." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The optional SKIP1 and SKIP2 specify the number of bytes to skip at the " +"beginning of each file (zero by default)." +msgstr "" +"Les I<décal1> et I<décal2> facultatifs indiquent le nombre d'octets à sauter " +"au début de chaque fichier (zéro par défaut)." + +#. 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<-b>, B<--print-bytes>" +msgstr "B<-b>, B<--print-bytes>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "print differing bytes" +msgstr "Afficher les octets qui diffèrent." + +#. 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<--ignore-initial>=I<SKIP>" +msgstr "B<-i>, B<--ignore-initial=>I<décal>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "skip first SKIP bytes of both inputs" +msgstr "Sauter les I<décal> premiers octets des deux entrées." + +#. 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<--ignore-initial>=I<SKIP1>:SKIP2" +msgstr "B<-i>, B<--ignore-initial=>I<décal1>B<:>I<décal2>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "skip first SKIP1 bytes of FILE1 and first SKIP2 bytes of FILE2" +msgstr "" +"Sauter les I<décal1> premiers octets de I<fichier1> et les I<décal2> " +"premiers octets de I<fichier2>." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-l>, B<--verbose>" +msgstr "B<-l>, B<--verbose>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "output byte numbers and differing byte values" +msgstr "Afficher les numéros et les valeurs des octets qui diffèrent." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-n>, B<--bytes>=I<LIMIT>" +msgstr "B<-n>, B<--bytes=>I<limite>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "compare at most LIMIT bytes" +msgstr "Comparer au plus I<limite> octets." + +#. type: TP +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#, no-wrap +msgid "B<-s>, B<--quiet>, B<--silent>" +msgstr "B<-s>, B<--quiet>, B<--silent>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "suppress all normal output" +msgstr "Supprimer toute la sortie normale." + +#. 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<-v>, B<--version>" +msgstr "B<-v>, 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 "" +"SKIP values may be followed by the following multiplicative suffixes: kB " +"1000, K 1024, MB 1,000,000, M 1,048,576, GB 1,000,000,000, G 1,073,741,824, " +"and so on for T, P, E, Z, Y." +msgstr "" +"Les valeurs I<décal> peuvent être suivies d'un suffixe multiplicateur\\ : kB " +"1000, K 1024, MB 1\\ 000\\ 000, M 1\\ 048\\ 576, GB 1\\ 000\\ 000\\ 000, G " +"1\\ 073\\ 741\\ 824 et de la même façon avec «\\ T, P, E, Z, Y\\ »." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"If a FILE is '-' or missing, read standard input. Exit status is 0 if " +"inputs are the same, 1 if different, 2 if trouble." +msgstr "" +"Si un FICHIER vaut « - » ou est omis, l'entrée standard est lue. Le code de " +"retour vaut B<0> si les entrées sont identiques, B<1> si elles diffèrent et " +"B<2> en cas de problème." + +#. 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 Torbjorn Granlund and David MacKenzie." +msgstr "Écrit par Torbjorn Granlund et David MacKenzie." + +#. 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 "Report bugs to: bug-diffutils@gnu.org" +msgstr "Signaler toute erreur à : bug-diffutils@gnu.org" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "" +"GNU diffutils home page: E<lt>https://www.gnu.org/software/diffutils/E<gt>" +msgstr "" +"Page d'accueil de GNU diffutils : E<lt>URL:I<http://www.gnu.org/software/" +"diffutils/>E<gt>." + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-tumbleweed +msgid "General help using GNU software: E<lt>https://www.gnu.org/gethelp/E<gt>" +msgstr "" +"Aide globale pour l'utilisation de logiciels GNU : E<lt>URL:I<http://www.gnu." +"org/gethelp/>E<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 mageia-cauldron +#: 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-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "B<diff>(1), B<diff3>(1), B<sdiff>(1)" +msgstr "B<diff>(1), B<diff3>(1), B<sdiff>(1)" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "" +"The full documentation for B<cmp> is maintained as a Texinfo manual. If the " +"B<info> and B<cmp> programs are properly installed at your site, the command" +msgstr "" +"La documentation complète de B<cmp> est disponible dans un manuel Texinfo. " +"Si les programmes B<info> et B<cmp> sont correctement installés, la commande" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "B<info cmp>" +msgstr "B<info cmp>" + +#. type: Plain text +#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide +#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +msgid "should give you access to the complete manual." +msgstr "devrait vous donner accès au manuel complet." + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "August 2021" +msgstr "Août 2021" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "diffutils 3.8" +msgstr "diffutils 3.8" + +#. type: Plain text +#: debian-bookworm +msgid "" +"Copyright \\(co 2021 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2021 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 +#: debian-bookworm opensuse-leap-15-6 +msgid "diff(1), diff3(1), sdiff(1)" +msgstr "B<diff>(1), B<diff3>(1), B<sdiff>(1)" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "May 2017" +msgstr "Mai 2017" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "diffutils 3.6" +msgstr "diffutils 3.6" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"GNU diffutils home page: E<lt>http://www.gnu.org/software/diffutils/E<gt>" +msgstr "" +"Page d'accueil de GNU diffutils : E<lt>http://www.gnu.org/software/diffutils/" +"E<gt>" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "General help using GNU software: E<lt>http://www.gnu.org/gethelp/E<gt>" +msgstr "" +"Aide générale pour l'utilisation des logiciels GNU : E<lt>http://www.gnu.org/" +"gethelp/E<gt>" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "" +"Copyright \\(co 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>http://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2017 Free Software Foundation, Inc. License GPLv3+\\ : GNU " +"GPL version 3 ou ultérieure E<lt>http://gnu.org/licenses/gpl.htmlE<gt>." |