Commit Graph

412 Commits

Author SHA1 Message Date
eabf6925b5 Added an admin module for ldap based email settings (based on emailadmin)
but reduced to those functions, which are needed to manage ldap entries, which
rely only on standard schemas (core, qmail) which are not considered "experimental"
and without the need to add a separate schema.

This modul will be extended whenever possible and approved for more values.

Main goal here is: Ability to easily use eGW Admin for account management with
LDAP beackend and to comply with those schemas, the distros are delivering.

The link for this module will be shown in addition to Lars' EmailAdmin if LDAP
is used as account storage. So it will not break existing installation ;-)
2004-08-25 22:29:28 +00:00
d03d7e0114 replace the bad word grrr 2004-08-25 14:28:16 +00:00
65feffc4d4 New/updated Slovenian translations (by Matev� Bokal). 2004-08-23 14:11:00 +00:00
a898f0157b italien translations from leonardo amadori 2004-08-12 18:04:16 +00:00
1c6aedeb7a extensions and corrections from Kiang 2004-08-10 12:51:47 +00:00
761dd2f13c replace the crap 2004-08-08 23:15:33 +00:00
0392a024fb replace the crap 2004-08-08 23:12:52 +00:00
c4bfb8a3ec replace the crap 2004-08-08 22:50:50 +00:00
689e559dcd replace the crap 2004-08-08 22:40:39 +00:00
12ae81624b replace the crap 2004-08-08 22:24:54 +00:00
1f1c58be46 update korea lang translation from Futurizer 2004-08-07 00:58:47 +00:00
26bf92520e *** empty log message *** 2004-08-04 20:59:09 +00:00
ea33d7c050 update Korea translation futurizer 2004-08-04 10:06:58 +00:00
74fd47804a fixed asyncservices to run under the windows sheduler 2004-07-31 19:37:58 +00:00
19ab1c069d fix some wrong tabs in file which produce error messages 2004-07-31 17:29:52 +00:00
80b42dd956 fix some wrong tabs in file which produce error messages 2004-07-31 17:28:17 +00:00
ff34378a1e Fixed app dependencies for api-1.0.1 version change 2004-07-30 19:06:35 +00:00
53f44c8997 *** empty log message *** 2004-07-27 18:20:14 +00:00
ae31c0db04 *** empty log message *** 2004-07-26 19:48:49 +00:00
edcda476b7 update brasilian translations 2004-07-21 21:18:18 +00:00
6666325a1e *** empty log message *** 2004-07-14 08:12:56 +00:00
2323808812 cat icon, color and title 2004-07-12 22:03:57 +00:00
390b648be1 modified some string to be not app specfic anymore 2004-07-12 14:05:59 +00:00
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
f6c07ba556 pushing all versions to 1.0.0 2004-07-02 22:32:53 +00:00
2d9373d120 *** empty log message *** 2004-06-16 16:04:06 +00:00
26507a6aa7 greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com> 2004-06-13 20:48:44 +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
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
b350dbadaa *** empty log message *** 2004-05-19 14:34:08 +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
ade32c3e64 Deutsche Sprache, schwere Sprache 2004-05-06 16:36:05 +00:00
99f5991189 *** empty log message *** 2004-05-04 19:11:45 +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
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
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
0fb012f83c *** empty log message *** 2004-04-13 08:21:55 +00:00
c552995176 *** empty log message *** 2004-03-29 09:23:06 +00:00