Commit Graph

363 Commits

Author SHA1 Message Date
Oscar Manuel Gómez Senovilla
d834017cff *** empty log message *** 2004-06-11 19:23:19 +00:00
petere78
21a24b8272 Translation improvements 2004-06-10 19:33:09 +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
zhangweiwu
471b312a67 Received new UTF-8 lang files from kiang.
----------------------------------------------------------------------
2004-06-09 04:16:56 +00:00
Lars Kneschke
61f293dd9c added a german translation 2004-06-04 06:18:50 +00:00
reinerj
87e8b9c917 update lang file from Tapio Kautto 2004-06-01 10:08:12 +00:00
reinerj
d08ff634f8 update lang file from Tapio Kautto 2004-05-31 13:01:54 +00:00
reinerj
e0a265d267 fix from Tapio Kautto 2004-05-31 11:30:25 +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
34d0de6e9d Italien translation extension from Leo Amadori 2004-05-27 10:11:23 +00:00
reinerj
84a2e86056 finnish translation extension from Tapio Kautto 2004-05-26 17:49:51 +00:00
Ralf Becker
6399a1664e added error-msg for the async-services 2004-05-24 17:15:23 +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
Oscar Manuel Gómez Senovilla
b350dbadaa *** empty log message *** 2004-05-19 14:34:08 +00:00
reinerj
6fc238640a add change from zhang weiwu 2004-05-16 23:57:04 +00:00
Ralf Becker
ce0d12c01b 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
Lars Kneschke
b21523f38b fix german spelling 2004-05-07 06:22:27 +00:00
petere78
ade32c3e64 Deutsche Sprache, schwere Sprache 2004-05-06 16:36:05 +00:00
Ralf Becker
9aadbb74b3 imported version 0.9.6 from jscalendar 2004-05-06 12:08:36 +00:00
reinerj
95cae3b6ec new langfile Catalan from Xavier Navarro 2004-05-04 15:03:04 +00:00
Ralf Becker
447dd03a90 removed not (longer) used phrases 2004-05-02 11:18:03 +00:00
Espen Laursen
3f7a09fb37 Updated. 2004-04-29 20:51:23 +00:00
reinerj
3bab3feaf9 update Traditional Chinese langfiles from Finjon Kiang 2004-04-27 10:49:54 +00:00
Espen Laursen
c08c55eb75 *** empty log message *** 2004-04-22 22:08:49 +00:00
mila76
fb10e90db8 Update to 0.9.99.015 2004-04-19 22:13:23 +00:00
reinerj
b5da7a8c47 update traditional Chinese langfiles from Finjon Kiang 2004-04-16 09:49:12 +00:00
Pim Snel
8d2fa3f4cd fix translation bug #928842 2004-04-13 12:25:27 +00:00
Oscar Manuel Gómez Senovilla
c9ed30704c *** empty log message *** 2004-04-02 20:32:14 +00:00
Ralf Becker
3637978eee added russian translations from Alexander (McDuck) 2004-04-01 15:18:11 +00:00
alpeb
4b5367c651 Fixes bug #925266. Now default image format is PNG. 2004-03-30 03:16:49 +00:00
Ralf Becker
8ee6bb62cd fixed typos 2004-03-23 19:52:55 +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
reinerj
5e7957c786 add french lang file 2004-03-17 17:44:50 +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
Ralf Becker
907f3575ce 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
Ralf Becker
b4970a5f65 fixed prob with not changeable pw's, setup::add_acl created acl_rights=0 rows, instead of no rows 2004-02-23 13:22:59 +00:00
reinerj
259d6ce8bf add some translations from Zhang Weiwu in Chinese 2004-02-20 09:46:20 +00:00
Miles Lott
153d7da1c4 remove 10 blank lines 2004-02-14 04:28:48 +00:00
reinerj
3bf0fd8fee updated translation from Esben Laursen for Danish 2004-02-11 22:33:53 +00:00
Ralf Becker
08caf218bb some missing translations 2004-02-05 12:05:46 +00:00
Miles Lott
6d860ceda9 Increment to version 0.9.99.013 to fix phpgw_accounts table now that unique/index is working 2004-02-02 22:52:06 +00:00
Pim Snel
2e9b9791c3 change kalender to agenda 2004-01-28 01:26:16 +00:00
mila76
3f07efe8f2 Small Fix 2004-01-27 12:01:05 +00:00
reinerj
cce7b854a2 changes to egw dev group 2004-01-26 01:29:06 +00:00
mila76
170dfa526e Update to 0.9.99.012 2004-01-25 11:48:10 +00:00
shrykedude
6b6d8f250e increase size of last_mod fields, per bug 869442 2004-01-25 06:15:02 +00:00
reinerj
1de48d1977 updated Italien lang file from Emanuel Milani 2004-01-22 22:17:38 +00:00