Commit Graph

192 Commits

Author SHA1 Message Date
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
Oscar Manuel Gómez Senovilla
911bfdae1a *** empty log message *** 2004-05-28 18:58:43 +00:00
reinerj
119e12eb8a Finnish translation extension from Tapio Kautto 2004-05-27 10:20:56 +00:00
reinerj
b91d5814e5 Italien translation extension from Leo Amadori 2004-05-26 20:08:02 +00:00
reinerj
50694d54a4 Italien translation extension from Leo Amadori 2004-05-26 20:07:17 +00:00
Ralf Becker
2a1b37b6da an other uid update: very old entries had empty uid, they are update now too 2004-05-26 09:37:15 +00:00
zhangweiwu
17f64562ad from kiang, to workaround 'the slash bug':
Translation of Traditional Chinese in UTF-8 version
I've tested it with the version RC5. Somebody in taiwan
who offered a series of functions to convert the
encoding from big5 to utf-8. It works fine~ Should I also
upload it for anyone who would like to understand the
big5 encoding??
2004-05-24 02:46:24 +00:00
Ralf Becker
5ec6ce4d75 fix to create uid's for the calendar and a db-update to create them for the already existing events 2004-05-23 23:46:27 +00:00
Ralf Becker
390dc7737b performance patch: indices for the calendar 2004-05-23 17:51:41 +00:00
Oscar Manuel Gómez Senovilla
b350dbadaa *** empty log message *** 2004-05-19 14:34:08 +00:00
reinerj
6a52f5579d new langfile Catalan from Xavier Navarro 2004-05-04 14:08:30 +00:00
Espen Laursen
2a248ce034 some spell fixes and some small updates. 2004-05-03 11:16:16 +00:00
reinerj
9e3acdfe11 update Dutch langfiles from G.G. van der Steen 2004-04-22 22:13:11 +00:00
mila76
fcde7da570 search e replace bugfix 2004-04-19 22:12:03 +00:00
mila76
00f80dbee3 Update to 0.9.99.015 2004-04-19 22:07:29 +00:00
mila76
f87e10f9ec fixed doubled entry with \\n 2004-04-19 21:43:16 +00:00
Espen Laursen
deafe60956 translated some of the last text, but I cant find the:
Delete a single entry by passing the id.
Add a single entry by passing the fields.
Add or update a single entry by passing the fields.

phrases and the

Are you sure\\nyou want to\\ndelete these alarms?
Are you sure\\nyou want to\\ndelete this single occurence ?\\n\\nThis will delete\\nthis entry for all users.

will not translate.. ill have to find the error later..
2004-04-17 12:30:38 +00:00
reinerj
0db350d980 update traditional Chinese langfiles from Finjon Kiang 2004-04-16 09:11:54 +00:00
Ralf Becker
eaecf4b608 implemented link to view event as variable in notify-emails (Alarms, Notifications) 2004-04-14 12:35:58 +00:00
bgigon
b4af40ee1d More translation, by Charles Viard 2004-04-13 11:53:23 +00:00
Ralf Becker
3637978eee added russian translations from Alexander (McDuck) 2004-04-01 15:18:11 +00:00
Oscar Manuel Gómez Senovilla
c552995176 *** empty log message *** 2004-03-29 09:23:06 +00:00
petere78
0f8224fd47 Various spelling and grammar fixes 2004-03-27 01:15:04 +00:00
Ralf Becker
70ea5b9de7 enable auto-loading of holidays from localhost by default 2004-03-22 07:44:54 +00:00
Ralf Becker
45df07162b removed the es translation, as es-es is used now 2004-03-21 10:59:53 +00:00
reinerj
be28d77fa9 update Brazil lang file translated from Orlando Gentil 2004-03-19 22:03:20 +00:00
Ralf Becker
0fcee156a5 only one error-msg for the freebusy, as it could be used to identify user-names on the system 2004-03-14 16:39:09 +00:00
Ralf Becker
2847d27af9 added freebusy information (iCal) for KDE organizer or other external sheduling programs 2004-03-14 01:10:37 +00:00
reinerj
9759bb4f0f languages changes chinese from Zhang Weiwu 2004-03-12 08:33:53 +00:00
Oscar Manuel Gómez Senovilla
742e25401a *** empty log message *** 2004-02-25 02:58:12 +00:00
Miles Lott
57c55f4899 remove blank lines 2004-02-20 14:59:44 +00:00
reinerj
259d6ce8bf add some translations from Zhang Weiwu in Chinese 2004-02-20 09:46:20 +00:00
reinerj
f5dbe40c5a updated translation from Esben Laursen for Danish 2004-02-11 22:03:58 +00:00
mila76
3f07efe8f2 Small Fix 2004-01-27 12:01:05 +00:00
mila76
b155ea87d7 Update to 0.9.99.012 2004-01-27 09:22:17 +00:00
reinerj
146d69f4db changes from phpgw to egw dev group 2004-01-27 00:31:58 +00:00
reinerj
cce7b854a2 changes to egw dev group 2004-01-26 01:29:06 +00:00
reinerj
b04b574136 updated Italien lang file from Emanuel Milani 2004-01-22 20:04:42 +00:00
reinerj
fc10dab6d5 add translation from Andrei V. Smilianets for Ukrain to CVS 2004-01-20 03:22:44 +00:00
Pim Snel
6d5ca75357 missing translations 2004-01-08 00:03:29 +00:00
Pim Snel
498c44eaa5 recursively replace 'kalender' by 'agenda' 2004-01-07 23:53:04 +00:00
Oscar Manuel Gómez Senovilla
fd95a1911b *** empty log message *** 2004-01-04 03:10:35 +00:00
Oscar Manuel Gómez Senovilla
0b8ecc7a8a *** empty log message *** 2004-01-03 00:04:16 +00:00
Oscar Manuel Gómez Senovilla
803a930a22 *** empty log message *** 2004-01-02 21:12:27 +00:00
Oscar Manuel Gómez Senovilla
fd68a4eddc *** empty log message *** 2003-12-28 00:41:17 +00:00
zhangweiwu
a44c307b10 New translations! Happy new year. 2003-12-25 15:29:56 +00:00
Oscar Manuel Gómez Senovilla
a9bfb197e6 *** empty log message *** 2003-12-23 00:18:57 +00:00
zhangweiwu
b8d36e17c2 New Translation. Blah. 2003-12-07 12:57:37 +00:00
Lars Kneschke
e4c10ecf31 added brazilian language 2003-11-28 00:14:30 +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