[Gimp-developer] what is the meaning of git commit %s ? (translation related)

2010-08-05 Thread Cristian Secară
I like to know what is the meaning of this string, I don't know how to translated it: #: ../app/version.c:132 #, c-format msgid git commit %s Cristi -- Cristian Secară http://www.secarica.ro ___ Gimp-developer mailing list

Re: [Gimp-developer] what is the meaning of git commit %s ? (translation related)

2010-08-05 Thread Cristian Secară
On Thu, 5 Aug 2010 12:01:07 +0300, Cristian Secară wrote: I like to know what is the meaning of this string, I don't know how to translated it: #: ../app/version.c:132 #, c-format msgid git commit %s I forgot: perhaps a comment inside the .pot file would be useful. Cristi -- Cristian

Re: [Gimp-developer] what is the meaning of git commit %s ? (translation related)

2010-08-05 Thread LightningIsMyName
Hello, 2010/8/5 Cristian Secară li...@secarica.ro: On Thu, 5 Aug 2010 12:01:07 +0300, Cristian Secară wrote: I like to know what is the meaning of this string, I don't know how to translated it: #: ../app/version.c:132 #, c-format msgid git commit %s git is the source control system

Re: [Gimp-developer] what is the meaning of git commit %s ? (translation related)

2010-08-05 Thread Sven Neumann
On Thu, 2010-08-05 at 14:03 +0300, LightningIsMyName wrote: I'm not sure this should be translated though, since git is a name of a tool and commit is a git specific term which should probably be kept untranslated (I saw the term commit in other non-English articles so it's probably best not

[Gimp-developer] c++ gimp plug-in

2010-08-05 Thread Tim Chen
Hi, I am developing a GIMP plug-in with C for quite some time and I just realized that there is a useful C++ library that could save me a lot of trouble. Is it possible to write GIMP plug-in in C++? If it is possible, is there any sample code or template available in GIMP plug-in repository and