Czech translation needs fixups
Egmont Koblinger
egmont at uhulinux.hu
Thu Oct 6 09:03:42 UTC 2005
On Thu, Oct 06, 2005 at 10:09:26AM +0200, Jindrich Novy wrote:
> msgid "ButtonBar|Quit"
> msgstr "Tla??tkov?Li?ta|Konec"
If I understand correctly how the Q_() function of glib works, the
translated strings must not contain the prefix up to the | character, since
glib's Q_() (perhaps due to performance issues) does not strip this prefix,
except if gettext() returns the same pointer (i.e. the string has no
translation available).
So I think it should be:
msgid "ButtonBar|Quit"
msgstr "Konec"
but the best would be to test it with glib >= 2.4.
--
Egmont
More information about the mc-devel
mailing list