CCAV
on October 22nd 2011
0
Vlasta
on October 22nd 2011
0
Hi, thanks for the info. If you use the built-in translator, you can easily fix that yourself (I am sorry I do not have time to manage the translation table for every language myself). Simply click the Upload button on the Language tab in the application options.
But I think that you have modified the .po file in a text editor. If that is the case, you need to mark every changed line with #! so that it looks like this (do this when the program is NOT running):
#!
msgid "the original string"
msgstr "the translated string"
With the #! marker, the program will consider these expression changed and will upload them when you click on Upload.