egroupware_official/admin/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 moved the phrases 'site configuration' and 'global categories' from admin to common as many apps use it in there sidebox-menu now 2003-10-16 11:55:36 +00:00
phpgw_da.lang just a small update 2004-05-03 11:09:23 +00:00
phpgw_de.lang fixed not working scrolling and search for user-groups, fixed disabled search via admin-ACL's 2004-05-19 06:05:01 +00:00
phpgw_en.lang fixed not working scrolling and search for user-groups, fixed disabled search via admin-ACL's 2004-05-19 06:05:01 +00:00
phpgw_es-ca.lang new langfile Catalan from Xavier Navarro 2004-05-04 13:53:55 +00:00
phpgw_es-es.lang *** empty log message *** 2004-05-04 19:11:45 +00:00
phpgw_fi.lang moved the phrases 'site configuration' and 'global categories' from admin to common as many apps use it in there sidebox-menu now 2003-10-16 11:55:36 +00:00
phpgw_fr.lang moved the phrases 'site configuration' and 'global categories' from admin to common as many apps use it in there sidebox-menu now 2003-10-16 11:55:36 +00:00
phpgw_hu.lang Changed all x's into %'s in lang files and lang calls, added missing english phrases and french translations. 2003-04-29 21:58:12 +00:00
phpgw_it.lang Italien translation extension from Leo Amadori 2004-05-26 20:03:39 +00:00
phpgw_ja.lang moved the phrases 'site configuration' and 'global categories' from admin to common as many apps use it in there sidebox-menu now 2003-10-16 11:55:36 +00:00
phpgw_ko.lang Changed all x's into %'s in lang files and lang calls, added missing english phrases and french translations. 2003-04-29 21:58:12 +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 Changed all x's into %'s in lang files and lang calls, added missing english phrases and french translations. 2003-04-29 21:58:12 +00:00
phpgw_pl.lang update Polish langfiles from Michael Bielicki 2004-04-23 22:48:53 +00:00
phpgw_pt-br.lang *** empty log message *** 2004-05-19 14:34:08 +00:00
phpgw_pt.lang moved the phrases 'site configuration' and 'global categories' from admin to common as many apps use it in there sidebox-menu now 2003-10-16 11:55:36 +00:00
phpgw_sl.lang Some cosmetics in translations. 2003-11-12 13:18:44 +00:00
phpgw_sv.lang Changed all x's into %'s in lang files and lang calls, added missing english phrases and french translations. 2003-04-29 21:58:12 +00:00
phpgw_uk.lang add translation from Andrei V. Smilianets for ukrain 2004-01-22 20:09:38 +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 update to the next version from egw 2004-03-28 12:20:15 +00:00