My favorites | Sign in
Project Home Downloads Issues Source
Search
for
HowToTranslate  
Updated Jul 22, 2009 by denis.artyomov@gmail.com

Do you want to translate dng4ps-2 into your language?

Do you want to translate dng4ps-2 into your language? There is simple way to translate it.

(1) Search and download *.po-file for your language (just select "Save link as" in right-click menu):

  • de.po - German translation
  • en.po - English translation
  • es.po - Estonian translation
  • fi.po - Finnish translation
  • it.po - Italian translation
  • nn.po - Norvegian translation
  • pl.po - Polish translation
  • ru.po - Russian translation
  • zh.po - Chinese translation

(2) If file for your language already exists, you have to translate only untranslated strings. If you don't find your language's file in list, you have to translate all the strings in English translation (en.po).

(3) Structure of *.po file is very simple. It is plain text file. It consists of msgid and msgstr pairs:

msgid  "btnCancel"
msgstr "Cancel"

msgid  "btnOk"
msgstr "OK"

msgid  "btnExit"
msgstr "Exit"

You have to change only 'msgstr' part of pairs like this:

msgid  "btnCancel"
msgstr "Отмена"

msgid  "btnOk"
msgstr "OK"

msgid  "btnExit"
msgstr "Выход"

(4) After translation, save your .po file with Utf-8 coding and send it to


Sign in to add a comment
Powered by Google Project Hosting