egroupware_official/infolog/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
..
etemplates.inc.php activating links in list-view 2004-02-26 15:36:36 +00:00
phpgw_da.lang updated.... 2004-05-03 13:03:57 +00:00
phpgw_de.lang removed some double and empty phrases 2004-04-19 07:36:07 +00:00
phpgw_en.lang added some missing phrases. 2004-05-03 13:05:09 +00:00
phpgw_es-ca.lang new langfile Catalan from Xavier Navarro 2004-05-04 15:03:04 +00:00
phpgw_es-es.lang removed some double and/or empty phrases 2004-04-19 08:47:14 +00:00
phpgw_fi.lang removed some double and/or empty phrases 2004-04-19 08:47:14 +00:00
phpgw_fr.lang Changed from german to english spelling 2003-09-29 13:26:34 +00:00
phpgw_hu.lang removed some double and/or empty phrases 2004-04-19 08:47:14 +00:00
phpgw_it.lang Update to 0.9.99.015 2004-04-19 15:54:32 +00:00
phpgw_ja.lang removed some double and/or empty phrases 2004-04-19 08:47:14 +00:00
phpgw_ko.lang removed some double and/or empty phrases 2004-04-19 08:47:14 +00:00
phpgw_nl.lang removed typos 2003-11-17 22:04:58 +00:00
phpgw_no.lang *** empty log message *** 2004-05-28 18:58:43 +00:00
phpgw_pl.lang removed some double and/or empty phrases 2004-04-19 08:47:14 +00:00
phpgw_pt-br.lang *** empty log message *** 2004-05-19 15:02:27 +00:00
phpgw_sl.lang removed some double and/or empty phrases 2004-04-19 08:47:14 +00:00
phpgw_sv.lang Forgot these ones. 2003-06-01 20:17:40 +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 update to the next version from egw 2004-03-28 12:20:15 +00:00
tables_baseline.inc.php small changes in the header 2004-01-25 21:18:38 +00:00
tables_current.inc.php small changes in the header 2004-01-25 21:18:38 +00:00
tables_update.inc.php small changes in the header 2004-01-25 21:18:38 +00:00
TRANSLATORS added a missing word 2002-08-06 08:20:54 +00:00