Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
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
addressbook I merged the traditional Chinese translation into the simplified Chinese 2004-06-09 17:01:42 +00:00
admin I merged the traditional Chinese translation into the simplified Chinese 2004-06-09 17:01:42 +00:00
calendar I merged the traditional Chinese translation into the simplified Chinese 2004-06-09 17:01:42 +00:00
doc add fedora spec file 2004-05-21 21:40:25 +00:00
etemplate from kiang, to workaround 'the slash bug': 2004-05-24 02:46:24 +00:00
filemanager I merged the traditional Chinese translation into the simplified Chinese 2004-06-09 17:01:42 +00:00
infolog I merged the traditional Chinese translation into the simplified Chinese 2004-06-09 17:01:42 +00:00
phpgwapi I merged the traditional Chinese translation into the simplified Chinese 2004-06-09 17:01:42 +00:00
preferences I merged the traditional Chinese translation into the simplified Chinese 2004-06-09 17:01:42 +00:00
setup Received new UTF-8 lang files from kiang. 2004-06-09 04:16:56 +00:00
.htaccess better let it commented out, because per default is not allowed at all 2003-11-06 06:43:55 +00:00
about.php small changes in the header 2004-01-25 21:18:38 +00:00
anon_wrapper.php changes from phpgw to egw dev group 2004-01-26 23:26:19 +00:00
header.inc.php.template added support for limiting the access to setup on certain IP's, IP-ranges or hostnames 2004-05-04 09:08:28 +00:00
home.php fixed a bug with open_basdir_restrictions on 2004-05-22 10:14:31 +00:00
index.php removed forward to just the index page 2004-04-19 06:24:53 +00:00
login.php fix for bug [ 945880 ] session expiration and logout 2004-05-03 13:52:09 +00:00
logout.php should be disable_Template_class 2004-01-10 14:48:09 +00:00
notify_simple.php make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:16:30 +00:00
notify.php change from phpgw to egw 2004-03-26 19:56:37 +00:00
redirect.php Add function from php.net manual page for php < 4.3.0 2004-01-10 19:19:53 +00:00
set_box.php intval() -> (int) 2003-12-13 18:49:26 +00:00
soap.php ereg_replaced 2004-01-01 15:38:15 +00:00
xmlrpc.php added use of cookie or url to pass session id 2004-03-13 17:54:26 +00:00