lazarus/lcl/languages
mattias d6a1b800a0 LCL: added turkish translation from Hakan
git-svn-id: trunk@14104 -
2008-02-12 08:10:55 +00:00
..
lclstrconsts.ca.po updated po-files with new strings 2007-12-11 11:24:14 +00:00
lclstrconsts.de.po translation: german: updates from Joerg Braun 2007-12-13 18:27:03 +00:00
lclstrconsts.es.po updated po-files with new strings 2007-12-11 11:24:14 +00:00
lclstrconsts.fi.po updated translations using patch rstconv which adds the CharSet header 2007-12-27 12:03:06 +00:00
lclstrconsts.fr.po Update french languages for LCL and IDE 2008-01-08 07:59:19 +00:00
lclstrconsts.id.po updated po-files with new strings 2007-12-11 11:24:14 +00:00
lclstrconsts.it.po updated po-files with new strings 2007-12-11 11:24:14 +00:00
lclstrconsts.lt.po * Updated Lithuanian translation by Valdas Jankunas 2008-01-22 22:29:26 +00:00
lclstrconsts.nl.po updated po-files with new strings 2007-12-11 11:24:14 +00:00
lclstrconsts.pb.po updated translations using patch rstconv which adds the CharSet header 2007-12-27 12:03:06 +00:00
lclstrconsts.pl.po updated po-files with new strings 2007-12-11 11:24:14 +00:00
lclstrconsts.pliso.po updated po-files with new strings 2007-12-11 11:24:14 +00:00
lclstrconsts.plwin.po updated po-files with new strings 2007-12-11 11:24:14 +00:00
lclstrconsts.po updated translations using patch rstconv which adds the CharSet header 2007-12-27 12:03:06 +00:00
lclstrconsts.ru.po updated translation by Maxim Ganetsky 2007-12-27 23:16:33 +00:00
lclstrconsts.sk.po * updated po files 2008-02-04 22:26:50 +00:00
lclstrconsts.tr.po LCL: added turkish translation from Hakan 2008-02-12 08:10:55 +00:00
lclstrconsts.ua.po updated translations using patch rstconv which adds the CharSet header 2007-12-27 12:03:06 +00:00
lclstrconsts.zh-cn.po updated po-files with new strings 2007-12-11 11:24:14 +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.