Commit Graph

13 Commits

Author SHA1 Message Date
reinerj
879653f7eb replace the bad word 2004-08-31 18:04:04 +00:00
reinerj
b26f0a0e1f fix some wrong tabs in file which produce error messages 2004-07-31 17:46:58 +00:00
reinerj
74f1d3b20a fix some wrong tabs in file which produce error messages 2004-07-31 17:10:10 +00:00
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
reinerj
9759bb4f0f languages changes chinese from Zhang Weiwu 2004-03-12 08:33:53 +00:00
reinerj
259d6ce8bf add some translations from Zhang Weiwu in Chinese 2004-02-20 09:46:20 +00:00
zhangweiwu
a44c307b10 New translations! Happy new year. 2003-12-25 15:29:56 +00:00
zhangweiwu
b8d36e17c2 New Translation. Blah. 2003-12-07 12:57:37 +00:00
zhangweiwu
edb7da7145 Newest translation.
This is not a copy-and-usable translation: you need to reinstall the language in setup.
This is because I changed charset to be utf8.
2003-11-24 03:33:35 +00:00
Ralf Becker
2fd99e4fa3 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 12:02:01 +00:00
zhangweiwu
f886e06d3c Updated translation. 2003-10-03 20:06:26 +00:00
Ralf Becker
948fe27751 applied Zhang Weiwu (zhangweiwu) chinese(simplified) translations 2003-09-25 07:19:12 +00:00
gugux
810c761c24 Added zh lang file, patch #1611, thanks to C K Wu ! 2003-06-11 20:16:32 +00:00