From b4b3fe30eee68fa7180ff09d4059d5c280f452ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= <jn.avila@free.fr> Date: Thu, 14 Oct 2021 06:32:42 +0000 Subject: [PATCH] Translated using Weblate (French) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 56.1% (5998 of 10687 strings) Translation: Git Manpages/Translations Translate-URL: https://hosted.weblate.org/projects/git-manpages/translations/fr/ Signed-off-by: Jean-No챘l Avila <jn.avila@free.fr> --- po/documentation.fr.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/po/documentation.fr.po b/po/documentation.fr.po index 6962acf..2475688 100644 --- a/po/documentation.fr.po +++ b/po/documentation.fr.po @@ -3,7 +3,7 @@ # This file is distributed under the same license as the Git package. # Jean-No챘l Avila <jn.avila@free.fr>, 2019. msgid "" -msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2021-08-03 23:17+0200\nPO-Revision-Date: 2021-10-13 13:26+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.9-dev\n" +msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2021-08-03 23:17+0200\nPO-Revision-Date: 2021-10-15 07:40+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.9-dev\n" #. 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 @@ -16348,7 +16348,7 @@ msgstr "--get" #: en/git-config.txt:91 #, priority:100 msgid "Get the value for a given key (optionally filtered by a regex matching the value). Returns error code 1 if the key was not found and the last value if multiple key values were found." -msgstr "" +msgstr "Obtenir la valeur d'une cl챕 donn챕e (챕ventuellement filtr챕e par une regex correspondant 횪 la valeur). Renvoie le code d'erreur 1 si la cl챕 n'a pas 챕t챕 trouv챕e et la derni챔re valeur si plusieurs valeurs de cl챕 ont 챕t챕 trouv챕es." #. type: Labeled list #: en/git-config.txt:92 @@ -16358,9 +16358,9 @@ msgstr "--get-all" #. type: Plain text #: en/git-config.txt:94 -#, priority:100 +#, fuzzy, priority:100 msgid "Like get, but returns all values for a multi-valued key." -msgstr "" +msgstr "Comme get, mais renvoie toutes les valeurs pour une cl챕 횪 valeurs multiples." #. type: Labeled list #: en/git-config.txt:95 @@ -16372,13 +16372,13 @@ msgstr "--get-regexp" #: en/git-config.txt:101 #, priority:100 msgid "Like --get-all, but interprets the name as a regular expression and writes out the key names. Regular expression matching is currently case-sensitive and done against a canonicalized version of the key in which section and variable names are lowercased, but subsection names are not." -msgstr "" +msgstr "Comme --get-all, mais interpr챔ter le nom comme une expression r챕guli챔re et 챕crire les noms des cl챕s. La correspondance des expressions r챕guli챔res est actuellement sensible 횪 la casse et se fait par rapport 횪 une version canonis챕e de la cl챕 dans laquelle les noms de sections et de variables sont en minuscules, mais pas les noms de sous-sections." #. type: Labeled list #: en/git-config.txt:102 #, no-wrap, priority:100 msgid "--get-urlmatch name URL" -msgstr "" +msgstr "--get-urlmatch <nom> <URL>" #. type: Plain text #: en/git-config.txt:109 -- GitLab