lazarus/languages
darius 1c3f6ef528 implemented toolbar
added hints

git-svn-id: trunk@17301 -
2008-11-09 20:18:52 +00:00
..
installerstrconsts.de.po german installer strings: converted to UTF8 2007-10-29 13:47:09 +00:00
installerstrconsts.es.po IDE: regenerated po files, after removing of lisstarter 2008-09-05 18:31:30 +00:00
installerstrconsts.fr.po * New translation by Laurent Jacques 2007-07-08 23:23:30 +00:00
installerstrconsts.id.po added indonesion installer strings from Zaenal Mutaquin 2007-09-01 20:59:51 +00:00
installerstrconsts.lt.po Updated Lithuanian translation by Valdas Jankunas 2008-06-18 22:45:32 +00:00
installerstrconsts.nl.po IDE: regenerated po files, after removing of lisstarter 2008-09-05 18:31:30 +00:00
installerstrconsts.pb.po IDE: regenerated po files, after removing of lisstarter 2008-09-05 18:31:30 +00:00
installerstrconsts.pl.po
installerstrconsts.po IDE: regenerated po files, after removing of lisstarter 2008-09-05 18:31:30 +00:00
installerstrconsts.ru.po
installerstrconsts.sk.po IDE: regenerated po files, after removing of lisstarter 2008-09-05 18:31:30 +00:00
installerstrconsts.tr.po * Updated Lithuanian translation by Valdas Jankunas 2008-04-14 21:55:00 +00:00
lazaruside.af_ZA.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.ar.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.ca.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.de.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.es.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.fi.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.fr.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.he.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.id.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.it.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.ja.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.lt.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.nl.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.pb.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.pl.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.pliso.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.plwin.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.ru.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.sk.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.tr.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.ua.po implemented toolbar 2008-11-09 20:18:52 +00:00
lazaruside.zh_CN.po implemented toolbar 2008-11-09 20:18:52 +00:00
README.txt

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