diff --git a/po/documentation.fr.po b/po/documentation.fr.po index 03316d46b23e497a74c804092235a00e6194f5d1..7f6935fa3d36d637bc0e3f2329819ad34e8cbe00 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