diff options
Diffstat (limited to 'po/fr/man8/fsck.cramfs.8.po')
-rw-r--r-- | po/fr/man8/fsck.cramfs.8.po | 282 |
1 files changed, 282 insertions, 0 deletions
diff --git a/po/fr/man8/fsck.cramfs.8.po b/po/fr/man8/fsck.cramfs.8.po new file mode 100644 index 00000000..76e23aef --- /dev/null +++ b/po/fr/man8/fsck.cramfs.8.po @@ -0,0 +1,282 @@ +# French translation of manpages +# This file is distributed under the same license as the manpages-l10n package. +# Copyright © of this file: +# Christophe Blaess <ccb@club-internet.fr>, 1997, 2002, 2003. +# Michel Quercia <quercia AT cal DOT enst DOT fr>, 1997. +# Thierry Vignaud <tvignaud@mandriva.com>, 1999. +# Frédéric Delanoy <delanoy_f@yahoo.com>, 2000. +# Thierry Vignaud <tvignaud@mandriva.com>, 2000. +# Christophe Sauthier <christophe@sauthier.com>, 2001. +# Sébastien Blanchet, 2002. +# Jérôme Perzyna <jperzyna@yahoo.fr>, 2004. +# Aymeric Nys <aymeric AT nnx POINT com>, 2004. +# Alain Portal <aportal@univ-montp2.fr>, 2005, 2006. +# Thomas Huriaux <thomas.huriaux@gmail.com>, 2006. +# Yves Rütschlé <l10n@rutschle.net>, 2006. +# Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>, 2006. +# Julien Cristau <jcristau@debian.org>, 2006. +# Philippe Piette <foudre-blanche@skynet.be>, 2006. +# Jean-Baka Domelevo-Entfellner <domelevo@gmail.com>, 2006. +# Nicolas Haller <nicolas@boiteameuh.org>, 2006. +# Sylvain Archenault <sylvain.archenault@laposte.net>, 2006. +# Valéry Perrin <valery.perrin.debian@free.fr>, 2006. +# Jade Alglave <jade.alglave@ens-lyon.org>, 2006. +# Nicolas François <nicolas.francois@centraliens.net>, 2007. +# Alexandre Kuoch <alex.kuoch@gmail.com>, 2008. +# Lyes Zemmouche <iliaas@hotmail.fr>, 2008. +# Florentin Duneau <fduneau@gmail.com>, 2006, 2008, 2009, 2010. +# Alexandre Normand <aj.normand@free.fr>, 2010. +# David Prévot <david@tilapin.org>, 2010-2015. +msgid "" +msgstr "" +"Project-Id-Version: manpages-fr-extra-util-linux\n" +"POT-Creation-Date: 2023-08-27 16:58+0200\n" +"PO-Revision-Date: 2024-03-01 15:26+0100\n" +"Last-Translator: Jean-Paul Guillonneau <guillonneau.jeanpaul@free.fr>\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: vim\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "FSCK.CRAMFS" +msgstr "FSCK.CRAMFS" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "2022-05-11" +msgstr "11 mai 2022" + +#. type: TH +#: debian-bookworm +#, no-wrap +msgid "util-linux 2.38.1" +msgstr "util-linux 2.38.1" + +#. type: TH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "System Administration" +msgstr "Administration Système" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "NAME" +msgstr "NOM" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "fsck.cramfs - fsck compressed ROM file system" +msgstr "fsck.cramfs - fsck pour système de fichiers compressé en lecture seule" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SYNOPSIS" +msgstr "SYNOPSIS" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<fsck.cramfs> [options] I<file>" +msgstr "B<fsck.cramfs> [I<options>] I<fichier>" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<fsck.cramfs> is used to check the cramfs file system." +msgstr "" +"B<fsck.cramfs> est utilisé pour vérifier le système de fichiers cramfs." + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "OPTIONS" +msgstr "OPTIONS" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-v>, B<--verbose>" +msgstr "B<-v>, B<--verbose>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Enable verbose messaging." +msgstr "Activer le mode verbeux." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-b>, B<--blocksize> I<blocksize>" +msgstr "B<-b>, B<--blocksize> I<taillebloc>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Use this blocksize, defaults to page size. Must be equal to what was set at " +"creation time. Only used for B<--extract>." +msgstr "" +"Utiliser cette taille de bloc ou par défaut la taille de page. Celle-ci doit " +"être égale à ce qui avait été défini au moment de la création. Utilisé " +"seulement pour B<--extract>." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<--extract>[=I<directory>]" +msgstr "B<--extract>[B<=>I<répertoire>]" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"Test to uncompress the whole file system. Optionally extract contents of the " +"I<file> to I<directory>." +msgstr "" +"Essayer de décompresser tout le système de fichiers. Extraire " +"facultativement le contenu de I<fichier> dans I<répertoire>." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-a>" +msgstr "B<-a>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "This option is silently ignored." +msgstr "Cette option est silencieusement ignorée." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-y>" +msgstr "B<-y>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-h>, B<--help>" +msgstr "B<-h>, B<--help>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "Display help text and exit." +msgstr "Afficher l’aide-mémoire puis quitter." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<-V>, B<--version>" +msgstr "B<-V>, B<--version>" + +#. type: Plain text +#: debian-bookworm +msgid "Print version and exit." +msgstr "Afficher la version puis quitter." + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "EXIT STATUS" +msgstr "CODE DE RETOUR" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<0>" +msgstr "B<0>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "success" +msgstr "Succès." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<4>" +msgstr "B<4>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "file system was left uncorrected" +msgstr "Le système de fichiers avait des erreurs non corrigées." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<8>" +msgstr "B<8>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "operation error, such as unable to allocate memory" +msgstr "Erreur d’opération, comme un échec d’allocation mémoire." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<16>" +msgstr "B<16>" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "usage information was printed" +msgstr "Les informations d'utilisation ont été affichées." + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "SEE ALSO" +msgstr "VOIR AUSSI" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "B<mount>(8), B<mkfs.cramfs>(8)" +msgstr "B<mount>(8), B<mkfs.cramfs>(8)" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "REPORTING BUGS" +msgstr "SIGNALER DES BOGUES" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "For bug reports, use the issue tracker at" +msgstr "" +"Pour envoyer un rapport de bogue, utilisez le système de gestion des " +"problèmes à l'adresse" + +#. type: SH +#: debian-bookworm opensuse-leap-15-6 +#, no-wrap +msgid "AVAILABILITY" +msgstr "DISPONIBILITÉ" + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 +msgid "" +"The B<fsck.cramfs> command is part of the util-linux package which can be " +"downloaded from" +msgstr "" +"La commande B<fsck.cramfs> fait partie du paquet util-linux, qui peut être " +"téléchargé de" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "2022-02-14" +msgstr "14 février 2022" + +#. type: TH +#: opensuse-leap-15-6 +#, no-wrap +msgid "util-linux 2.37.4" +msgstr "util-linux 2.37.4" + +#. type: Plain text +#: opensuse-leap-15-6 +msgid "Display version information and exit." +msgstr "Afficher le nom et la version du logiciel et quitter." |