diff options
author | Vasco Almeida <vascomalmeida@sapo.pt> | 2016-03-13 11:56:03 -0100 |
---|---|---|
committer | Vasco Almeida <vascomalmeida@sapo.pt> | 2016-03-25 14:04:58 -0100 |
commit | 794b1d2ee1068799fdbfe72e0927d8bd9e1bfa6f (patch) | |
tree | 633498cfdf08aed8d778b641d5259f2837fc0d5b /po | |
parent | 23508cbbc2538de42c8f41475355086cd7602fea (diff) | |
download | git-794b1d2ee1068799fdbfe72e0927d8bd9e1bfa6f.tar.gz |
l10n: fr: fix transcation of "dir"
"dir" was translated to the same string at builtin/log.c:1236,
but, also at that code line, "<dir>" was translate to "<répertoire>".
Before this commit, git format-patch -h would output "-o,
--output-directory <dir>" and <répertoire> in its description.
Use <répertoire> in both the parameter and description.
Signed-off-by: Vasco Almeida <vascomalmeida@sapo.pt>
Diffstat (limited to 'po')
-rw-r--r-- | po/fr.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6197,7 +6197,7 @@ msgstr "convertir en un dépôt complet" #: builtin/fetch.c:122 builtin/log.c:1236 msgid "dir" -msgstr "dir" +msgstr "répertoire" #: builtin/fetch.c:123 msgid "prepend this to submodule path output" |