From 0110201c1b81fa048fd9e1f825c8f3f64b06c979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= <jn.avila@free.fr> Date: Wed, 11 Nov 2020 14:07: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 48.7% (5068 of 10393 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 | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/po/documentation.fr.po b/po/documentation.fr.po index bba966c..9ada1b1 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-10-26 22:55+0100\n" -"PO-Revision-Date: 2020-11-09 22:28+0000\n" +"PO-Revision-Date: 2020-11-12 14:28+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" @@ -7685,12 +7685,20 @@ msgstr "--unsafe-paths" #, priority:100 msgid "By default, a patch that affects outside the working area (either a Git controlled working tree, or the current working directory when \"git apply\" is used as a replacement of GNU patch) is rejected as a mistake (or a mischief)." msgstr "" +"Par d챕faut, une rustine qui affecte l'ext챕rieur de la zone de travail (soit " +"une arborescence de travail contr척l챕e par Git, soit le r챕pertoire de travail " +"actuel lorsque \"git apply\" est utilis챕 en remplacement de patch de GNU) " +"est rejet챕 comme une erreur (ou un m챕fait)." #. type: Plain text #: en/git-apply.txt:252 #, priority:100 msgid "When `git apply` is used as a \"better GNU patch\", the user can pass the `--unsafe-paths` option to override this safety check. This option has no effect when `--index` or `--cached` is in use." msgstr "" +"Lorsque `git apply` est utilis챕 comme 짬혻meilleur patch GNU혻쨩, l'utilisateur " +"peut passer l'option `--unsafe-paths` pour passer outre cette v챕rification " +"de s챕curit챕. Cette option n'a aucun effet lorsque `--index` ou `--cached` " +"est utilis챕." #. type: Title - #: en/git-apply.txt:254 en/git-archive.txt:104 en/git-branch.txt:300 en/git-config.txt:268 en/git-cvsexportcommit.txt:86 en/git-fmt-merge-msg.txt:53 en/git-format-patch.txt:362 en/git-fsck.txt:108 en/git-gc.txt:107 en/git-grep.txt:42 en/git-imap-send.txt:52 en/git-instaweb.txt:70 en/git-log.txt:231 en/git-merge.txt:358 en/git-notes.txt:311 en/git-rebase.txt:204 en/git-send-email.txt:444 en/git-status.txt:402 en/git-svn.txt:1084 en/git-tag.txt:215 en/git-update-index.txt:525 @@ -7709,6 +7717,10 @@ msgstr "apply.ignoreWhitespace" #, priority:100 msgid "Set to 'change' if you want changes in whitespace to be ignored by default. Set to one of: no, none, never, false if you want changes in whitespace to be significant." msgstr "" +"S챕lectionnez 'change' si vous souhaitez que les modifications dans les " +"espaces soient ignor챕es par d챕faut. Choisissez l'une des options suivantes :" +" no, none, never, false si vous souhaitez que les modifications apport챕es " +"aux espaces soient significatives." #. type: Labeled list #: en/git-apply.txt:260 @@ -7721,6 +7733,8 @@ msgstr "apply.whitespace" #, priority:100 msgid "When no `--whitespace` flag is given from the command line, this configuration item is used as the default." msgstr "" +"Lorsqu'aucun drapeau `--whitespace` n'est donn챕 en ligne de commande, cet " +"챕l챕ment de configuration est utilis챕 par d챕faut." #. type: Title - #: en/git-apply.txt:265 en/git-mv.txt:48 en/git-rm.txt:145 @@ -7733,18 +7747,28 @@ msgstr "SOUS-MODULES" #, priority:100 msgid "If the patch contains any changes to submodules then 'git apply' treats these changes as follows." msgstr "" +"Si la rustine contient des modifications de sous-modules, alors 'git apply' " +"traite ces modifications comme suit." #. type: Plain text #: en/git-apply.txt:274 #, priority:100 msgid "If `--index` is specified (explicitly or implicitly), then the submodule commits must match the index exactly for the patch to apply. If any of the submodules are checked-out, then these check-outs are completely ignored, i.e., they are not required to be up to date or clean and they are not updated." msgstr "" +"Si `--index` est sp챕cifi챕 (explicitement ou implicitement), alors les " +"commits du sous-module doivent correspondre exactement 횪 l'index pour que la " +"rustine s'applique. Si l'un des sous-modules est extrait, alors ces " +"v챕rifications sont compl챔tement ignor챕es, c'est-횪-dire qu'il n'est pas " +"n챕cessaire qu'il soit 횪 jour ou propre et qu'il n'est pas mis 횪 jour." #. type: Plain text #: en/git-apply.txt:278 #, priority:100 msgid "If `--index` is not specified, then the submodule commits in the patch are ignored and only the absence or presence of the corresponding subdirectory is checked and (if possible) updated." msgstr "" +"Si `--index` n'est pas sp챕cifi챕, alors les commits de sous-module dans la " +"rustine sont ignor챕es et seule l'absence ou la pr챕sence du sous-r챕pertoire " +"correspondant est v챕rifi챕e et (si possible) mise 횪 jour." #. type: Plain text #: en/git-apply.txt:282 -- GitLab