egroupware_official/calendar/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 enable auto-loading of holidays from localhost by default 2004-03-22 07:44:54 +00:00
phpgw_cs.lang Added cs files. Patch #1072 thanks to mlHAU ! 2003-03-20 22:00:03 +00:00
phpgw_da.lang some spell fixes and some small updates. 2004-05-03 11:16:16 +00:00
phpgw_de.lang implemented link to view event as variable in notify-emails (Alarms, Notifications) 2004-04-14 12:35:58 +00:00
phpgw_en.lang fixed doubled entry with \\n 2004-04-19 21:43:16 +00:00
phpgw_es-ca.lang new langfile Catalan from Xavier Navarro 2004-05-04 14:08:30 +00:00
phpgw_es-es.lang *** empty log message *** 2004-03-29 09:23:06 +00:00
phpgw_fi.lang Finnish translation extension from Tapio Kautto 2004-05-27 10:20:56 +00:00
phpgw_fr.lang More translation, by Charles Viard 2004-04-13 11:53:23 +00:00
phpgw_hu.lang Modified all x's into %'s in lang calls and lang files. 2003-02-27 22:57:55 +00:00
phpgw_it.lang Italien translation extension from Leo Amadori 2004-05-26 20:08:02 +00:00
phpgw_ja.lang make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
phpgw_ko.lang Modified all x's into %'s in lang calls and lang files. 2003-02-27 22:57:55 +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 *** empty log message *** 2004-05-28 18:58:43 +00:00
phpgw_pl.lang Modified all x's into %'s in lang calls and lang files. 2003-02-27 22:57:55 +00:00
phpgw_pt-br.lang *** empty log message *** 2004-05-19 14:34:08 +00:00
phpgw_pt.lang Modified all x's into %'s in lang calls and lang files. 2003-02-27 22:57:55 +00:00
phpgw_ru.lang added russian translations from Alexander (McDuck) 2004-04-01 15:18:11 +00:00
phpgw_sl.lang Some cosmetics in translations. 2003-11-12 13:18:44 +00:00
phpgw_sv.lang make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +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 from kiang, to workaround 'the slash bug': 2004-05-24 02:46:24 +00:00
setup.inc.php an other uid update: very old entries had empty uid, they are update now too 2004-05-26 09:37:15 +00:00
tables_baseline.inc.php changes from phpgw to egw dev group 2004-01-27 00:31:58 +00:00
tables_current.inc.php performance patch: indices for the calendar 2004-05-23 17:51:41 +00:00
tables_update.inc.php an other uid update: very old entries had empty uid, they are update now too 2004-05-26 09:37:15 +00:00