From 26857b2c64bf9a8affe48747ce0262ce885245af Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 19 Oct 2003 14:48:47 +0000 Subject: [PATCH] Information about locales git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5949 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- locale/README.locales | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 locale/README.locales diff --git a/locale/README.locales b/locale/README.locales new file mode 100644 index 00000000..e952088e --- /dev/null +++ b/locale/README.locales @@ -0,0 +1,50 @@ +SquirrelMail distributes translations separately from +main scripts. + +If you are using SquirrelMail cvs copy, you can download +translations with commands + +cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/squirrelmail login +cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/squirrelmail co locales + +If you are using some SquirrelMail release, translations should be +available in squirrelmail download page. + +http://squirrelmail.org/download.php + +Packaged translations are distributed in archives named + +xx_XX-{sm-version}-{release-date}.tar.gz +xx_XX-{sm-version}-{release-date}.tar.bz2 +xx_XX-{sm-version}-{release-date}.zip + +For example: +es_ES-1.5.0-20031201.tar.gz should contain Spanish translation +of SM 1.5.0 strings released on December 01, 2003. Translation is +packaged with tar and gzip. + +all_locales-{sm-version}-{release-date}.{tar.gz|tar.bz2|zip} packages +contain all available translations. + +locales-{sm-version}-{release-date}-src.{tar.gz|tar.bz2|zip} packages +contain all available squirrelmail translations without compiled gettext +strings. compilelocales script that is included in package should create +all required .mo files if you have msgfmt program. + +SquirrelMail translation consist of: +1. translated gettext strings (squirrelmail.po) +2. compiled gettext strings (squirrelmail.mo) +3.(optional) translated help files (*.hlp) +4.(optional) translated images (sec_remove_*.png) + +Gettext translations should be placed in +locale/language_country/LC_MESSAGES/ directory. + +For example: +Spanish translated strings should go to +locale/es_ES/LC_MESSAGES/squirrelmail.po and compiled +strings go to locale/es_ES/LC_MESSAGES/squirrelmail.mo + +Help files are placed in help/language_country/ directory. + +Spanish help files are stored in help/es_ES/ directory. -- 2.25.1