Skip to content
Snippets Groups Projects
Unverified Commit fe30b531 authored by Jean-Noël Avila's avatar Jean-Noël Avila Committed by Hosted Weblate
Browse files

Translated using Weblate (French)

Currently translated at 59.8% (6422 of 10729 strings)

Translation: Git Manpages/Translations
Translate-URL: https://hosted.weblate.org/projects/git-manpages/translations/fr/


Signed-off-by: default avatarJean-Noël Avila <jn.avila@free.fr>
parent 89a1ff15
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# This file is distributed under the same license as the Git package. # This file is distributed under the same license as the Git package.
# Jean-Noël Avila <jn.avila@free.fr>, 2019. # Jean-Noël Avila <jn.avila@free.fr>, 2019.
msgid "" msgid ""
msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2021-10-31 17:03+0100\nPO-Revision-Date: 2021-12-23 19:53+0000\nLast-Translator: Jean-Noël Avila <jn.avila@free.fr>\nLanguage-Team: Jean-Noël Avila <jn.avila@free.fr>\nLanguage: fr\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n > 1;\nX-Generator: Weblate 4.10.1\n" msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2021-10-31 17:03+0100\nPO-Revision-Date: 2021-12-28 23:53+0000\nLast-Translator: Jean-Noël Avila <jn.avila@free.fr>\nLanguage-Team: Jean-Noël Avila <jn.avila@free.fr>\nLanguage: fr\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n > 1;\nX-Generator: Weblate 4.10.1\n"
   
#. type: Labeled list #. type: Labeled list
#: en/blame-options.txt:1 en/diff-options.txt:754 en/git-instaweb.txt:45 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:128 en/git-status.txt:31 #: en/blame-options.txt:1 en/diff-options.txt:754 en/git-instaweb.txt:45 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:128 en/git-status.txt:31
...@@ -19430,49 +19430,49 @@ msgstr "Si vous voulez faire référence à une spécification de référence gi ...@@ -19430,49 +19430,49 @@ msgstr "Si vous voulez faire référence à une spécification de référence gi
#: en/git-cvsserver.txt:400 #: en/git-cvsserver.txt:400
#, priority:100 #, priority:100
msgid "Legacy monitoring operations are not supported (edit, watch and related). Exports and tagging (tags and branches) are not supported at this stage." msgid "Legacy monitoring operations are not supported (edit, watch and related). Exports and tagging (tags and branches) are not supported at this stage."
msgstr "" msgstr "Les anciennes opérations de surveillance ne sont pas prises en charge (édition, surveillance et connexes). Les exportations et l'étiquetage (étiquettes et branches) ne sont pas supportés à ce stade."
   
#. type: Title ~ #. type: Title ~
#: en/git-cvsserver.txt:402 #: en/git-cvsserver.txt:402
#, no-wrap, priority:100 #, no-wrap, priority:100
msgid "CRLF Line Ending Conversions" msgid "CRLF Line Ending Conversions"
msgstr "" msgstr "Conversions de fin de ligne CRLF"
   
#. type: Plain text #. type: Plain text
#: en/git-cvsserver.txt:407 #: en/git-cvsserver.txt:407
#, priority:100 #, priority:100
msgid "By default the server leaves the `-k` mode blank for all files, which causes the CVS client to treat them as a text files, subject to end-of-line conversion on some platforms." msgid "By default the server leaves the `-k` mode blank for all files, which causes the CVS client to treat them as a text files, subject to end-of-line conversion on some platforms."
msgstr "" msgstr "Par défaut, le serveur laisse le mode `-k` vide pour tous les fichiers, ce qui amène le client CVS à les traiter comme des fichiers texte, sujets à une conversion de fin de ligne sur certaines plateformes."
   
#. type: Plain text #. type: Plain text
#: en/git-cvsserver.txt:412 #: en/git-cvsserver.txt:412
#, priority:100 #, priority:100
msgid "You can make the server use the end-of-line conversion attributes to set the `-k` modes for files by setting the `gitcvs.usecrlfattr` config variable. See linkgit:gitattributes[5] for more information about end-of-line conversion." msgid "You can make the server use the end-of-line conversion attributes to set the `-k` modes for files by setting the `gitcvs.usecrlfattr` config variable. See linkgit:gitattributes[5] for more information about end-of-line conversion."
msgstr "" msgstr "Vous pouvez faire en sorte que le serveur utilise les attributs de conversion de fin de ligne pour définir les modes `-k` des fichiers en définissant la variable de configuration `gitcvs.usecrlfattr`. Voir linkgit:gitattributes[5] pour plus d'informations sur la conversion de fin de ligne."
   
#. type: Plain text #. type: Plain text
#: en/git-cvsserver.txt:421 #: en/git-cvsserver.txt:421
#, priority:100 #, priority:100
msgid "Alternatively, if `gitcvs.usecrlfattr` config is not enabled or the attributes do not allow automatic detection for a filename, then the server uses the `gitcvs.allBinary` config for the default setting. If `gitcvs.allBinary` is set, then file not otherwise specified will default to '-kb' mode. Otherwise the `-k` mode is left blank. But if `gitcvs.allBinary` is set to \"guess\", then the correct `-k` mode will be guessed based on the contents of the file." msgid "Alternatively, if `gitcvs.usecrlfattr` config is not enabled or the attributes do not allow automatic detection for a filename, then the server uses the `gitcvs.allBinary` config for the default setting. If `gitcvs.allBinary` is set, then file not otherwise specified will default to '-kb' mode. Otherwise the `-k` mode is left blank. But if `gitcvs.allBinary` is set to \"guess\", then the correct `-k` mode will be guessed based on the contents of the file."
msgstr "" msgstr "Alternativement, si la configuration `gitcvs.usecrlfattr` n'est pas activée ou si les attributs ne permettent pas la détection automatique pour un nom de fichier, alors le serveur utilise la configuration `gitcvs.allBinary` pour le paramètre par défaut. Si `gitcvs.allBinary` est défini, alors les fichiers qui ne sont pas spécifiés autrement seront par défaut en mode '-kb'. Sinon, le mode `-k` est laissé vide. Mais si `gitcvs.allBinary` est défini à \"guess\", alors le mode `-k` correct sera deviné en fonction du contenu du fichier."
   
#. type: Plain text #. type: Plain text
#: en/git-cvsserver.txt:425 #: en/git-cvsserver.txt:425
#, priority:100 #, priority:100
msgid "For best consistency with 'cvs', it is probably best to override the defaults by setting `gitcvs.usecrlfattr` to true, and `gitcvs.allBinary` to \"guess\"." msgid "For best consistency with 'cvs', it is probably best to override the defaults by setting `gitcvs.usecrlfattr` to true, and `gitcvs.allBinary` to \"guess\"."
msgstr "" msgstr "Pour une meilleure cohérence avec 'cvs', il est probablement préférable de remplacer les valeurs par défaut en mettant `gitcvs.usecrlfattr` à true, et `gitcvs.allBinary` à \"guess\"."
   
#. type: Title - #. type: Title -
#: en/git-cvsserver.txt:427 #: en/git-cvsserver.txt:427
#, no-wrap, priority:100 #, no-wrap, priority:100
msgid "DEPENDENCIES" msgid "DEPENDENCIES"
msgstr "" msgstr "DÉPENDANCES"
   
#. type: Plain text #. type: Plain text
#: en/git-cvsserver.txt:429 #: en/git-cvsserver.txt:429
#, priority:100 #, priority:100
msgid "'git-cvsserver' depends on DBD::SQLite." msgid "'git-cvsserver' depends on DBD::SQLite."
msgstr "" msgstr "'git-cvsserver' dépend de DBD::SQLite."
   
#. type: Title = #. type: Title =
#: en/git-daemon.txt:2 #: en/git-daemon.txt:2
...@@ -19504,43 +19504,43 @@ msgid "" ...@@ -19504,43 +19504,43 @@ msgid ""
"\t [--user=<user> [--group=<group>]]]\n" "\t [--user=<user> [--group=<group>]]]\n"
"\t [--log-destination=(stderr|syslog|none)]\n" "\t [--log-destination=(stderr|syslog|none)]\n"
"\t [<directory>...]\n" "\t [<directory>...]\n"
msgstr "" msgstr "'git daemon' [--verbose] [--syslog] [--export-all]\n\t [--timeout=<n>] [--init-timeout=<n>] [--max-connections=<n>]\n\t [--strict-paths] [--base-path=<chemin>] [--base-path-relaxed]\n\t [--user-path | --user-path=<chemin>]\n\t [--interpolated-path=<chemin-de-modèle>]\n\t [--reuseaddr] [--detach] [--pid-file=<fichier>]\n\t [--enable=<service>] [--disable=<service>]\n\t [--allow-override=<service>] [--forbid-override=<service>]\n\t [--access-hook=<chemin>] [--[no-]informative-errors]\n\t [--inetd |\n\t [--listen=<hôte-ou-adr-ip>] [--port=<n>]\n\t [--user=<user> [--group=<groupe>]]]\n\t [--log-destination=(stderr|syslog|none)]\n\t [<répertoire>...]\n"
   
#. type: Plain text #. type: Plain text
#: en/git-daemon.txt:31 #: en/git-daemon.txt:31
#, priority:100 #, priority:100
msgid "A really simple TCP Git daemon that normally listens on port \"DEFAULT_GIT_PORT\" aka 9418. It waits for a connection asking for a service, and will serve that service if it is enabled." msgid "A really simple TCP Git daemon that normally listens on port \"DEFAULT_GIT_PORT\" aka 9418. It waits for a connection asking for a service, and will serve that service if it is enabled."
msgstr "" msgstr "Un démon TCP Git très simple qui écoute normalement sur le port \"DEFAULT_GIT_PORT\" soit 9418. Il attend une connexion demandant un service, et servira ce service s'il est activé."
   
#. type: Plain text #. type: Plain text
#: en/git-daemon.txt:37 #: en/git-daemon.txt:37
#, priority:100 #, priority:100
msgid "It verifies that the directory has the magic file \"git-daemon-export-ok\", and it will refuse to export any Git directory that hasn't explicitly been marked for export this way (unless the `--export-all` parameter is specified). If you pass some directory paths as 'git daemon' arguments, you can further restrict the offers to a whitelist comprising of those." msgid "It verifies that the directory has the magic file \"git-daemon-export-ok\", and it will refuse to export any Git directory that hasn't explicitly been marked for export this way (unless the `--export-all` parameter is specified). If you pass some directory paths as 'git daemon' arguments, you can further restrict the offers to a whitelist comprising of those."
msgstr "" msgstr "Il vérifie que le répertoire possède le fichier magique \"git-daemon-export-ok\", et il refusera d'exporter tout répertoire Git qui n'a pas été explicitement marqué pour l'exportation de cette façon (à moins que le paramètre `--export-all` soit spécifié). Si vous passez certains chemins de répertoire en tant qu'arguments de 'git daemon', vous pouvez restreindre davantage les offres à une liste blanche composée de ceux-ci."
   
#. type: Plain text #. type: Plain text
#: en/git-daemon.txt:41 #: en/git-daemon.txt:41
#, priority:100 #, priority:100
msgid "By default, only `upload-pack` service is enabled, which serves 'git fetch-pack' and 'git ls-remote' clients, which are invoked from 'git fetch', 'git pull', and 'git clone'." msgid "By default, only `upload-pack` service is enabled, which serves 'git fetch-pack' and 'git ls-remote' clients, which are invoked from 'git fetch', 'git pull', and 'git clone'."
msgstr "" msgstr "Par défaut, seul le service `upload-pack` est activé, qui sert les clients 'git fetch-pack' et 'git ls-remote', qui sont invoqués depuis 'git fetch', 'git pull', et 'git clone'."
   
#. type: Plain text #. type: Plain text
#: en/git-daemon.txt:44 #: en/git-daemon.txt:44
#, priority:100 #, priority:100
msgid "This is ideally suited for read-only updates, i.e., pulling from Git repositories." msgid "This is ideally suited for read-only updates, i.e., pulling from Git repositories."
msgstr "" msgstr "Cette méthode convient parfaitement aux mises à jour en lecture seule, c'est-à-dire à l'extraction de dépôts Git."
   
#. type: Plain text #. type: Plain text
#: en/git-daemon.txt:46 #: en/git-daemon.txt:46
#, priority:100 #, priority:100
msgid "An `upload-archive` also exists to serve 'git archive'." msgid "An `upload-archive` also exists to serve 'git archive'."
msgstr "" msgstr "Une 'upload-archive' existe également pour servir 'git archive'."
   
#. type: Plain text #. type: Plain text
#: en/git-daemon.txt:54 #: en/git-daemon.txt:54
#, priority:100 #, priority:100
msgid "Match paths exactly (i.e. don't allow \"/foo/repo\" when the real path is \"/foo/repo.git\" or \"/foo/repo/.git\") and don't do user-relative paths. 'git daemon' will refuse to start when this option is enabled and no whitelist is specified." msgid "Match paths exactly (i.e. don't allow \"/foo/repo\" when the real path is \"/foo/repo.git\" or \"/foo/repo/.git\") and don't do user-relative paths. 'git daemon' will refuse to start when this option is enabled and no whitelist is specified."
msgstr "" msgstr "Faire correspondre exactement les chemins (c’est-à-dire ne pas autoriser « /foo/dépôt » lorsque le chemin réel est « /foo/dépôt.git » ou « /foo/dépôt/.git ») et ne pas faire de chemins relatifs à l’utilisateur. 'git daemon' refusera de démarrer lorsque cette option est activée et qu’aucune liste blanche n’est spécifiée."
   
#. type: Labeled list #. type: Labeled list
#: en/git-daemon.txt:55 #: en/git-daemon.txt:55
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment