egroupware/preferences/setup
zhangweiwu cf19aae187 I merged the traditional Chinese translation into the simplified Chinese
translation file (only those not translated in simplified Chinese).

This is because
1) most simplified Chinese readers can read traditional
Chinese. If some phrase doesn't have simplified Chinese translation,
egroupware better fall back to traditional Chinese then English.
2) Translation can be easier (just pick up the unfamiliar traditional
translation and change to simplified form)

The change is made by using
> find . -type d -name "setup" -exec /tmp/merge_tradition.sh {} \;

where merge_tradition.sh is:

#!/bin/sh
cd $1
if [ -f phpgw_zh.lang ] && [ -f phpgw_zt.lang ]; then
mv phpgw_zh.lang phpgw_zh.lang.old
join -a 1 -t "	" phpgw_zt.lang phpgw_zh.lang.old | \
        awk -F "	" \
       '{ OFS = FS; if (NF == 7) print $1, $5, $6, $7; else print $0 ;}' \
                > phpgw_zh.lang
fi

Kiang if you like the idea you can merge my translation to your lang
file too. And it's even better if the language engine can be changed in
the way that, as a phrase has no translation for current language,
choose the nearest language before falling back to English. Say, when no
translation in zh, use zt before trying English.

Could it be better that this apply to pt too? (pt-br and pt)
2004-06-09 17:01:42 +00:00
..
phpgw_cs.lang Changed all x's into %'s in lang files, corrected a typo and added missing english phrases and french translations. 2003-06-02 20:56:01 +00:00
phpgw_da.lang updated translation from Esben Laursen for Danish 2004-02-09 19:26:07 +00:00
phpgw_de.lang added possibility to assign a color and an icon to a category 2004-05-26 07:25:29 +00:00
phpgw_en.lang added possibility to assign a color and an icon to a category 2004-05-26 07:25:29 +00:00
phpgw_es-ca.lang new langfile Catalan from Xavier Navarro 2004-05-04 15:03:04 +00:00
phpgw_es-es.lang *** empty log message *** 2004-04-02 20:32:14 +00:00
phpgw_fi.lang Finnish translation extension from Tapio Kautto 2004-05-27 10:20:56 +00:00
phpgw_fr.lang replace phpGW with eGroupWare 2004-02-03 07:00:23 +00:00
phpgw_hu.lang make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
phpgw_it.lang Italien translation extension from Leo Amadori 2004-05-27 10:11:23 +00:00
phpgw_ja.lang make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
phpgw_ko.lang make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
phpgw_nl.lang update Dutch langfiles from G.G. van der Steen 2004-04-22 22:13:11 +00:00
phpgw_no.lang *** empty log message *** 2004-05-28 18:58:43 +00:00
phpgw_pl.lang update Polish langfiles from Michael Bielicki 2004-04-24 00:10:52 +00:00
phpgw_pt-br.lang *** empty log message *** 2004-05-19 14:34:08 +00:00
phpgw_pt.lang make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
phpgw_sl.lang Added slovenian translation (Tea �trancar, Klemen Vodopivec). 2003-10-16 20:41:41 +00:00
phpgw_sv.lang Changed all x's into %'s in lang files, corrected a typo and added missing english phrases and french translations. 2003-06-02 20:56:01 +00:00
phpgw_uk.lang add translation from Andrei V. Smilianets for Ukrain to CVS 2004-01-20 03:22:44 +00:00
phpgw_zh.lang I merged the traditional Chinese translation into the simplified Chinese 2004-06-09 17:01:42 +00:00
phpgw_zt.lang Received new UTF-8 lang files from kiang. 2004-06-09 04:16:56 +00:00
setup.inc.php small changes in the header 2004-01-26 01:15:51 +00:00