ea33d7c050
update Korea translation futurizer
2004-08-04 10:06:58 +00:00
8ea4f68715
using new email address from the account
2004-08-01 17:09:26 +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
faa4caa918
fix for bug [ 995944 ] Pass by reference in class.uicurrentsessions.inc.php
2004-07-22 14:35:38 +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
cf32369b5d
stoping account or group creation process, if there is an error and therefor no id (else the acl or preference class assumes to change the current user)
2004-07-12 22:06:13 +00:00
2323808812
cat icon, color and title
2004-07-12 22:03:57 +00:00
05a7e6de3a
fixed edit-user-form was loosing data, if an error occured
2004-07-12 19:54:44 +00:00
2d4a438533
fixed hook-values for add-user hook, new account id was not set, which gave an sql error in fudforum
2004-07-12 19:53:07 +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
31b3575448
reset start-value after each new search/selection
2004-07-09 16:08:59 +00:00
1992c6982b
added email-address to the accounts-data and implemented a better account-selection (like the one in the new account-popup)
2004-07-04 17:33:13 +00:00
f6c07ba556
pushing all versions to 1.0.0
2004-07-02 22:32:53 +00:00
d9eb3ad604
not used anymore
2004-06-30 09:41:18 +00:00
b6a2f6acbf
improve lay-out mainscreen
2004-06-23 20:45:37 +00:00
889b6931f1
fixed call to accounts::save_repository not update for each user, but one time at the end
2004-06-23 13:19:38 +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
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