mirror of
https://github.com/git/git.git
synced 2024-11-28 20:44:04 +08:00
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 <vascomalmeida@sapo.pt>
This commit is contained in:
parent
794b1d2ee1
commit
a0f3d92b52
4
po/fr.po
4
po/fr.po
@ -10809,11 +10809,11 @@ msgstr "git show-ref --exclude-existing[=<motif>]"
|
||||
|
||||
#: 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"
|
||||
|
Loading…
Reference in New Issue
Block a user