Commit Graph

1126 Commits

Author SHA1 Message Date
26507a6aa7 greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com> 2004-06-13 20:48:44 +00:00
e8daf45b02 using account-selection widget 2004-06-12 09:48:59 +00:00
d834017cff *** empty log message *** 2004-06-11 19:23:19 +00:00
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
471b312a67 Received new UTF-8 lang files from kiang.
----------------------------------------------------------------------
2004-06-09 04:16:56 +00:00
b68e50cd79 UTF-8 lang files. I missed this file last time commiting lang files. 2004-06-08 18:13:30 +00:00
140a9fb5df added possibility to assign a color and an icon to a global category 2004-05-29 10:16:52 +00:00
3ec6f18729 Italien translation extension from Leo Amadori 2004-05-26 20:03:39 +00:00
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
2a473dc9ba added mail-domain and smtp server to admin -> site configuration 2004-05-23 23:14:06 +00:00
b350dbadaa *** empty log message *** 2004-05-19 14:34:08 +00:00
7a89d5312d fixed loginscreen-message: was not updated if the performance patch was installed, as it changes the order of the columns in the phpgw_lang table and it did an insert without the column-names 2004-05-19 09:33:56 +00:00
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
f75a66cc05 fix bug 948702. User won't be allowed to change an app name 'cause it breaks it. 2004-05-07 16:49:17 +00:00
ade32c3e64 Deutsche Sprache, schwere Sprache 2004-05-06 16:36:05 +00:00
1dae93b363 partial fix to bug 948702: can't change apps names. Still more to do. 2004-05-06 15:29:33 +00:00
99f5991189 *** empty log message *** 2004-05-04 19:11:45 +00:00
6c6e2c445c added phpbrain to list of apps supporting ACL 2004-05-04 17:45:04 +00:00
92f09dfc3a new langfile Catalan from Xavier Navarro 2004-05-04 13:53:55 +00:00
45528fb2ec just a small update 2004-05-03 11:09:23 +00:00
e9aefa3ed5 Updated. 2004-04-29 21:16:12 +00:00
be72681b62 update images to jerryr template from Jerry Ruhe 2004-04-26 21:31:27 +00:00
a50b3d5383 update Polish langfiles from Michael Bielicki 2004-04-23 22:48:53 +00:00
55dfdaff5e Start of the danish translation. About 85% complete 2004-04-23 14:25:54 +00:00
9e3acdfe11 update Dutch langfiles from G.G. van der Steen 2004-04-22 22:13:11 +00:00
94822be83a implement htmlarea with plugins for testing and real use 2004-04-22 00:19:50 +00:00
e20c2e2815 completly fix #921476 (Creating new account failes) The system now alerts that a group already exists with the userloginid which was attemted to create 2004-04-21 21:40:13 +00:00
4c4913282f fix typo 2004-04-21 21:04:37 +00:00
c82ed9cf31 Update to 0.9.99.015 2004-04-19 21:23:46 +00:00
723f3e7211 removed double line 2004-04-19 20:06:54 +00:00
0db350d980 update traditional Chinese langfiles from Finjon Kiang 2004-04-16 09:11:54 +00:00
0411643b27 implemented enble == 4 type apps - opened in a popup window - for the manual 2004-04-13 09:28:49 +00:00
f151c70372 first (simple) version of the new manual app 2004-04-13 08:59:23 +00:00
0fb012f83c *** empty log message *** 2004-04-13 08:21:55 +00:00
b495aa7a0f implemented enble == 4 type apps - opened in a popup window - for the manual 2004-04-13 07:54:25 +00:00
78443fcb63 fix things spoken about with ralf :) 2004-04-04 18:59:12 +00:00
24e12a61dd Fixes bug #869805. When updating a group's name, in table phpgw_accounts only the account_lid field got updated, now account_firstname gets updated too. 2004-03-30 04:23:23 +00:00
c552995176 *** empty log message *** 2004-03-29 09:23:06 +00:00
8574c44ae1 update to the next version from egw 2004-03-28 12:20:15 +00:00
0f8224fd47 Various spelling and grammar fixes 2004-03-27 01:15:04 +00:00
95ed13e717 second parameter was missing and generating a warning 2004-03-25 06:33:21 +00:00
7a47184f12 change icon for Group-ACL to use the standard/API edit-icon, changed the title/tooltip to "Grant access: edit group ACL's" 2004-03-23 13:45:23 +00:00
31d9bd59b6 fixed bug that I just introduced 2004-03-23 08:41:05 +00:00
ebe9a3354e idle times of more than 24 hours are now displayed 2004-03-23 08:34:00 +00:00
2335e91857 added a (optional) language-select-box, eg. for demo-sites 2004-03-21 21:28:35 +00:00
2a95647df6 fixed:
- logo can be given now as URL or filename (in phpgwapi/templates/default/images)
- the logo url dont need a leading http://, if its not present, it will be added automaticaly (you can enter a https url)
- commented the not working bg-colors and the pure html complilans out
2004-03-21 15:01:28 +00:00
45df07162b removed the es translation, as es-es is used now 2004-03-21 10:59:53 +00:00
be28d77fa9 update Brazil lang file translated from Orlando Gentil 2004-03-19 22:03:20 +00:00
be6dbc011e add new images from Jerry to CVS 2004-03-07 22:14:06 +00:00
51cd8367ba *** empty log message *** 2004-03-02 20:25:26 +00:00