Commit Graph

211 Commits

Author SHA1 Message Date
reinerj
d03d7e0114 replace the bad word grrr 2004-08-25 14:28:16 +00:00
dragob
65feffc4d4 New/updated Slovenian translations (by Matev� Bokal). 2004-08-23 14:11:00 +00:00
reinerj
a898f0157b italien translations from leonardo amadori 2004-08-12 18:04:16 +00:00
reinerj
1c6aedeb7a extensions and corrections from Kiang 2004-08-10 12:51:47 +00:00
reinerj
761dd2f13c replace the crap 2004-08-08 23:15:33 +00:00
reinerj
0392a024fb replace the crap 2004-08-08 23:12:52 +00:00
reinerj
c4bfb8a3ec replace the crap 2004-08-08 22:50:50 +00:00
reinerj
689e559dcd replace the crap 2004-08-08 22:40:39 +00:00
reinerj
12ae81624b replace the crap 2004-08-08 22:24:54 +00:00
reinerj
1f1c58be46 update korea lang translation from Futurizer 2004-08-07 00:58:47 +00:00
Oscar Manuel Gómez Senovilla
26bf92520e *** empty log message *** 2004-08-04 20:59:09 +00:00
reinerj
ea33d7c050 update Korea translation futurizer 2004-08-04 10:06:58 +00:00
Ralf Becker
74fd47804a fixed asyncservices to run under the windows sheduler 2004-07-31 19:37:58 +00:00
reinerj
19ab1c069d fix some wrong tabs in file which produce error messages 2004-07-31 17:29:52 +00:00
reinerj
80b42dd956 fix some wrong tabs in file which produce error messages 2004-07-31 17:28:17 +00:00
shrykedude
ff34378a1e Fixed app dependencies for api-1.0.1 version change 2004-07-30 19:06:35 +00:00
Oscar Manuel Gómez Senovilla
53f44c8997 *** empty log message *** 2004-07-27 18:20:14 +00:00
Oscar Manuel Gómez Senovilla
ae31c0db04 *** empty log message *** 2004-07-26 19:48:49 +00:00
Ralf Becker
edcda476b7 update brasilian translations 2004-07-21 21:18:18 +00:00
Oscar Manuel Gómez Senovilla
6666325a1e *** empty log message *** 2004-07-14 08:12:56 +00:00
Ralf Becker
2323808812 cat icon, color and title 2004-07-12 22:03:57 +00:00
Lars Kneschke
390b648be1 modified some string to be not app specfic anymore 2004-07-12 14:05:59 +00:00
Ralf Becker
e5d689cb9f added smtp-auth configuration to email and API's send-class (translations for that are moved to admin, as the config is now in Admin >> Site config and only for confinience accessible via Admin >> Email >> Site config too 2004-07-11 08:33:28 +00:00
Ralf Becker
f6c07ba556 pushing all versions to 1.0.0 2004-07-02 22:32:53 +00:00
Oscar Manuel Gómez Senovilla
2d9373d120 *** empty log message *** 2004-06-16 16:04:06 +00:00
Ralf Becker
26507a6aa7 greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com> 2004-06-13 20:48:44 +00:00
Oscar Manuel Gómez Senovilla
d834017cff *** empty log message *** 2004-06-11 19:23:19 +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
zhangweiwu
b68e50cd79 UTF-8 lang files. I missed this file last time commiting lang files. 2004-06-08 18:13:30 +00:00
reinerj
3ec6f18729 Italien translation extension from Leo Amadori 2004-05-26 20:03:39 +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
Ralf Becker
f4361e3ca4 fixed not working scrolling and search for user-groups, fixed disabled search via admin-ACL's 2004-05-19 06:05:01 +00:00
petere78
ade32c3e64 Deutsche Sprache, schwere Sprache 2004-05-06 16:36:05 +00:00
Oscar Manuel Gómez Senovilla
99f5991189 *** empty log message *** 2004-05-04 19:11:45 +00:00
reinerj
92f09dfc3a new langfile Catalan from Xavier Navarro 2004-05-04 13:53:55 +00:00
Espen Laursen
45528fb2ec just a small update 2004-05-03 11:09:23 +00:00
Espen Laursen
e9aefa3ed5 Updated. 2004-04-29 21:16:12 +00:00
reinerj
a50b3d5383 update Polish langfiles from Michael Bielicki 2004-04-23 22:48:53 +00:00
Espen Laursen
55dfdaff5e Start of the danish translation. About 85% complete 2004-04-23 14:25:54 +00:00
reinerj
9e3acdfe11 update Dutch langfiles from G.G. van der Steen 2004-04-22 22:13:11 +00:00
Pim Snel
4c4913282f fix typo 2004-04-21 21:04:37 +00:00
mila76
c82ed9cf31 Update to 0.9.99.015 2004-04-19 21:23:46 +00:00
mila76
723f3e7211 removed double line 2004-04-19 20:06:54 +00:00
reinerj
0db350d980 update traditional Chinese langfiles from Finjon Kiang 2004-04-16 09:11:54 +00:00
Ralf Becker
0411643b27 implemented enble == 4 type apps - opened in a popup window - for the manual 2004-04-13 09:28:49 +00:00
Oscar Manuel Gómez Senovilla
0fb012f83c *** empty log message *** 2004-04-13 08:21:55 +00:00
Oscar Manuel Gómez Senovilla
c552995176 *** empty log message *** 2004-03-29 09:23:06 +00:00
reinerj
8574c44ae1 update to the next version from egw 2004-03-28 12:20:15 +00:00