egroupware_official/phpgwapi/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
..
default_records.inc.php fix from Tapio Kautto 2004-05-31 11:30:25 +00:00
phpgw_cs.lang added an extra taiwan entry for changes in the code 2003-11-18 09:08:07 +00:00
phpgw_da.lang Updated. 2004-04-29 20:51:23 +00:00
phpgw_de.lang added a german translation 2004-06-04 06:18:50 +00:00
phpgw_en.lang added error-msg for the async-services 2004-05-24 17:15:23 +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 not (longer) used phrases 2004-05-02 11:18:03 +00:00
phpgw_fi.lang update lang file from Tapio Kautto 2004-06-01 10:08:12 +00:00
phpgw_fr.lang fix for month-name shortcuts different from the first 3-chars of the long name, because they would be indentical with the shortcut of an other monthname, eg. frensh Juin = Jun and Juillet = Jui 2004-05-08 11:17:56 +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 merged sesson-functions for .16, incl. the brute-force stuffe and cacheing the data from other session in the appsession 2003-05-18 19:18:58 +00:00
phpgw_ko.lang merged sesson-functions for .16, incl. the brute-force stuffe and cacheing the data from other session in the appsession 2003-05-18 19:18:58 +00:00
phpgw_nl.lang removed not (longer) used phrases 2004-05-02 11:18:03 +00:00
phpgw_no.lang *** empty log message *** 2004-05-28 18:58:43 +00:00
phpgw_pl.lang added an extra taiwan entry for changes in the code 2003-11-18 09:08:07 +00:00
phpgw_pt-br.lang *** empty log message *** 2004-05-19 14:34:08 +00:00
phpgw_pt.lang Again a change for Taiwan 2003-11-18 12:43:04 +00:00
phpgw_ru.lang added russian translations from Alexander (McDuck) 2004-04-01 15:18:11 +00:00
phpgw_sl.lang added an extra taiwan entry for changes in the code 2003-11-18 09:08:07 +00:00
phpgw_sv.lang merged sesson-functions for .16, incl. the brute-force stuffe and cacheing the data from other session in the appsession 2003-05-18 19:18:58 +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
phpmailer.lang-br.php add the missing language files 2003-09-15 05:12:55 +00:00
phpmailer.lang-de.php add the missing language files 2003-09-15 05:12:55 +00:00
phpmailer.lang-en.php add the missing language files 2003-09-15 05:12:55 +00:00
phpmailer.lang-it.php add the missing language files 2003-09-15 05:12:55 +00:00
phpmailer.lang-sl.php Some cosmetics in translations. 2003-11-10 17:33:43 +00:00
setup.inc.php added russian translations from Alexander (McDuck) 2004-04-01 15:18:11 +00:00
tables_baseline.inc.php php3 (array) fixes 2001-08-04 13:26:23 +00:00
tables_current.inc.php removed the old mysql < 3.22 case, as the fix is not loger valid and gives probs with ADOdb (no mysql connection) 2004-02-23 13:24:13 +00:00
tables_update_0_9_9.inc.php Change from 'English / American' to 'English / US' 2002-01-08 14:23:32 +00:00
tables_update_0_9_10.inc.php make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
tables_update_0_9_12.inc.php Adding these again - lost in the move 2002-01-08 03:32:04 +00:00
tables_update.inc.php added russian translations from Alexander (McDuck) 2004-04-01 15:18:11 +00:00
test_data.inc.php merged addressbook tables and upgrade routines back to api, following the contacts class 2001-07-05 07:38:52 +00:00