lazarus/languages
marc 134a5a6ebe * Updated translation by Antonio Galvao
git-svn-id: trunk@11330 -
2007-06-18 21:19:51 +00:00
..
installerstrconsts.de.po windows installer: use inno setup localized messages about file associations (bug #8516) 2007-03-18 21:22:03 +00:00
installerstrconsts.nl.po windows installer: use inno setup localized messages about file associations (bug #8516) 2007-03-18 21:22:03 +00:00
installerstrconsts.pb.po * moved codepageconverter translations to languages dir 2007-05-14 22:05:46 +00:00
installerstrconsts.pl.po windows installer: use inno setup localized messages about file associations (bug #8516) 2007-03-18 21:22:03 +00:00
installerstrconsts.po windows installer: use inno setup localized messages about file associations (bug #8516) 2007-03-18 21:22:03 +00:00
installerstrconsts.ru.po windows installer: use inno setup localized messages about file associations (bug #8516) 2007-03-18 21:22:03 +00:00
lazaruside.af_ZA.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.ar.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.ca.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.de.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.es.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.fi.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.fr.po * Updated translation by Laurent Jacques 2007-06-18 21:15:20 +00:00
lazaruside.he.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.id.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.it.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.ja.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.nl.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.pb.po * Updated translation by Antonio Galvao 2007-06-18 21:19:51 +00:00
lazaruside.pl.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.pliso.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.plwin.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.ru.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.ua.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
lazaruside.zh_CN.po update Russian translations from Maxim Ganetsky 2007-06-07 21:33:08 +00:00
README.txt renamed README files to README.txt 2006-07-21 18:31:15 +00:00

Quick Start for translators:

For example finnish translation:
Search for all *.fi.po files. They are simple text files, with an easy format.
Edit them with programs like kbabel.
Run 'sh localize.sh' to update translations.

Send the updated xxx.fi.po files to patch@dommelstein.net.
Do not send diffs for .po files.


Now the background:

The <lazarusdir>/languages directory contains all the stuff for
internationalization of the lazarus IDE.

There are a few other directories for the codetools and the lcl. They work
all the same. All language files can easily be updated with the
<lazarusdir>/localize.sh or <lazarusdir>\localize.bat script.


All text and messages used in the IDE (except the special designer units)
should be placed into the unit lazarusidestrconsts.pas. This unit uses a
resourcestring section, so that the compiler will create the
<lazarusdir>/lazarusidestrconsts.rst file.
Since this is a fpc-only format it must be converted with the rstconv program:

cd <lazarusdir>/languages
rstconv -i ../lazarusidestrconsts.rst -o lazaruside.po

Hint: this is done by <lazarusdir>/localize.sh or <lazarusdir>\localize.bat.

This will create the file lazaruside.po, which should be translated in all
required languages to a lazaruside.xx.po file. For the xx see the gettext unit
in the procedure TranslateResourceStrings.

german:           lazaruside.de.po
russian (KOI8-R): lazaruside.ru.po
spanish:          lazaruside.es.po
french:           lazaruside.fr.po
italian:          lazaruside.it.po