Commit Graph

419 Commits

Author SHA1 Message Date
879653f7eb replace the bad word 2004-08-31 18:04:04 +00:00
a83d020083 in this file, no tabs where included and this produce errors on install 2004-08-31 15:50:34 +00:00
a5ca0539aa update japan langfile from Jun Kuriyama 2004-08-29 08:04:22 +00:00
ad0563dc8e *** empty log message *** 2004-08-18 11:10:26 +00:00
ff84561c98 removed unnecessary RefreshTable 2004-08-13 20:36:28 +00:00
4cbda82863 italien translations from leonardo amadori 2004-08-12 18:17:28 +00:00
9449ea5afa *** empty log message *** 2004-08-07 10:22:51 +00:00
1f1c58be46 update korea lang translation from Futurizer 2004-08-07 00:58:47 +00:00
906dd66691 bulgarian translations from Iassen Pramatarov <turin-AT-fsa-bg.org> 2004-08-04 14:56:19 +00:00
0d91f7017e update Korea translation futurizer 2004-08-04 10:14:18 +00:00
bdc3456ed6 reworked so-layer for MaxDB and new db-functions:
- added cal_ prefix to phpgw_cal
- hol_ prefix to phpgw_cal_holidays
- renamed cal_login=>cal_user_id,cal_type=>cal_user_type in phpgw_cal_user
2004-08-03 22:52:13 +00:00
700c20b802 Imported the new calendar from the ralfbecker branch and merged it with the bugfixes and improvments of the 1.0 branch.
All further development will be done now in HEAD
2004-08-01 15:36:04 +00:00
b26f0a0e1f fix some wrong tabs in file which produce error messages 2004-07-31 17:46:58 +00:00
74f1d3b20a fix some wrong tabs in file which produce error messages 2004-07-31 17:10:10 +00:00
d4070735c4 fix some wrong tabs in file which produce error messages 2004-07-31 17:05:30 +00:00
ff34378a1e Fixed app dependencies for api-1.0.1 version change 2004-07-30 19:06:35 +00:00
0e3492a4a6 *** empty log message *** 2004-07-26 19:54:17 +00:00
ae31c0db04 *** empty log message *** 2004-07-26 19:48:49 +00:00
ac57bee771 Czech translation of Calendar from Oldrich Dlouhy 2004-07-22 08:15:03 +00:00
edcda476b7 update brasilian translations 2004-07-21 21:18:18 +00:00
2b4c26b287 merged lang-files from the 1.0 branch, please everone update both branches 2004-07-21 16:57:49 +00:00
6666325a1e *** empty log message *** 2004-07-14 08:12:56 +00:00
f3373faa2d - fixed export in the view (was Y/m/d format too)
- allow to call export via an url ($_REQUEST instead of $_POST)
- some UI tweaks to for the Export button and others
- equaly high weeks in the month-view
2004-07-11 18:26:28 +00:00
2ba2d8aca1 updating the missed sequenzes (postgres) and pushing all versions to 1.0.0 2004-07-02 22:27:33 +00:00
c985a3f832 fix typo 2004-06-23 21:22:22 +00:00
c4957fdb6a *** empty log message *** 2004-06-23 18:24:28 +00:00
37c79bfcf4 greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com> 2004-06-13 22:20:57 +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
911bfdae1a *** empty log message *** 2004-05-28 18:58:43 +00:00
119e12eb8a Finnish translation extension from Tapio Kautto 2004-05-27 10:20:56 +00:00
b91d5814e5 Italien translation extension from Leo Amadori 2004-05-26 20:08:02 +00:00
50694d54a4 Italien translation extension from Leo Amadori 2004-05-26 20:07:17 +00:00
2a1b37b6da an other uid update: very old entries had empty uid, they are update now too 2004-05-26 09:37:15 +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
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
390dc7737b performance patch: indices for the calendar 2004-05-23 17:51:41 +00:00
b350dbadaa *** empty log message *** 2004-05-19 14:34:08 +00:00
6a52f5579d new langfile Catalan from Xavier Navarro 2004-05-04 14:08:30 +00:00
2a248ce034 some spell fixes and some small updates. 2004-05-03 11:16:16 +00:00
9e3acdfe11 update Dutch langfiles from G.G. van der Steen 2004-04-22 22:13:11 +00:00
fcde7da570 search e replace bugfix 2004-04-19 22:12:03 +00:00
00f80dbee3 Update to 0.9.99.015 2004-04-19 22:07:29 +00:00
f87e10f9ec fixed doubled entry with \\n 2004-04-19 21:43:16 +00:00
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
0db350d980 update traditional Chinese langfiles from Finjon Kiang 2004-04-16 09:11:54 +00:00
eaecf4b608 implemented link to view event as variable in notify-emails (Alarms, Notifications) 2004-04-14 12:35:58 +00:00
b4af40ee1d More translation, by Charles Viard 2004-04-13 11:53:23 +00:00
3637978eee added russian translations from Alexander (McDuck) 2004-04-01 15:18:11 +00:00
c552995176 *** empty log message *** 2004-03-29 09:23:06 +00:00
0f8224fd47 Various spelling and grammar fixes 2004-03-27 01:15:04 +00:00