From febb024380c25c6aa49e7167bbb9f9dada871de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= <jn.avila@free.fr> Date: Wed, 12 Feb 2020 21:55:34 +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 35.1% (3463 of 9866 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 | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/po/documentation.fr.po b/po/documentation.fr.po index 03316d4..7f6935f 100644 --- a/po/documentation.fr.po +++ b/po/documentation.fr.po @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: git documentation\n" "Report-Msgid-Bugs-To: jn.avila@free.fr\n" "POT-Creation-Date: 2020-02-11 22:37+0100\n" -"PO-Revision-Date: 2020-02-05 13:50+0000\n" +"PO-Revision-Date: 2020-02-13 22:50+0000\n" "Last-Translator: Jean-No챘l Avila <jn.avila@free.fr>\n" "Language-Team: Jean-No챘l Avila <jn.avila@free.fr>\n" "Language: fr\n" @@ -9350,12 +9350,26 @@ msgstr "--create-reflog" #, priority:240 msgid "Create the branch's reflog. This activates recording of all changes made to the branch ref, enabling use of date based sha1 expressions such as \"<branchname>@\\{yesterday}\". Note that in non-bare repositories, reflogs are usually enabled by default by the `core.logAllRefUpdates` config option. The negated form `--no-create-reflog` only overrides an earlier `--create-reflog`, but currently does not negate the setting of `core.logAllRefUpdates`." msgstr "" +"Cr챕er le reflog de la branche. Cela active l'enregistrement de toutes les " +"modifications apport챕es 횪 la branche ref, permettant l'utilisation " +"d'expressions sha1 bas챕es sur la date telles que \"<nom-de-branche>@\\" +"{yesterday}\". Notez que dans les d챕p척ts non-nus, les reflogs sont " +"g챕n챕ralement activ챕s par d챕faut par l'option de configuration " +"`core.logAllRefUpdates`. La forme n챕gative `--no-create-reflog` ne fait que " +"remplacer un `--create-reflog` pr챕c챕dent, mais n'annule pas actuellement le " +"param챔tre `core.logAllRefUpdates`." #. type: Plain text #: en/git-branch.txt:124 #, priority:240 msgid "Reset <branchname> to <startpoint>, even if <branchname> exists already. Without `-f`, 'git branch' refuses to change an existing branch. In combination with `-d` (or `--delete`), allow deleting the branch irrespective of its merged status. In combination with `-m` (or `--move`), allow renaming the branch even if the new branch name already exists, the same applies for `-c` (or `--copy`)." msgstr "" +"R챕initialiser <branche> 횪 <point de d챕part>, m챗me si <branche> existe d챕j횪. " +"Sans `-f`, \"git branch\" refuse de changer une branche existante. En " +"combinaison avec `-d` (ou `--delete`), permettre la suppression de la " +"branche ind챕pendamment de son statut de fusion. En combinaison avec `-m` (ou " +"`--move`), il est possible de renommer la branche m챗me si le nouveau nom de " +"la branche existe d챕j횪, il en va de m챗me pour `-c` (ou `--copy`)." #. type: Labeled list #: en/git-branch.txt:126 -- GitLab