1
0
Fork 0
oldhaven/php/pgadmin/lang/recoded
admin b5f9941788 Initial commit 2011-03-29 21:51:22 +04:00
..
README Initial commit 2011-03-29 21:51:22 +04:00
afrikaans.php Initial commit 2011-03-29 21:51:22 +04:00
arabic.php Initial commit 2011-03-29 21:51:22 +04:00
catalan.php Initial commit 2011-03-29 21:51:22 +04:00
chinese-sim.php Initial commit 2011-03-29 21:51:22 +04:00
chinese-tr.php Initial commit 2011-03-29 21:51:22 +04:00
chinese-utf8-zh_CN.php Initial commit 2011-03-29 21:51:22 +04:00
chinese-utf8-zh_TW.php Initial commit 2011-03-29 21:51:22 +04:00
czech.php Initial commit 2011-03-29 21:51:22 +04:00
danish.php Initial commit 2011-03-29 21:51:22 +04:00
dutch.php Initial commit 2011-03-29 21:51:22 +04:00
english.php Initial commit 2011-03-29 21:51:22 +04:00
french.php Initial commit 2011-03-29 21:51:22 +04:00
galician.php Initial commit 2011-03-29 21:51:22 +04:00
german.php Initial commit 2011-03-29 21:51:22 +04:00
greek.php Initial commit 2011-03-29 21:51:22 +04:00
hebrew.php Initial commit 2011-03-29 21:51:22 +04:00
hungarian.php Initial commit 2011-03-29 21:51:22 +04:00
italian.php Initial commit 2011-03-29 21:51:22 +04:00
japanese.php Initial commit 2011-03-29 21:51:22 +04:00
mongol.php Initial commit 2011-03-29 21:51:22 +04:00
polish.php Initial commit 2011-03-29 21:51:22 +04:00
portuguese-br.php Initial commit 2011-03-29 21:51:22 +04:00
portuguese-pt.php Initial commit 2011-03-29 21:51:22 +04:00
romanian.php Initial commit 2011-03-29 21:51:22 +04:00
russian-utf8.php Initial commit 2011-03-29 21:51:22 +04:00
russian.php Initial commit 2011-03-29 21:51:22 +04:00
slovak.php Initial commit 2011-03-29 21:51:22 +04:00
spanish.php Initial commit 2011-03-29 21:51:22 +04:00
swedish.php Initial commit 2011-03-29 21:51:22 +04:00
turkish.php Initial commit 2011-03-29 21:51:22 +04:00
ukrainian.php Initial commit 2011-03-29 21:51:22 +04:00

README

Translators
-----------

Please read the TRANSLATORS file in the top directory.

This directory contains the HTML Unicode recodings of the source
language files.  These are the actual files used by phpPgAdmin
when displaying strings.

Instructions on recoding:

cd lang
make <language>  (eg. 'french')

Running make with no arguments will recode all language files:

cd lang
make

To check your translation:

cd lang
php langcheck <language> (eg. 'french');

To synchronize your translation with english.php:

cd lang
./synch <language> (eg. 'polish');