lazarus/lcl/languages
mattias 096da81a5c translations: german: from Joerg Braun
git-svn-id: trunk@12505 -
2007-10-17 17:33:38 +00:00
..
lclstrconsts.ca.po translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +00:00
lclstrconsts.de.po translations: german: from Joerg Braun 2007-09-08 10:29:16 +00:00
lclstrconsts.es.po translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +00:00
lclstrconsts.fi.po translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +00:00
lclstrconsts.fr.po * Updated translations by Laurent Jacques 2007-09-07 17:18:02 +00:00
lclstrconsts.id.po updated Indonesian translations from Zaenal Mutaqin 2007-09-24 11:12:37 +00:00
lclstrconsts.it.po * Updated translation by Mario Bonati 2007-10-01 21:40:27 +00:00
lclstrconsts.lt.po translations: german: from Joerg Braun 2007-10-17 17:33:38 +00:00
lclstrconsts.nl.po LCL: updated Dutch translations from Mark Fokker (#9914) 2007-10-11 19:10:43 +00:00
lclstrconsts.pb.po translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +00:00
lclstrconsts.pl.po translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +00:00
lclstrconsts.pliso.po translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +00:00
lclstrconsts.plwin.po translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +00:00
lclstrconsts.po translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +00:00
lclstrconsts.ru.po * Updated translation by Maxim Ganetsky 2007-09-02 22:28:07 +00:00
lclstrconsts.ua.po translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +00:00
lclstrconsts.zh-cn.po translations: german: updates from Joerg Braun 2007-07-28 09:38:53 +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.