Commit Graph

1121 Commits

Author SHA1 Message Date
bgigon
ea18c4a50a Delete old files 2004-07-05 14:52:51 +00:00
Ralf Becker
2ba2d8aca1 updating the missed sequenzes (postgres) and pushing all versions to 1.0.0 2004-07-02 22:27:33 +00:00
Ralf Becker
7eb83c49d1 not used anymore 2004-06-30 10:43:33 +00:00
Ralf Becker
d3086fe8cd new account-selection for matrix-view, as patch from Matthew Galgoci 2004-06-29 22:39:00 +00:00
Pim Snel
c985a3f832 fix typo 2004-06-23 21:22:22 +00:00
Oscar Manuel Gómez Senovilla
c4957fdb6a *** empty log message *** 2004-06-23 18:24:28 +00:00
Ralf Becker
d0b2a3a823 fix for 2 people importing an equally named file at the same time, thanks to Matthew Galgoci <mgalgoci -at- redhat.com> 2004-06-20 09:03:34 +00:00
Ralf Becker
b1b1f95590 - moved the whole selection code from uiaccountsel::popup to accounts::select
- extended syntax for uiaccountsel::selection to specify what you need (no longer hardcode of certain apps)
2004-06-16 00:33:13 +00:00
Ralf Becker
37c79bfcf4 greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com> 2004-06-13 22:20:57 +00:00
Lars Kneschke
cc61a1940b add hook for new events 2004-06-13 17:01:14 +00:00
Ralf Becker
850172fdd3 using account-selection widget 2004-06-12 12:29:07 +00:00
Ralf Becker
c4d66d7ecf using account-selection widget 2004-06-12 10:04:48 +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
Ralf Becker
200b99cd9f fixed new uid creation: uid is not null, so we need to write a dummy-value, before we knew the actual id 2004-05-29 08:01:37 +00:00
Oscar Manuel Gómez Senovilla
911bfdae1a *** empty log message *** 2004-05-28 18:58:43 +00:00
Ralf Becker
d39c37ed76 update of the GB holidays, provided by Jonathan Riddell jr -at- jriddell -dot- org 2004-05-28 16:18:35 +00:00
reinerj
119e12eb8a Finnish translation extension from Tapio Kautto 2004-05-27 10:20:56 +00:00
reinerj
b91d5814e5 Italien translation extension from Leo Amadori 2004-05-26 20:08:02 +00:00
reinerj
50694d54a4 Italien translation extension from Leo Amadori 2004-05-26 20:07:17 +00:00
Ralf Becker
18dded158c 1) using the color set by preferences dialogs, now in data-column
2) reverted alpes tab to space and dos-line-ends conversation
2004-05-26 10:16:46 +00:00
Ralf Becker
2a1b37b6da an other uid update: very old entries had empty uid, they are update now too 2004-05-26 09:37:15 +00:00
Ralf Becker
6e30dedf98 submitted to egroupware.org 2004-05-25 11:43:45 +00:00
Ralf Becker
5d8250c0de 1) fixed observance of new year and new year's eve, which can fall into the next or previous year
2) additionaly added new year of the next year and new year's eve of the last year to this years holidays, as they are often displayed (or missing) in a week- or day-view
3) fixed the not working saving of a changed observance rule in the holiday manager
4) added the observance rule to new year in the US
2004-05-25 11:36:32 +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
Ralf Becker
5ec6ce4d75 fix to create uid's for the calendar and a db-update to create them for the already existing events 2004-05-23 23:46:27 +00:00
Ralf Becker
390dc7737b performance patch: indices for the calendar 2004-05-23 17:51:41 +00:00
Ralf Becker
b106b38597 fixed wrong sign of alpe's correction - it made it even worse ;-) 2004-05-23 14:51:27 +00:00
Ralf Becker
24f85350e6 fixed bug [ 899751 ] Calendar notification to groups 2004-05-23 10:02:45 +00:00
Ralf Becker
29d855cc7d fixed bug [ 928146 ] No conflic warning on multi-day events:
now all days of an event get checked in a for-loop, not only the first one if its equal the last one ;-)
2004-05-23 09:42:15 +00:00
Oscar Manuel Gómez Senovilla
b350dbadaa *** empty log message *** 2004-05-19 14:34:08 +00:00
alpeb
17811d977d eliminated multiple <font>&nbsp;</font> when showing event list in home 2004-05-14 15:38:15 +00:00
Lars Kneschke
6cba1832b9 make projects linkable to calendar events 2004-05-06 00:59:47 +00:00
reinerj
6a52f5579d new langfile Catalan from Xavier Navarro 2004-05-04 14:08:30 +00:00
Espen Laursen
2a248ce034 some spell fixes and some small updates. 2004-05-03 11:16:16 +00:00
reinerj
be72681b62 update images to jerryr template from Jerry Ruhe 2004-04-26 21:31:27 +00:00
Ralf Becker
52fb31997e holidays file for DK 2004-04-25 12:46:41 +00:00
reinerj
68eb738852 add Italien Holidays from Claudio Belotti 2004-04-25 10:46:15 +00:00
reinerj
9e3acdfe11 update Dutch langfiles from G.G. van der Steen 2004-04-22 22:13:11 +00:00
reinerj
0d26b5dd07 commit HongKong holiday file from Andrew Murton 2004-04-21 17:30:16 +00:00
mila76
fcde7da570 search e replace bugfix 2004-04-19 22:12:03 +00:00
mila76
00f80dbee3 Update to 0.9.99.015 2004-04-19 22:07:29 +00:00
mila76
f87e10f9ec fixed doubled entry with \\n 2004-04-19 21:43:16 +00:00
Carsten Wolff
06f0934e8f fixed #893588 by petere78 2004-04-19 11:41:02 +00:00
Espen Laursen
deafe60956 translated some of the last text, but I cant find the:
Delete a single entry by passing the id.
Add a single entry by passing the fields.
Add or update a single entry by passing the fields.

phrases and the

Are you sure\\nyou want to\\ndelete these alarms?
Are you sure\\nyou want to\\ndelete this single occurence ?\\n\\nThis will delete\\nthis entry for all users.

will not translate.. ill have to find the error later..
2004-04-17 12:30:38 +00:00
reinerj
0db350d980 update traditional Chinese langfiles from Finjon Kiang 2004-04-16 09:11:54 +00:00
Ralf Becker
eaecf4b608 implemented link to view event as variable in notify-emails (Alarms, Notifications) 2004-04-14 12:35:58 +00:00
bgigon
b4af40ee1d More translation, by Charles Viard 2004-04-13 11:53:23 +00:00
Ralf Becker
f151c70372 first (simple) version of the new manual app 2004-04-13 08:59:23 +00:00
Ralf Becker
793f5df7b5 as talked with Lars ;-) 2004-04-12 07:20:40 +00:00
Ralf Becker
4b7ced6e84 fix for search to return also the entries from sub-categoris, as sugested by Stephan Hilchenbach from the german list 2004-04-04 22:23:47 +00:00