From: Vasco Almeida Date: Sun, 13 Mar 2016 12:56:03 +0000 (-0100) Subject: l10n: fr: fix wrongly translated option name X-Git-Tag: v2.8.2~9^2^2^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0f3d92b528063956959e0b4a20b83df8c8aad23;p=thirdparty%2Fgit.git l10n: fr: fix wrongly translated option name In the original source, tags and heads refer to that options (--head and --tags) for git show-ref. Don't translate that terms, since they refer to actual option names. Signed-off-by: Vasco Almeida --- diff --git a/po/fr.po b/po/fr.po index 71738feaac..b8fe1f016b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -10809,11 +10809,11 @@ msgstr "git show-ref --exclude-existing[=]" #: builtin/show-ref.c:165 msgid "only show tags (can be combined with heads)" -msgstr "afficher seulement les étiquettes (peut être combiné avec des têtes)" +msgstr "afficher seulement les étiquettes (peut être combiné avec heads)" #: builtin/show-ref.c:166 msgid "only show heads (can be combined with tags)" -msgstr "afficher seulement les têtes (peut être combiné avec des étiquettes)" +msgstr "afficher seulement les têtes (peut être combiné avec tags)" #: builtin/show-ref.c:167 msgid "stricter reference checking, requires exact ref path"