From: Christian Couder <hidden> Date: 2016-06-15 22:44:05
Here are some of the choices made to translate Git Gui to french:
- commit -> "commit" (noun) or "commiter" (verb)
- stage (index) -> "pré-commit" (noun) or "pré-commiter" (verb)
- (re)scan -> "(re)synchroniser"
- reset -> "réinitialiser"
- checkout -> "emprunt" (noun) or "emprunter" (verb)
- revision expression -> "expression de révison"
I am not completely happy with these, but it's a start...
Signed-off-by: Christian Couder <redacted>
---
I just attached the file instead of sending the patch because I fear
some encoding breakages.
From: Shawn O. Pearce <hidden> Date: 2016-06-15 22:44:05
Christian Couder [off-list ref] wrote:
Here are some of the choices made to translate Git Gui to french:
Thanks, this will be in git-gui 0.9.2. GNU msgfmt caught a minor
bug in the translation. The translation on line 466 needed to have
an LF, as the original text ended with an LF. I inserted it when
I applied the patch.
I just attached the file instead of sending the patch because I fear
some encoding breakages.
Next time could you please use a proper Git patch (git-format-patch)
but attach the .patch file to your email. Its far easier for me
to apply.
I don't mind applying translation patches sent as attachments
(as it does help avoid mangling) but I know many folks on the list
would still rather see them inline whenever possible.
--
Shawn.
From: Christian Couder <hidden> Date: 2016-06-15 22:44:05
Le mercredi 16 janvier 2008, Shawn O. Pearce a écrit :
Christian Couder [off-list ref] wrote:
quoted
Here are some of the choices made to translate Git Gui to french:
Thanks, this will be in git-gui 0.9.2. GNU msgfmt caught a minor
bug in the translation. The translation on line 466 needed to have
an LF, as the original text ended with an LF. I inserted it when
I applied the patch.
Thanks.
quoted
I just attached the file instead of sending the patch because I fear
some encoding breakages.
Next time could you please use a proper Git patch (git-format-patch)
but attach the .patch file to your email. Its far easier for me
to apply.
I don't mind applying translation patches sent as attachments
(as it does help avoid mangling) but I know many folks on the list
would still rather see them inline whenever possible.
I pushed them to the mob branch of git-gui-i18n.git a few hours ago too as
Miklos suggested.
I will send them inline next time too.
Thanks,
Christian.