lazarus/lcl/languages
mattias aa3864119c translations: german: updates from Joerg Braun
git-svn-id: trunk@10775 -
2007-03-21 08:26:18 +00:00
..
lclstrconsts.ca.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.de.po translations: german: updates from Joerg Braun 2007-03-21 08:26:18 +00:00
lclstrconsts.es.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.fi.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.fr.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.id.po updated Indonesian translations from Zaenal Mutaqin 2007-01-29 20:04:36 +00:00
lclstrconsts.it.po * new and modified italian translations from Mario Bonati 2007-01-23 00:19:44 +00:00
lclstrconsts.nl.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.pb.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.pl.po updated polish translations from Paweł (ACD) 2007-01-14 19:08:59 +00:00
lclstrconsts.pliso.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.plwin.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.ru.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.ua.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
lclstrconsts.zh-cn.po IDE: implemented loading .po files of packages 2007-01-10 01:29:36 +00:00
README.txt renamed README files to README.txt 2006-07-21 18:31:15 +00:00

The lcl/languages directory contains all the stuff for internationalization of
the lcl.

All text and messages used in the lcl should be placed into the unit
lcl/lclstrconsts.pas. This unit uses a resourcestring section, so that the
compiler will create the lcl/units/lclstrconsts.rst file.
Since this is a fpc-only format it must be converted with the rstconv program:

cd lcl/languages
rstconv -i ../units/lclstrconsts.rst -o lcl.po

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

german: lcl.de.po


After the translation, the lcl.xx.po file is converted to an .mo file with the
msgfmt program:

msgfmt -v -o lcl.xx.mo lcl.xx.po

where xx is the language id.