author | zautrix <zautrix> | 2004-08-06 16:50:03 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-06 16:50:03 (UTC) |
commit | 02963edb373e263bd50ab431633ea66adf32a4aa (patch) (unidiff) | |
tree | 3affe8b9605f31e2a85c1c9c6cf4dfb9ab386394 /korganizer | |
parent | 55a7ffaccca40d10932c98527a34cc6cc9c89afb (diff) | |
download | kdepimpi-02963edb373e263bd50ab431633ea66adf32a4aa.zip kdepimpi-02963edb373e263bd50ab431633ea66adf32a4aa.tar.gz kdepimpi-02963edb373e263bd50ab431633ea66adf32a4aa.tar.bz2 |
Fixed translation problem
-rw-r--r-- | korganizer/koprefs.cpp | 17 | ||||
-rw-r--r-- | korganizer/koprefsdialog.cpp | 4 | ||||
-rw-r--r-- | korganizer/wordsgerman.h | 4 |
3 files changed, 15 insertions, 10 deletions
diff --git a/korganizer/koprefs.cpp b/korganizer/koprefs.cpp index f3231ff..042046e 100644 --- a/korganizer/koprefs.cpp +++ b/korganizer/koprefs.cpp | |||
@@ -1,560 +1,565 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2001 Cornelius Schumacher <schumacher@kde.org> |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 2 of the License, or | 7 | the Free Software Foundation; either version 2 of the License, or |
8 | (at your option) any later version. | 8 | (at your option) any later version. |
9 | 9 | ||
10 | This program is distributed in the hope that it will be useful, | 10 | This program is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | 18 | ||
19 | As a special exception, permission is given to link this program | 19 | As a special exception, permission is given to link this program |
20 | with any edition of Qt, and distribute the resulting executable, | 20 | with any edition of Qt, and distribute the resulting executable, |
21 | without including the source code for Qt in the source distribution. | 21 | without including the source code for Qt in the source distribution. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <time.h> | 24 | #include <time.h> |
25 | #ifndef _WIN32_ | 25 | #ifndef _WIN32_ |
26 | #include <unistd.h> | 26 | #include <unistd.h> |
27 | #endif | 27 | #endif |
28 | #include <qdir.h> | 28 | #include <qdir.h> |
29 | #include <qtextstream.h> | 29 | #include <qtextstream.h> |
30 | #include <qtextcodec.h> | 30 | #include <qtextcodec.h> |
31 | #include <qstring.h> | 31 | #include <qstring.h> |
32 | #include <qfont.h> | 32 | #include <qfont.h> |
33 | #include <qcolor.h> | 33 | #include <qcolor.h> |
34 | #include <qstringlist.h> | 34 | #include <qstringlist.h> |
35 | #include <stdlib.h> | 35 | #include <stdlib.h> |
36 | 36 | ||
37 | #include <kglobal.h> | 37 | #include <kglobal.h> |
38 | #include <kconfig.h> | 38 | #include <kconfig.h> |
39 | #include <klocale.h> | 39 | #include <klocale.h> |
40 | #include <kdebug.h> | 40 | #include <kdebug.h> |
41 | #include <kemailsettings.h> | 41 | #include <kemailsettings.h> |
42 | #include <kstaticdeleter.h> | 42 | #include <kstaticdeleter.h> |
43 | 43 | ||
44 | #include "koprefs.h" | 44 | #include "koprefs.h" |
45 | #include "mainwindow.h" | 45 | #include "mainwindow.h" |
46 | 46 | ||
47 | const char *germanwords[][2] = { | 47 | const char *germanwords[][2] = { |
48 | #include "wordsgerman.h" | 48 | #include "wordsgerman.h" |
49 | "", "" | 49 | "", "" |
50 | }; | 50 | }; |
51 | 51 | ||
52 | KOPrefs *KOPrefs::mInstance = 0; | 52 | KOPrefs *KOPrefs::mInstance = 0; |
53 | static KStaticDeleter<KOPrefs> insd; | 53 | static KStaticDeleter<KOPrefs> insd; |
54 | 54 | ||
55 | KOPrefs::KOPrefs() : | 55 | KOPrefs::KOPrefs() : |
56 | KPimPrefs("korganizerrc") | 56 | KPimPrefs("korganizerrc") |
57 | { | 57 | { |
58 | mCategoryColors.setAutoDelete(true); | 58 | mCategoryColors.setAutoDelete(true); |
59 | mLocaleDict = 0; | 59 | mLocaleDict = 0; |
60 | fillMailDefaults(); | 60 | fillMailDefaults(); |
61 | mDefaultCategoryColor = QColor(175,210,255);//196,196,196); | 61 | mDefaultCategoryColor = QColor(175,210,255);//196,196,196); |
62 | QColor defaultHolidayColor = QColor(255,0,0); | 62 | QColor defaultHolidayColor = QColor(255,0,0); |
63 | QColor defaultHighlightColor = QColor(129,112,255);//64,64,255); | 63 | QColor defaultHighlightColor = QColor(129,112,255);//64,64,255); |
64 | QColor defaultAgendaBgColor = QColor(239,241,169);//128,128,128); | 64 | QColor defaultAgendaBgColor = QColor(239,241,169);//128,128,128); |
65 | QColor defaultWorkingHoursColor = QColor(170,223,150);//160,160,160); | 65 | QColor defaultWorkingHoursColor = QColor(170,223,150);//160,160,160); |
66 | QColor defaultTodoDueTodayColor = QColor(255,220,100); | 66 | QColor defaultTodoDueTodayColor = QColor(255,220,100); |
67 | QColor defaultTodoOverdueColor = QColor(255,153,125); | 67 | QColor defaultTodoOverdueColor = QColor(255,153,125); |
68 | 68 | ||
69 | mTimeBarFont = QFont("helvetica",10);//,QFont::Bold); | 69 | mTimeBarFont = QFont("helvetica",10);//,QFont::Bold); |
70 | mDefaultViewFont = QFont("helvetica",10); | 70 | mDefaultViewFont = QFont("helvetica",10); |
71 | mDefaultMonthViewFont = QFont("helvetica",8); | 71 | mDefaultMonthViewFont = QFont("helvetica",8); |
72 | mMarcusBainsFont= QFont("helvetica",10); | 72 | mMarcusBainsFont= QFont("helvetica",10); |
73 | mDateNavigatorFont= QFont("helvetica",10, QFont::Bold); | 73 | mDateNavigatorFont= QFont("helvetica",10, QFont::Bold); |
74 | mEditBoxFont = QFont("helvetica",12); | 74 | mEditBoxFont = QFont("helvetica",12); |
75 | mJornalViewFont = QFont("helvetica",12); | 75 | mJornalViewFont = QFont("helvetica",12); |
76 | 76 | ||
77 | KPrefs::setCurrentGroup("General"); | 77 | KPrefs::setCurrentGroup("General"); |
78 | addItemBool("Enable Group Scheduling",&mEnableGroupScheduling,false); | 78 | addItemBool("Enable Group Scheduling",&mEnableGroupScheduling,false); |
79 | 79 | ||
80 | addItemBool("ShowIconNewTodo",&mShowIconNewTodo,true); | 80 | addItemBool("ShowIconNewTodo",&mShowIconNewTodo,true); |
81 | addItemBool("ShowIconNewEvent",&mShowIconNewEvent,true); | 81 | addItemBool("ShowIconNewEvent",&mShowIconNewEvent,true); |
82 | addItemBool("ShowIconSearch",&mShowIconSearch,true); | 82 | addItemBool("ShowIconSearch",&mShowIconSearch,true); |
83 | addItemBool("ShowIconList",&mShowIconList,true); | 83 | addItemBool("ShowIconList",&mShowIconList,true); |
84 | addItemBool("ShowIconDay1",&mShowIconDay1,true); | 84 | addItemBool("ShowIconDay1",&mShowIconDay1,true); |
85 | addItemBool("ShowIconDay5",&mShowIconDay5,true); | 85 | addItemBool("ShowIconDay5",&mShowIconDay5,true); |
86 | addItemBool("ShowIconDay7",&mShowIconDay7,true); | 86 | addItemBool("ShowIconDay7",&mShowIconDay7,true); |
87 | addItemBool("ShowIconMonth",&mShowIconMonth,true); | 87 | addItemBool("ShowIconMonth",&mShowIconMonth,true); |
88 | addItemBool("ShowIconTodoview",&mShowIconTodoview,true); | 88 | addItemBool("ShowIconTodoview",&mShowIconTodoview,true); |
89 | addItemBool("ShowIconBackFast",&mShowIconBackFast,true); | 89 | addItemBool("ShowIconBackFast",&mShowIconBackFast,true); |
90 | addItemBool("ShowIconBack",&mShowIconBack,true); | 90 | addItemBool("ShowIconBack",&mShowIconBack,true); |
91 | addItemBool("ShowIconToday",&mShowIconToday,true); | 91 | addItemBool("ShowIconToday",&mShowIconToday,true); |
92 | addItemBool("ShowIconForward",&mShowIconForward,true); | 92 | addItemBool("ShowIconForward",&mShowIconForward,true); |
93 | addItemBool("ShowIconForwardFast",&mShowIconForwardFast,true); | 93 | addItemBool("ShowIconForwardFast",&mShowIconForwardFast,true); |
94 | addItemBool("ShowIconWhatsThis",&mShowIconWhatsThis,false); | 94 | addItemBool("ShowIconWhatsThis",&mShowIconWhatsThis,false); |
95 | addItemBool("ShowIconNextDays",&mShowIconNextDays,true); | 95 | addItemBool("ShowIconNextDays",&mShowIconNextDays,true); |
96 | addItemBool("ShowIconNext",&mShowIconNext,true); | 96 | addItemBool("ShowIconNext",&mShowIconNext,true); |
97 | addItemBool("ShowIconJournal",&mShowIconJournal,true); | 97 | addItemBool("ShowIconJournal",&mShowIconJournal,true); |
98 | addItemBool("ShowIconStretch",&mShowIconStretch,true); | 98 | addItemBool("ShowIconStretch",&mShowIconStretch,true); |
99 | addItemBool("LanguageChanged",&mLanguageChanged,false); | 99 | addItemBool("LanguageChanged",&mLanguageChanged,false); |
100 | 100 | ||
101 | addItemBool("AskForQuit",&mAskForQuit,false); | 101 | addItemBool("AskForQuit",&mAskForQuit,false); |
102 | 102 | ||
103 | #ifndef DESKTOP_VERSION | 103 | #ifndef DESKTOP_VERSION |
104 | addItemBool("ShowFullMenu",&mShowFullMenu,false); | 104 | addItemBool("ShowFullMenu",&mShowFullMenu,false); |
105 | #else | 105 | #else |
106 | addItemBool("ShowFullMenu",&mShowFullMenu,true); | 106 | addItemBool("ShowFullMenu",&mShowFullMenu,true); |
107 | #endif | 107 | #endif |
108 | addItemBool("ToolBarHor",&mToolBarHor, true ); | 108 | addItemBool("ToolBarHor",&mToolBarHor, true ); |
109 | addItemBool("ToolBarUp",&mToolBarUp, false ); | 109 | addItemBool("ToolBarUp",&mToolBarUp, false ); |
110 | addItemBool("ToolBarMiniIcons",&mToolBarMiniIcons, false ); | 110 | addItemBool("ToolBarMiniIcons",&mToolBarMiniIcons, false ); |
111 | addItemInt("Whats Next Days",&mWhatsNextDays,3); | 111 | addItemInt("Whats Next Days",&mWhatsNextDays,3); |
112 | addItemInt("Whats Next Prios",&mWhatsNextPrios,1); | 112 | addItemInt("Whats Next Prios",&mWhatsNextPrios,1); |
113 | 113 | ||
114 | addItemBool("ShowTodoInAgenda",&mShowTodoInAgenda,true); | 114 | addItemBool("ShowTodoInAgenda",&mShowTodoInAgenda,true); |
115 | addItemBool("ShowCompletedTodo",&mShowCompletedTodo,true); | 115 | addItemBool("ShowCompletedTodo",&mShowCompletedTodo,true); |
116 | addItemInt("AllDay Size",&mAllDaySize,28); | 116 | addItemInt("AllDay Size",&mAllDaySize,28); |
117 | QString defAlarm = KGlobal::iconLoader()->iconPath()+"koalarm.wav"; | 117 | QString defAlarm = KGlobal::iconLoader()->iconPath()+"koalarm.wav"; |
118 | addItemString("DefaultAlarmFile",&mDefaultAlarmFile,defAlarm ); | 118 | addItemString("DefaultAlarmFile",&mDefaultAlarmFile,defAlarm ); |
119 | 119 | ||
120 | addItemStringList("LocationDefaults",&mLocationDefaults ); | 120 | addItemStringList("LocationDefaults",&mLocationDefaults ); |
121 | addItemStringList("EventSummary User",&mEventSummaryUser); | 121 | addItemStringList("EventSummary User",&mEventSummaryUser); |
122 | addItemStringList("TodoSummary User",&mTodoSummaryUser); | 122 | addItemStringList("TodoSummary User",&mTodoSummaryUser); |
123 | 123 | ||
124 | addItemBool("Enable Group Scheduling",&mEnableGroupScheduling,false); | 124 | addItemBool("Enable Group Scheduling",&mEnableGroupScheduling,false); |
125 | addItemBool("Enable Project View",&mEnableProjectView,false); | 125 | addItemBool("Enable Project View",&mEnableProjectView,false); |
126 | addItemBool("Auto Save",&mAutoSave,false); | 126 | addItemBool("Auto Save",&mAutoSave,false); |
127 | addItemInt("Auto Save Interval",&mAutoSaveInterval,3); | 127 | addItemInt("Auto Save Interval",&mAutoSaveInterval,3); |
128 | addItemBool("Confirm Deletes",&mConfirm,true); | 128 | addItemBool("Confirm Deletes",&mConfirm,true); |
129 | addItemString("Archive File",&mArchiveFile); | 129 | addItemString("Archive File",&mArchiveFile); |
130 | addItemString("Html Export File",&mHtmlExportFile, | 130 | addItemString("Html Export File",&mHtmlExportFile, |
131 | QDir::homeDirPath() + "/" + i18n("Default export file", "calendar.html")); | 131 | QDir::homeDirPath() + "/" + i18n("Default export file", "calendar.html")); |
132 | addItemBool("Html With Save",&mHtmlWithSave,false); | 132 | addItemBool("Html With Save",&mHtmlWithSave,false); |
133 | 133 | ||
134 | KPrefs::setCurrentGroup("Personal Settings"); | 134 | KPrefs::setCurrentGroup("Personal Settings"); |
135 | 135 | ||
136 | addItemInt("Mail Client",&mMailClient,MailClientKMail); | 136 | addItemInt("Mail Client",&mMailClient,MailClientKMail); |
137 | addItemBool("Use Control Center Email",&mEmailControlCenter,false); | 137 | addItemBool("Use Control Center Email",&mEmailControlCenter,false); |
138 | addItemBool("Bcc",&mBcc,false); | 138 | addItemBool("Bcc",&mBcc,false); |
139 | 139 | ||
140 | KPrefs::setCurrentGroup("Time & Date"); | 140 | KPrefs::setCurrentGroup("Time & Date"); |
141 | 141 | ||
142 | // addItemString("Time Zone",&mTimeZone,"+0100"); | 142 | // addItemString("Time Zone",&mTimeZone,"+0100"); |
143 | addItemString("TimeZoneName",&mTimeZoneId,i18n ("+01:00 Europe/Oslo(CET)") ); | 143 | addItemString("TimeZoneName",&mTimeZoneId,i18n ("+01:00 Europe/Oslo(CET)") ); |
144 | // addItemInt("TimeZoneOffset",&mTimeZoneOffset,60); | 144 | // addItemInt("TimeZoneOffset",&mTimeZoneOffset,60); |
145 | addItemBool("UseDaylightsaving",&mUseDaylightsaving,true); | 145 | addItemBool("UseDaylightsaving",&mUseDaylightsaving,true); |
146 | addItemInt("DaylightsavingStart",&mDaylightsavingStart,90); | 146 | addItemInt("DaylightsavingStart",&mDaylightsavingStart,90); |
147 | addItemInt("DaylightsavingEnd",&mDaylightsavingEnd,304); | 147 | addItemInt("DaylightsavingEnd",&mDaylightsavingEnd,304); |
148 | 148 | ||
149 | 149 | ||
150 | addItemInt("Default Start Time",&mStartTime,10); | 150 | addItemInt("Default Start Time",&mStartTime,10); |
151 | addItemInt("Default Duration",&mDefaultDuration,2); | 151 | addItemInt("Default Duration",&mDefaultDuration,2); |
152 | addItemInt("Default Alarm Time",&mAlarmTime,3); | 152 | addItemInt("Default Alarm Time",&mAlarmTime,3); |
153 | addItemInt("Daylight Savings",&mDaylightSavings,0); | 153 | addItemInt("Daylight Savings",&mDaylightSavings,0); |
154 | KPrefs::setCurrentGroup("AlarmSettings"); | 154 | KPrefs::setCurrentGroup("AlarmSettings"); |
155 | addItemInt("AlarmPlayBeeps",&mAlarmPlayBeeps,20); | 155 | addItemInt("AlarmPlayBeeps",&mAlarmPlayBeeps,20); |
156 | addItemInt("AlarmSuspendTime",&mAlarmSuspendTime,7); | 156 | addItemInt("AlarmSuspendTime",&mAlarmSuspendTime,7); |
157 | addItemInt("AlarmSuspendCount",&mAlarmSuspendCount,5); | 157 | addItemInt("AlarmSuspendCount",&mAlarmSuspendCount,5); |
158 | addItemInt("AlarmBeepInterval",&mAlarmBeepInterval,3); | 158 | addItemInt("AlarmBeepInterval",&mAlarmBeepInterval,3); |
159 | 159 | ||
160 | 160 | ||
161 | KPrefs::setCurrentGroup("Calendar"); | 161 | KPrefs::setCurrentGroup("Calendar"); |
162 | 162 | ||
163 | addItemInt("Default Calendar Format",&mDefaultFormat,FormatICalendar); | 163 | addItemInt("Default Calendar Format",&mDefaultFormat,FormatICalendar); |
164 | 164 | ||
165 | KPrefs::setCurrentGroup("Fonts"); | 165 | KPrefs::setCurrentGroup("Fonts"); |
166 | // qDebug(" KPrefs::setCurrentGroup(Fonts); "); | 166 | // qDebug(" KPrefs::setCurrentGroup(Fonts); "); |
167 | addItemFont("TimeBar Font",&mTimeBarFont); | 167 | addItemFont("TimeBar Font",&mTimeBarFont); |
168 | addItemFont("MonthView Font",&mMonthViewFont); | 168 | addItemFont("MonthView Font",&mMonthViewFont); |
169 | addItemFont("AgendaView Font",&mAgendaViewFont); | 169 | addItemFont("AgendaView Font",&mAgendaViewFont); |
170 | addItemFont("MarcusBains Font",&mMarcusBainsFont); | 170 | addItemFont("MarcusBains Font",&mMarcusBainsFont); |
171 | addItemFont("TimeLabels Font",&mTimeLabelsFont); | 171 | addItemFont("TimeLabels Font",&mTimeLabelsFont); |
172 | addItemFont("TodoView Font",&mTodoViewFont); | 172 | addItemFont("TodoView Font",&mTodoViewFont); |
173 | addItemFont("ListView Font",&mListViewFont); | 173 | addItemFont("ListView Font",&mListViewFont); |
174 | addItemFont("DateNavigator Font",&mDateNavigatorFont); | 174 | addItemFont("DateNavigator Font",&mDateNavigatorFont); |
175 | addItemFont("EditBox Font",&mEditBoxFont); | 175 | addItemFont("EditBox Font",&mEditBoxFont); |
176 | addItemFont("JournalView Font",&mJornalViewFont); | 176 | addItemFont("JournalView Font",&mJornalViewFont); |
177 | addItemFont("WhatsNextView Font",&mWhatsNextFont); | 177 | addItemFont("WhatsNextView Font",&mWhatsNextFont); |
178 | addItemFont("EventView Font",&mEventViewFont); | 178 | addItemFont("EventView Font",&mEventViewFont); |
179 | 179 | ||
180 | // KPrefs::setCurrentGroup("SyncProfiles"); | 180 | // KPrefs::setCurrentGroup("SyncProfiles"); |
181 | // addItemString("LocalMachineName",&mLocalMachineName, "undefined"); | 181 | // addItemString("LocalMachineName",&mLocalMachineName, "undefined"); |
182 | // addItemStringList("SyncProfileNames",&mSyncProfileNames); | 182 | // addItemStringList("SyncProfileNames",&mSyncProfileNames); |
183 | // addItemStringList("ExternSyncProfiles",&mExternSyncProfileNames); | 183 | // addItemStringList("ExternSyncProfiles",&mExternSyncProfileNames); |
184 | 184 | ||
185 | KPrefs::setCurrentGroup("RemoteSyncing"); | 185 | KPrefs::setCurrentGroup("RemoteSyncing"); |
186 | // addItemBool("UsePasswd",&mUsePassWd,false); | 186 | // addItemBool("UsePasswd",&mUsePassWd,false); |
187 | // addItemBool("WriteBackFile",&mWriteBackFile,true); | 187 | // addItemBool("WriteBackFile",&mWriteBackFile,true); |
188 | // addItemBool("WriteBackExistingOnly",&mWriteBackExistingOnly,false); | 188 | // addItemBool("WriteBackExistingOnly",&mWriteBackExistingOnly,false); |
189 | // addItemBool("AskForPreferences",&mAskForPreferences,true); | 189 | // addItemBool("AskForPreferences",&mAskForPreferences,true); |
190 | // addItemBool("ShowSyncSummary",&mShowSyncSummary,true); | 190 | // addItemBool("ShowSyncSummary",&mShowSyncSummary,true); |
191 | addItemBool("ShowSyncEvents",&mShowSyncEvents,false); | 191 | addItemBool("ShowSyncEvents",&mShowSyncEvents,false); |
192 | addItemInt("LastSyncTime",&mLastSyncTime,0); | 192 | addItemInt("LastSyncTime",&mLastSyncTime,0); |
193 | addItemInt("SyncAlgoPrefs",&mSyncAlgoPrefs,3); | 193 | addItemInt("SyncAlgoPrefs",&mSyncAlgoPrefs,3); |
194 | addItemInt("RingSyncAlgoPrefs",&mRingSyncAlgoPrefs,3); | 194 | addItemInt("RingSyncAlgoPrefs",&mRingSyncAlgoPrefs,3); |
195 | 195 | ||
196 | #ifdef _WIN32_ | 196 | #ifdef _WIN32_ |
197 | QString hdp= locateLocal("data","korganizer")+"\\\\"; | 197 | QString hdp= locateLocal("data","korganizer")+"\\\\"; |
198 | #else | 198 | #else |
199 | QString hdp= locateLocal("data","korganizer")+"/"; | 199 | QString hdp= locateLocal("data","korganizer")+"/"; |
200 | #endif | 200 | #endif |
201 | // addItemString("RemoteIP",&mRemoteIP, "192.168.0.65"); | 201 | // addItemString("RemoteIP",&mRemoteIP, "192.168.0.65"); |
202 | // addItemString("RemoteUser",&mRemoteUser, "zaurus"); | 202 | // addItemString("RemoteUser",&mRemoteUser, "zaurus"); |
203 | // addItemString("RemotePassWd",&mRemotePassWd, ""); | 203 | // addItemString("RemotePassWd",&mRemotePassWd, ""); |
204 | // addItemString("RemoteFile", &mRemoteFile, hdp+"mycalendar.ics"); | 204 | // addItemString("RemoteFile", &mRemoteFile, hdp+"mycalendar.ics"); |
205 | // addItemString("LocalTempFile",&mLocalTempFile, "/tmp/tempsyncfile.ics" ); | 205 | // addItemString("LocalTempFile",&mLocalTempFile, "/tmp/tempsyncfile.ics" ); |
206 | 206 | ||
207 | 207 | ||
208 | KPrefs::setCurrentGroup("LoadSaveFileNames"); | 208 | KPrefs::setCurrentGroup("LoadSaveFileNames"); |
209 | 209 | ||
210 | addItemString("LastImportFile", &mLastImportFile ,hdp +"import.ics" ); | 210 | addItemString("LastImportFile", &mLastImportFile ,hdp +"import.ics" ); |
211 | addItemString("LastVcalFile", &mLastVcalFile ,hdp +"export.vcs" ); | 211 | addItemString("LastVcalFile", &mLastVcalFile ,hdp +"export.vcs" ); |
212 | addItemString("LastSaveFile", &mLastSaveFile ,hdp +"mybackup.ics" ); | 212 | addItemString("LastSaveFile", &mLastSaveFile ,hdp +"mybackup.ics" ); |
213 | addItemString("LastLoadFile", &mLastLoadFile ,hdp +"mybackup.ics" ); | 213 | addItemString("LastLoadFile", &mLastLoadFile ,hdp +"mybackup.ics" ); |
214 | addItemString("LastSyncedLocalFile", &mLastSyncedLocalFile ,hdp +"lastsync.ics" ); | 214 | addItemString("LastSyncedLocalFile", &mLastSyncedLocalFile ,hdp +"lastsync.ics" ); |
215 | 215 | ||
216 | 216 | ||
217 | KPrefs::setCurrentGroup("Locale"); | 217 | KPrefs::setCurrentGroup("Locale"); |
218 | addItemInt("PreferredLanguage",&mPreferredLanguage,0); | 218 | addItemInt("PreferredLanguage",&mPreferredLanguage,0); |
219 | addItemInt("PreferredTime",&mPreferredTime,0); | 219 | addItemInt("PreferredTime",&mPreferredTime,0); |
220 | addItemInt("PreferredDate",&mPreferredDate,0); | 220 | addItemInt("PreferredDate",&mPreferredDate,0); |
221 | addItemBool("WeekStartsOnSunday",&mWeekStartsOnSunday,false); | 221 | addItemBool("WeekStartsOnSunday",&mWeekStartsOnSunday,false); |
222 | addItemBool("QuickSavingWOUnicode",&mUseQuicksave,false); | 222 | addItemBool("QuickSavingWOUnicode",&mUseQuicksave,false); |
223 | addItemBool("ShortDateInViewer",&mShortDateInViewer,false); | 223 | addItemBool("ShortDateInViewer",&mShortDateInViewer,false); |
224 | addItemString("UserDateFormatLong", &mUserDateFormatLong, "%A %d %b %y"); | 224 | addItemString("UserDateFormatLong", &mUserDateFormatLong, "%A %d %b %y"); |
225 | addItemString("UserDateFormatShort", &mUserDateFormatShort, "%aK %d.%m.%y"); | 225 | addItemString("UserDateFormatShort", &mUserDateFormatShort, "%aK %d.%m.%y"); |
226 | 226 | ||
227 | 227 | ||
228 | KPrefs::setCurrentGroup("Colors"); | 228 | KPrefs::setCurrentGroup("Colors"); |
229 | addItemColor("Holiday Color",&mHolidayColor,defaultHolidayColor); | 229 | addItemColor("Holiday Color",&mHolidayColor,defaultHolidayColor); |
230 | addItemColor("Highlight Color",&mHighlightColor,defaultHighlightColor); | 230 | addItemColor("Highlight Color",&mHighlightColor,defaultHighlightColor); |
231 | addItemColor("Event Color",&mEventColor,mDefaultCategoryColor); | 231 | addItemColor("Event Color",&mEventColor,mDefaultCategoryColor); |
232 | addItemColor("Agenda Background Color",&mAgendaBgColor,defaultAgendaBgColor); | 232 | addItemColor("Agenda Background Color",&mAgendaBgColor,defaultAgendaBgColor); |
233 | addItemColor("WorkingHours Color",&mWorkingHoursColor,defaultWorkingHoursColor); | 233 | addItemColor("WorkingHours Color",&mWorkingHoursColor,defaultWorkingHoursColor); |
234 | addItemColor("Todo due today Color",&mTodoDueTodayColor,defaultTodoDueTodayColor); | 234 | addItemColor("Todo due today Color",&mTodoDueTodayColor,defaultTodoDueTodayColor); |
235 | addItemColor("Todo overdue Color",&mTodoOverdueColor,defaultTodoOverdueColor); | 235 | addItemColor("Todo overdue Color",&mTodoOverdueColor,defaultTodoOverdueColor); |
236 | addItemColor("MonthViewEvenColor",&mMonthViewEvenColor,QColor( 160,160,255 )); | 236 | addItemColor("MonthViewEvenColor",&mMonthViewEvenColor,QColor( 160,160,255 )); |
237 | addItemColor("MonthViewOddColor",&mMonthViewOddColor,QColor( 160,255,160 )); | 237 | addItemColor("MonthViewOddColor",&mMonthViewOddColor,QColor( 160,255,160 )); |
238 | addItemColor("MonthViewHolidayColor",&mMonthViewHolidayColor,QColor( 255,160,160 )); | 238 | addItemColor("MonthViewHolidayColor",&mMonthViewHolidayColor,QColor( 255,160,160 )); |
239 | addItemBool("MonthViewUsesDayColors",&mMonthViewUsesDayColors,true); | 239 | addItemBool("MonthViewUsesDayColors",&mMonthViewUsesDayColors,true); |
240 | addItemBool("MonthViewSatSunTog",&mMonthViewSatSunTog,true); | 240 | addItemBool("MonthViewSatSunTog",&mMonthViewSatSunTog,true); |
241 | addItemBool("HightlightDateTimeEdit",&mHightlightDateTimeEdit,false); | 241 | addItemBool("HightlightDateTimeEdit",&mHightlightDateTimeEdit,false); |
242 | addItemColor("AppColor1",&mAppColor1,QColor( 130,170,255 )); | 242 | addItemColor("AppColor1",&mAppColor1,QColor( 130,170,255 )); |
243 | addItemColor("AppColor2",&mAppColor2,QColor( 174,216,255 )); | 243 | addItemColor("AppColor2",&mAppColor2,QColor( 174,216,255 )); |
244 | addItemBool("UseAppColors",&mUseAppColors,false); | 244 | addItemBool("UseAppColors",&mUseAppColors,false); |
245 | 245 | ||
246 | 246 | ||
247 | 247 | ||
248 | KPrefs::setCurrentGroup("Views"); | 248 | KPrefs::setCurrentGroup("Views"); |
249 | addItemInt("Hour Size",&mHourSize,8); | 249 | addItemInt("Hour Size",&mHourSize,8); |
250 | addItemBool("Show Daily Recurrences",&mDailyRecur,true); | 250 | addItemBool("Show Daily Recurrences",&mDailyRecur,true); |
251 | addItemBool("Show Weekly Recurrences",&mWeeklyRecur,true); | 251 | addItemBool("Show Weekly Recurrences",&mWeeklyRecur,true); |
252 | addItemBool("Show Month Daily Recurrences",&mMonthDailyRecur,true); | 252 | addItemBool("Show Month Daily Recurrences",&mMonthDailyRecur,true); |
253 | addItemBool("Show Month Weekly Recurrences",&mMonthWeeklyRecur,true); | 253 | addItemBool("Show Month Weekly Recurrences",&mMonthWeeklyRecur,true); |
254 | addItemBool("ShowShortMonthName",&mMonthShowShort,false); | 254 | addItemBool("ShowShortMonthName",&mMonthShowShort,false); |
255 | addItemBool("ShowIconsInMonthCell",&mMonthShowIcons,true); | 255 | addItemBool("ShowIconsInMonthCell",&mMonthShowIcons,true); |
256 | addItemBool("Enable ToolTips",&mEnableToolTips,false); | 256 | addItemBool("Enable ToolTips",&mEnableToolTips,false); |
257 | addItemBool("Enable MonthView ScrollBars",&mEnableMonthScroll,false); | 257 | addItemBool("Enable MonthView ScrollBars",&mEnableMonthScroll,false); |
258 | addItemBool("Marcus Bains shows seconds",&mMarcusBainsShowSeconds,false); | 258 | addItemBool("Marcus Bains shows seconds",&mMarcusBainsShowSeconds,false); |
259 | addItemBool("Show Marcus Bains",&mMarcusBainsEnabled,true); | 259 | addItemBool("Show Marcus Bains",&mMarcusBainsEnabled,true); |
260 | addItemBool("EditOnDoubleClick",&mEditOnDoubleClick,true); | 260 | addItemBool("EditOnDoubleClick",&mEditOnDoubleClick,true); |
261 | addItemBool("ViewChangeHoldFullscreen",&mViewChangeHoldFullscreen,false); | 261 | addItemBool("ViewChangeHoldFullscreen",&mViewChangeHoldFullscreen,false); |
262 | addItemBool("ViewChangeHoldNonFullscreen",&mViewChangeHoldNonFullscreen,false); | 262 | addItemBool("ViewChangeHoldNonFullscreen",&mViewChangeHoldNonFullscreen,false); |
263 | addItemBool("CenterOnCurrentTime",&mCenterOnCurrentTime,false); | 263 | addItemBool("CenterOnCurrentTime",&mCenterOnCurrentTime,false); |
264 | addItemBool("SetTimeToDayStartAt",&mSetTimeToDayStartAt,true); | 264 | addItemBool("SetTimeToDayStartAt",&mSetTimeToDayStartAt,true); |
265 | addItemBool("HighlightCurrentDay",&mHighlightCurrentDay,true); | 265 | addItemBool("HighlightCurrentDay",&mHighlightCurrentDay,true); |
266 | addItemBool("WNViewShowsParents",&mWNViewShowsParents,true); | 266 | addItemBool("WNViewShowsParents",&mWNViewShowsParents,true); |
267 | addItemBool("WNViewShowLocation",&mWNViewShowLocation,false); | 267 | addItemBool("WNViewShowLocation",&mWNViewShowLocation,false); |
268 | addItemBool("UseHighlightLightColor",&mUseHighlightLightColor,false); | 268 | addItemBool("UseHighlightLightColor",&mUseHighlightLightColor,false); |
269 | addItemBool("ListViewMonthTimespan",&mListViewMonthTimespan,true); | 269 | addItemBool("ListViewMonthTimespan",&mListViewMonthTimespan,true); |
270 | addItemBool("TodoViewUsesCatColors",&mTodoViewUsesCatColors,false); | 270 | addItemBool("TodoViewUsesCatColors",&mTodoViewUsesCatColors,false); |
271 | addItemBool("TodoViewShowsPercentage",&mTodoViewShowsPercentage,false); | 271 | addItemBool("TodoViewShowsPercentage",&mTodoViewShowsPercentage,false); |
272 | addItemBool("TodoViewUsesSmallFont",&mTodoViewUsesSmallFont,false); | 272 | addItemBool("TodoViewUsesSmallFont",&mTodoViewUsesSmallFont,false); |
273 | addItemBool("TodoViewUsesForegroundColor",&mTodoViewUsesForegroundColor,false); | 273 | addItemBool("TodoViewUsesForegroundColor",&mTodoViewUsesForegroundColor,false); |
274 | addItemBool("MonthViewUsesForegroundColor",&mMonthViewUsesForegroundColor,false); | 274 | addItemBool("MonthViewUsesForegroundColor",&mMonthViewUsesForegroundColor,false); |
275 | #ifdef DESKTOP_VERSION | 275 | #ifdef DESKTOP_VERSION |
276 | addItemBool("UseInternalAlarmNotification",&mUseInternalAlarmNotification,true); | 276 | addItemBool("UseInternalAlarmNotification",&mUseInternalAlarmNotification,true); |
277 | #else | 277 | #else |
278 | addItemBool("UseInternalAlarmNotification",&mUseInternalAlarmNotification,false); | 278 | addItemBool("UseInternalAlarmNotification",&mUseInternalAlarmNotification,false); |
279 | #endif | 279 | #endif |
280 | addItemInt("Day Begins",&mDayBegins,7); | 280 | addItemInt("Day Begins",&mDayBegins,7); |
281 | addItemInt("Working Hours Start",&mWorkingHoursStart,8); | 281 | addItemInt("Working Hours Start",&mWorkingHoursStart,8); |
282 | addItemInt("Working Hours End",&mWorkingHoursEnd,17); | 282 | addItemInt("Working Hours End",&mWorkingHoursEnd,17); |
283 | addItemBool("Exclude Holidays",&mExcludeHolidays,true); | 283 | addItemBool("Exclude Holidays",&mExcludeHolidays,true); |
284 | addItemBool("Exclude Saturdays",&mExcludeSaturdays,true); | 284 | addItemBool("Exclude Saturdays",&mExcludeSaturdays,true); |
285 | 285 | ||
286 | addItemBool("Month View Uses Category Color",&mMonthViewUsesCategoryColor,false); | 286 | addItemBool("Month View Uses Category Color",&mMonthViewUsesCategoryColor,false); |
287 | addItemBool("Full View Month",&mFullViewMonth,true); | 287 | addItemBool("Full View Month",&mFullViewMonth,true); |
288 | addItemBool("Full View Todo",&mFullViewTodo,true); | 288 | addItemBool("Full View Todo",&mFullViewTodo,true); |
289 | addItemBool("Quick Todo",&mEnableQuickTodo,false); | 289 | addItemBool("Quick Todo",&mEnableQuickTodo,false); |
290 | 290 | ||
291 | addItemInt("Next X Days",&mNextXDays,3); | 291 | addItemInt("Next X Days",&mNextXDays,3); |
292 | 292 | ||
293 | KPrefs::setCurrentGroup("Printer"); | 293 | KPrefs::setCurrentGroup("Printer"); |
294 | 294 | ||
295 | KPrefs::setCurrentGroup("Layout"); | 295 | KPrefs::setCurrentGroup("Layout"); |
296 | 296 | ||
297 | addItemBool("CompactDialogs",&mCompactDialogs,false); | 297 | addItemBool("CompactDialogs",&mCompactDialogs,false); |
298 | addItemBool("VerticalScreen",&mVerticalScreen,true); | 298 | addItemBool("VerticalScreen",&mVerticalScreen,true); |
299 | 299 | ||
300 | KPrefs::setCurrentGroup("KOrganizer Plugins"); | 300 | KPrefs::setCurrentGroup("KOrganizer Plugins"); |
301 | 301 | ||
302 | addItemStringList("SelectedPlugins",&mSelectedPlugins,"holidays"); | 302 | addItemStringList("SelectedPlugins",&mSelectedPlugins,"holidays"); |
303 | 303 | ||
304 | KPrefs::setCurrentGroup("Group Scheduling"); | 304 | KPrefs::setCurrentGroup("Group Scheduling"); |
305 | 305 | ||
306 | addItemInt("IMIPScheduler",&mIMIPScheduler,IMIPKMail); | 306 | addItemInt("IMIPScheduler",&mIMIPScheduler,IMIPKMail); |
307 | addItemInt("IMIPSend",&mIMIPSend,IMIPdirectsend); | 307 | addItemInt("IMIPSend",&mIMIPSend,IMIPdirectsend); |
308 | addItemStringList("AdditionalMails",&mAdditionalMails,""); | 308 | addItemStringList("AdditionalMails",&mAdditionalMails,""); |
309 | addItemInt("IMIP auto refresh",&mIMIPAutoRefresh,neverAuto); | 309 | addItemInt("IMIP auto refresh",&mIMIPAutoRefresh,neverAuto); |
310 | addItemInt("IMIP auto insert request",&mIMIPAutoInsertRequest,neverAuto); | 310 | addItemInt("IMIP auto insert request",&mIMIPAutoInsertRequest,neverAuto); |
311 | addItemInt("IMIP auto insert reply",&mIMIPAutoInsertReply,neverAuto); | 311 | addItemInt("IMIP auto insert reply",&mIMIPAutoInsertReply,neverAuto); |
312 | addItemInt("IMIP auto FreeBusy",&mIMIPAutoFreeBusy,neverAuto); | 312 | addItemInt("IMIP auto FreeBusy",&mIMIPAutoFreeBusy,neverAuto); |
313 | addItemInt("IMIP auto save FreeBusy",&mIMIPAutoFreeBusyReply,neverAuto); | 313 | addItemInt("IMIP auto save FreeBusy",&mIMIPAutoFreeBusyReply,neverAuto); |
314 | 314 | ||
315 | KPrefs::setCurrentGroup( "Editors" ); | 315 | KPrefs::setCurrentGroup( "Editors" ); |
316 | 316 | ||
317 | addItemStringList( "EventTemplates", &mEventTemplates ); | 317 | addItemStringList( "EventTemplates", &mEventTemplates ); |
318 | addItemStringList( "TodoTemplates", &mTodoTemplates ); | 318 | addItemStringList( "TodoTemplates", &mTodoTemplates ); |
319 | 319 | ||
320 | addItemInt("DestinationPolicy",&mDestination,standardDestination); | 320 | addItemInt("DestinationPolicy",&mDestination,standardDestination); |
321 | 321 | ||
322 | 322 | ||
323 | 323 | ||
324 | } | 324 | } |
325 | 325 | ||
326 | 326 | ||
327 | KOPrefs::~KOPrefs() | 327 | KOPrefs::~KOPrefs() |
328 | { | 328 | { |
329 | if (mInstance == this) | 329 | if (mInstance == this) |
330 | mInstance = insd.setObject(0); | 330 | mInstance = insd.setObject(0); |
331 | setLocaleDict( 0 ); | 331 | setLocaleDict( 0 ); |
332 | if ( mLocaleDict ) | 332 | if ( mLocaleDict ) |
333 | delete mLocaleDict; | 333 | delete mLocaleDict; |
334 | //qDebug("KOPrefs::~KOPrefs() "); | 334 | //qDebug("KOPrefs::~KOPrefs() "); |
335 | } | 335 | } |
336 | 336 | ||
337 | 337 | ||
338 | KOPrefs *KOPrefs::instance() | 338 | KOPrefs *KOPrefs::instance() |
339 | { | 339 | { |
340 | if (!mInstance) { | 340 | if (!mInstance) { |
341 | mInstance = insd.setObject(new KOPrefs()); | 341 | mInstance = insd.setObject(new KOPrefs()); |
342 | mInstance->readConfig(); | 342 | mInstance->readConfig(); |
343 | } | 343 | } |
344 | 344 | ||
345 | return mInstance; | 345 | return mInstance; |
346 | } | 346 | } |
347 | 347 | ||
348 | void KOPrefs::usrSetDefaults() | 348 | void KOPrefs::usrSetDefaults() |
349 | { | 349 | { |
350 | 350 | ||
351 | } | 351 | } |
352 | 352 | ||
353 | void KOPrefs::fillMailDefaults() | 353 | void KOPrefs::fillMailDefaults() |
354 | { | 354 | { |
355 | if (mName.isEmpty()) mName = i18n("Anonymous"); | 355 | if (mName.isEmpty()) mName = i18n("Anonymous"); |
356 | if (mEmail.isEmpty()) mEmail = i18n("nobody@nowhere"); | 356 | if (mEmail.isEmpty()) mEmail = i18n("nobody@nowhere"); |
357 | } | 357 | } |
358 | 358 | ||
359 | void KOPrefs::setTimeZoneIdDefault() | 359 | void KOPrefs::setTimeZoneIdDefault() |
360 | { | 360 | { |
361 | mTimeZoneId = i18n("+01:00 Europe/Oslo(CET)"); | 361 | mTimeZoneId = i18n("+01:00 Europe/Oslo(CET)"); |
362 | } | 362 | } |
363 | 363 | ||
364 | void KOPrefs::setCategoryDefaults() | 364 | void KOPrefs::setCategoryDefaults() |
365 | { | 365 | { |
366 | mCustomCategories.clear(); | 366 | mCustomCategories.clear(); |
367 | mCustomCategories = getDefaultList(); | 367 | mCustomCategories = getDefaultList(); |
368 | 368 | ||
369 | QStringList::Iterator it; | 369 | QStringList::Iterator it; |
370 | for (it = mCustomCategories.begin();it != mCustomCategories.end();++it ) { | 370 | for (it = mCustomCategories.begin();it != mCustomCategories.end();++it ) { |
371 | setCategoryColor(*it,mDefaultCategoryColor); | 371 | setCategoryColor(*it,mDefaultCategoryColor); |
372 | } | 372 | } |
373 | } | 373 | } |
374 | 374 | ||
375 | QStringList KOPrefs::getDefaultList() | 375 | QStringList KOPrefs::getDefaultList() |
376 | { | 376 | { |
377 | QStringList retval ; | 377 | QStringList retval ; |
378 | retval << i18n("Anniversary") << i18n("Appointment") << i18n("Birthday") << i18n("Business") << i18n("Business Travel") << i18n("Cinema") << i18n("Customer") | 378 | retval << i18n("Anniversary") << i18n("Appointment") << i18n("Birthday") << i18n("Business") << i18n("Business Travel") << i18n("Cinema") << i18n("Customer") |
379 | << i18n("Break")<< i18n("Breakfast")<< i18n("Competition")<< i18n("Dinner") | 379 | << i18n("Break")<< i18n("Breakfast")<< i18n("Competition")<< i18n("Dinner") |
380 | << i18n("Education")<< i18n("Family") << i18n("Favorites") << i18n("Festival")<< i18n("Fishing")<< i18n("Flight") << i18n("Gifts") | 380 | << i18n("Education")<< i18n("Family") << i18n("Favorites") << i18n("Festival")<< i18n("Fishing")<< i18n("Flight") << i18n("Gifts") |
381 | << i18n("Holiday") << i18n("Holiday Cards")<< i18n("Hot Contacts") << i18n("Hiking") << i18n("Hunting") << i18n("Key Customer") << i18n("Kids") | 381 | << i18n("Holiday") << i18n("Holiday Cards")<< i18n("Hot Contacts") << i18n("Hiking") << i18n("Hunting") << i18n("Key Customer") << i18n("Kids") |
382 | << i18n("Lunch") << i18n("Meeting") << i18n("Miscellaneous") << i18n("Partner")<< i18n("Party") << i18n("Personal") << i18n("Personal Travel") | 382 | << i18n("Lunch") << i18n("Meeting") << i18n("Miscellaneous") << i18n("Partner")<< i18n("Party") << i18n("Personal") << i18n("Personal Travel") |
383 | << i18n("PHB") << i18n("Phone Calls") << i18n("Projects") << i18n("Recurring") << i18n("School") << i18n("Shopping") | 383 | << i18n("PHB") << i18n("Phone Calls") << i18n("Projects") << i18n("Recurring") << i18n("School") << i18n("Shopping") |
384 | << i18n("Speach") << i18n("Special Occasion") << i18n("Sports") << i18n("Talk") << i18n("Travel") << i18n("TV")<< i18n("University") | 384 | << i18n("Speach") << i18n("Special Occasion") << i18n("Sports") << i18n("Talk") << i18n("Travel") << i18n("TV")<< i18n("University") |
385 | << i18n("Vacation") << i18n("VIP") << i18n("SyncEvent") ; | 385 | << i18n("Vacation") << i18n("VIP") << i18n("SyncEvent") ; |
386 | retval.sort(); | 386 | retval.sort(); |
387 | return retval; | 387 | return retval; |
388 | } | 388 | } |
389 | 389 | ||
390 | void KOPrefs::usrReadConfig() | 390 | void KOPrefs::usrReadConfig() |
391 | { | 391 | { |
392 | mLocaleDict = 0; | 392 | mLocaleDict = 0; |
393 | // pending LR fix translation | 393 | // pending LR fix translation |
394 | // qDebug("KOPrefs::usrReadConfig() fix translation "); | 394 | // qDebug("KOPrefs::usrReadConfig() fix translation "); |
395 | if ( mPreferredLanguage == 1 ) { | 395 | if ( mPreferredLanguage == 1 ) { |
396 | mLocaleDict = new QDict<QString>; | 396 | mLocaleDict = new QDict<QString>; |
397 | int i = 0; | 397 | int i = 0; |
398 | QString fw ( germanwords[i] [0]); | 398 | QString fw ( germanwords[i] [0]); |
399 | while ( !fw.isEmpty() ) { | 399 | while ( !fw.isEmpty() ) { |
400 | mLocaleDict->insert( fw, new QString (germanwords[i] [1] )); | 400 | mLocaleDict->insert( fw, new QString (germanwords[i] [1] )); |
401 | ++i; | 401 | ++i; |
402 | fw = germanwords[i] [0]; | 402 | fw = germanwords[i] [0]; |
403 | } | 403 | } |
404 | 404 | ||
405 | setLocaleDict( mLocaleDict ); | 405 | setLocaleDict( mLocaleDict ); |
406 | } | 406 | } else { |
407 | if ( mPreferredLanguage == 3 ) { | 407 | QString fileName ; |
408 | QString fileName = MainWindow::resourcePath()+"usertranslation.txt"; | 408 | if ( mPreferredLanguage == 3 ) |
409 | fileName = MainWindow::resourcePath()+"usertranslation.txt"; | ||
410 | else if ( mPreferredLanguage == 2 ) | ||
411 | fileName = MainWindow::resourcePath()+"frenchtranslation.txt"; | ||
412 | else return; | ||
409 | QFile file( fileName ); | 413 | QFile file( fileName ); |
410 | if (file.open( IO_ReadOnly ) ) { | 414 | if (file.open( IO_ReadOnly ) ) { |
411 | QTextStream ts( &file ); | 415 | QTextStream ts( &file ); |
412 | ts.setCodec( QTextCodec::codecForLocale() ); | 416 | ts.setCodec( QTextCodec::codecForLocale() ); |
413 | QString text = ts.read(); | 417 | QString text = ts.read(); |
414 | file.close(); | 418 | file.close(); |
415 | 419 | text.replace( QRegExp("\\\\n"), "\n" ); | |
416 | QString line; | 420 | QString line; |
417 | QString we; | 421 | QString we; |
418 | QString wt; | 422 | QString wt; |
419 | int br = 0; | 423 | int br = 0; |
420 | int nbr; | 424 | int nbr; |
421 | nbr = text.find ( "},", br ); | 425 | nbr = text.find ( "},", br ); |
422 | line = text.mid( br, nbr - br ); | 426 | line = text.mid( br, nbr - br ); |
423 | br = nbr+1; | 427 | br = nbr+1; |
424 | int se, ee, st, et; | 428 | int se, ee, st, et; |
425 | mLocaleDict = new QDict<QString>; | 429 | mLocaleDict = new QDict<QString>; |
426 | QString end = "{ \"\",\"\" }"; | 430 | QString end = "{ \"\",\"\" }"; |
427 | while ( (line != end) && (br > 1) ) { | 431 | while ( (line != end) && (br > 1) ) { |
428 | //qDebug("%d *%s* ", br, line.latin1()); | 432 | //qDebug("%d *%s* ", br, line.latin1()); |
429 | se = line.find("\"")+1; | 433 | se = line.find("\"")+1; |
430 | et = line.findRev("\"",-1); | 434 | et = line.findRev("\"",-1); |
431 | ee = line.find("\",\""); | 435 | ee = line.find("\",\""); |
432 | st = ee+3; | 436 | st = ee+3; |
433 | we = line.mid( se, ee-se ); | 437 | we = line.mid( se, ee-se ); |
434 | wt = line.mid( st, et-st ); | 438 | wt = line.mid( st, et-st ); |
435 | //qDebug("*%s* *%s* ", we.latin1(), wt.latin1()); | 439 | //qDebug("*%s* *%s* ", we.latin1(), wt.latin1()); |
436 | mLocaleDict->insert( we, new QString (wt) ); | 440 | mLocaleDict->insert( we, new QString (wt) ); |
437 | nbr = text.find ( "}", br ); | 441 | nbr = text.find ( "}", br ); |
438 | line = text.mid( br, nbr - br ); | 442 | line = text.mid( br, nbr - br ); |
439 | br = nbr+1; | 443 | br = nbr+1; |
440 | } | 444 | } |
441 | //qDebug("end *%s* ", end.latin1()); | 445 | //qDebug("end *%s* ", end.latin1()); |
442 | 446 | ||
443 | setLocaleDict( mLocaleDict ); | 447 | setLocaleDict( mLocaleDict ); |
444 | } else { | 448 | } else { |
445 | qDebug("KO: Cannot find translation file usertranslation.txt"); | 449 | qDebug("KO: Cannot find translation file %s",fileName.latin1() ); |
446 | } | 450 | } |
447 | } | 451 | |
452 | } | ||
448 | config()->setGroup("General"); | 453 | config()->setGroup("General"); |
449 | 454 | ||
450 | mCustomCategories = config()->readListEntry("Custom Categories"); | 455 | mCustomCategories = config()->readListEntry("Custom Categories"); |
451 | if ( KOPrefs::instance()->mLanguageChanged ) { | 456 | if ( KOPrefs::instance()->mLanguageChanged ) { |
452 | mLocationDefaults.clear(); | 457 | mLocationDefaults.clear(); |
453 | mEventSummaryUser.clear(); | 458 | mEventSummaryUser.clear(); |
454 | mTodoSummaryUser.clear(); | 459 | mTodoSummaryUser.clear(); |
455 | } | 460 | } |
456 | if (mLocationDefaults.isEmpty()) { | 461 | if (mLocationDefaults.isEmpty()) { |
457 | mLocationDefaults << i18n("Home") << i18n("Office") << i18n("Libary") << i18n("School") << i18n("Doctor") << i18n("Beach") | 462 | mLocationDefaults << i18n("Home") << i18n("Office") << i18n("Libary") << i18n("School") << i18n("Doctor") << i18n("Beach") |
458 | << i18n("University") << i18n("Restaurant") << i18n("Bar") << i18n("Conference room") << i18n("Cinema") << i18n("Lake") << i18n("Kindergarden") | 463 | << i18n("University") << i18n("Restaurant") << i18n("Bar") << i18n("Conference room") << i18n("Cinema") << i18n("Lake") << i18n("Kindergarden") |
459 | << i18n("Germany") << i18n("Sweden") << i18n("Forest") << i18n("Desert") << i18n("Kitchen") ; | 464 | << i18n("Germany") << i18n("Sweden") << i18n("Forest") << i18n("Desert") << i18n("Kitchen") ; |
460 | // << i18n("") << i18n("") << i18n("") << i18n("") << i18n("") << i18n("") << i18n("") << i18n("") | 465 | // << i18n("") << i18n("") << i18n("") << i18n("") << i18n("") << i18n("") << i18n("") << i18n("") |
461 | mLocationDefaults.sort(); | 466 | mLocationDefaults.sort(); |
462 | } | 467 | } |
463 | 468 | ||
464 | if (mEventSummaryUser.isEmpty()) { | 469 | if (mEventSummaryUser.isEmpty()) { |
465 | mEventSummaryUser = getDefaultList() ; | 470 | mEventSummaryUser = getDefaultList() ; |
466 | } | 471 | } |
467 | if (mTodoSummaryUser.isEmpty()) { | 472 | if (mTodoSummaryUser.isEmpty()) { |
468 | mTodoSummaryUser = getDefaultList() ; | 473 | mTodoSummaryUser = getDefaultList() ; |
469 | } | 474 | } |
470 | 475 | ||
471 | if (mCustomCategories.isEmpty()) setCategoryDefaults(); | 476 | if (mCustomCategories.isEmpty()) setCategoryDefaults(); |
472 | 477 | ||
473 | config()->setGroup("Personal Settings"); | 478 | config()->setGroup("Personal Settings"); |
474 | mName = config()->readEntry("user_name",""); | 479 | mName = config()->readEntry("user_name",""); |
475 | mEmail = config()->readEntry("user_email",""); | 480 | mEmail = config()->readEntry("user_email",""); |
476 | fillMailDefaults(); | 481 | fillMailDefaults(); |
477 | 482 | ||
478 | config()->setGroup("Category Colors"); | 483 | config()->setGroup("Category Colors"); |
479 | QStringList::Iterator it; | 484 | QStringList::Iterator it; |
480 | for (it = mCustomCategories.begin();it != mCustomCategories.end();++it ) { | 485 | for (it = mCustomCategories.begin();it != mCustomCategories.end();++it ) { |
481 | setCategoryColor(*it,config()->readColorEntry(*it,&mDefaultCategoryColor)); | 486 | setCategoryColor(*it,config()->readColorEntry(*it,&mDefaultCategoryColor)); |
482 | 487 | ||
483 | } | 488 | } |
484 | 489 | ||
485 | if (mTimeZoneId.isEmpty()) { | 490 | if (mTimeZoneId.isEmpty()) { |
486 | setTimeZoneIdDefault(); | 491 | setTimeZoneIdDefault(); |
487 | } | 492 | } |
488 | KPimPrefs::usrReadConfig(); | 493 | KPimPrefs::usrReadConfig(); |
489 | } | 494 | } |
490 | 495 | ||
491 | 496 | ||
492 | void KOPrefs::usrWriteConfig() | 497 | void KOPrefs::usrWriteConfig() |
493 | { | 498 | { |
494 | config()->setGroup("General"); | 499 | config()->setGroup("General"); |
495 | config()->writeEntry("Custom Categories",mCustomCategories); | 500 | config()->writeEntry("Custom Categories",mCustomCategories); |
496 | 501 | ||
497 | config()->setGroup("Personal Settings"); | 502 | config()->setGroup("Personal Settings"); |
498 | config()->writeEntry("user_name",mName); | 503 | config()->writeEntry("user_name",mName); |
499 | config()->writeEntry("user_email",mEmail); | 504 | config()->writeEntry("user_email",mEmail); |
500 | 505 | ||
501 | config()->setGroup("Category Colors"); | 506 | config()->setGroup("Category Colors"); |
502 | QDictIterator<QColor> it(mCategoryColors); | 507 | QDictIterator<QColor> it(mCategoryColors); |
503 | while (it.current()) { | 508 | while (it.current()) { |
504 | config()->writeEntry(it.currentKey(),*(it.current())); | 509 | config()->writeEntry(it.currentKey(),*(it.current())); |
505 | ++it; | 510 | ++it; |
506 | } | 511 | } |
507 | 512 | ||
508 | 513 | ||
509 | KPimPrefs::usrWriteConfig(); | 514 | KPimPrefs::usrWriteConfig(); |
510 | } | 515 | } |
511 | 516 | ||
512 | void KOPrefs::setCategoryColor(QString cat,const QColor & color) | 517 | void KOPrefs::setCategoryColor(QString cat,const QColor & color) |
513 | { | 518 | { |
514 | mCategoryColors.replace(cat,new QColor(color)); | 519 | mCategoryColors.replace(cat,new QColor(color)); |
515 | } | 520 | } |
516 | 521 | ||
517 | QColor *KOPrefs::categoryColor(QString cat) | 522 | QColor *KOPrefs::categoryColor(QString cat) |
518 | { | 523 | { |
519 | QColor *color = 0; | 524 | QColor *color = 0; |
520 | 525 | ||
521 | if (!cat.isEmpty()) color = mCategoryColors[cat]; | 526 | if (!cat.isEmpty()) color = mCategoryColors[cat]; |
522 | 527 | ||
523 | if (color) return color; | 528 | if (color) return color; |
524 | else return &mDefaultCategoryColor; | 529 | else return &mDefaultCategoryColor; |
525 | } | 530 | } |
526 | 531 | ||
527 | void KOPrefs::setFullName(const QString &name) | 532 | void KOPrefs::setFullName(const QString &name) |
528 | { | 533 | { |
529 | mName = name; | 534 | mName = name; |
530 | } | 535 | } |
531 | 536 | ||
532 | void KOPrefs::setEmail(const QString &email) | 537 | void KOPrefs::setEmail(const QString &email) |
533 | { | 538 | { |
534 | //qDebug(" KOPrefs::setEmai*********** %s",email.latin1() ); | 539 | //qDebug(" KOPrefs::setEmai*********** %s",email.latin1() ); |
535 | mEmail = email; | 540 | mEmail = email; |
536 | } | 541 | } |
537 | 542 | ||
538 | QString KOPrefs::fullName() | 543 | QString KOPrefs::fullName() |
539 | { | 544 | { |
540 | if (mEmailControlCenter) { | 545 | if (mEmailControlCenter) { |
541 | KEMailSettings settings; | 546 | KEMailSettings settings; |
542 | return settings.getSetting(KEMailSettings::RealName); | 547 | return settings.getSetting(KEMailSettings::RealName); |
543 | } else { | 548 | } else { |
544 | return mName; | 549 | return mName; |
545 | } | 550 | } |
546 | } | 551 | } |
547 | 552 | ||
548 | QString KOPrefs::email() | 553 | QString KOPrefs::email() |
549 | { | 554 | { |
550 | if (mEmailControlCenter) { | 555 | if (mEmailControlCenter) { |
551 | KEMailSettings settings; | 556 | KEMailSettings settings; |
552 | return settings.getSetting(KEMailSettings::EmailAddress); | 557 | return settings.getSetting(KEMailSettings::EmailAddress); |
553 | } else { | 558 | } else { |
554 | return mEmail; | 559 | return mEmail; |
555 | } | 560 | } |
556 | } | 561 | } |
557 | KConfig* KOPrefs::getConfig() | 562 | KConfig* KOPrefs::getConfig() |
558 | { | 563 | { |
559 | return config(); | 564 | return config(); |
560 | } | 565 | } |
diff --git a/korganizer/koprefsdialog.cpp b/korganizer/koprefsdialog.cpp index da6644f..5ba4817 100644 --- a/korganizer/koprefsdialog.cpp +++ b/korganizer/koprefsdialog.cpp | |||
@@ -1,1609 +1,1609 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of KOrganizer. | 2 | This file is part of KOrganizer. |
3 | Copyright (c) 2000,2001 Cornelius Schumacher <schumacher@kde.org> | 3 | Copyright (c) 2000,2001 Cornelius Schumacher <schumacher@kde.org> |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
7 | the Free Software Foundation; either version 2 of the License, or | 7 | the Free Software Foundation; either version 2 of the License, or |
8 | (at your option) any later version. | 8 | (at your option) any later version. |
9 | 9 | ||
10 | This program is distributed in the hope that it will be useful, | 10 | This program is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
13 | GNU General Public License for more details. | 13 | GNU General Public License for more details. |
14 | 14 | ||
15 | You should have received a copy of the GNU General Public License | 15 | You should have received a copy of the GNU General Public License |
16 | along with this program; if not, write to the Free Software | 16 | along with this program; if not, write to the Free Software |
17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 17 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
18 | 18 | ||
19 | As a special exception, permission is given to link this program | 19 | As a special exception, permission is given to link this program |
20 | with any edition of Qt, and distribute the resulting executable, | 20 | with any edition of Qt, and distribute the resulting executable, |
21 | without including the source code for Qt in the source distribution. | 21 | without including the source code for Qt in the source distribution. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include <qlayout.h> | 24 | #include <qlayout.h> |
25 | #include <qlabel.h> | 25 | #include <qlabel.h> |
26 | #include <qgroupbox.h> | 26 | #include <qgroupbox.h> |
27 | #include <qbuttongroup.h> | 27 | #include <qbuttongroup.h> |
28 | #include <qlineedit.h> | 28 | #include <qlineedit.h> |
29 | #include <qfont.h> | 29 | #include <qfont.h> |
30 | #include <qslider.h> | 30 | #include <qslider.h> |
31 | #include <qfile.h> | 31 | #include <qfile.h> |
32 | #include <qtextstream.h> | 32 | #include <qtextstream.h> |
33 | #include <qcombobox.h> | 33 | #include <qcombobox.h> |
34 | #include <qvbox.h> | 34 | #include <qvbox.h> |
35 | #include <qhbox.h> | 35 | #include <qhbox.h> |
36 | #include <qregexp.h> | 36 | #include <qregexp.h> |
37 | #include <qspinbox.h> | 37 | #include <qspinbox.h> |
38 | #include <qdatetime.h> | 38 | #include <qdatetime.h> |
39 | #include <qcheckbox.h> | 39 | #include <qcheckbox.h> |
40 | #include <qradiobutton.h> | 40 | #include <qradiobutton.h> |
41 | #include <qpushbutton.h> | 41 | #include <qpushbutton.h> |
42 | #include <qstrlist.h> | 42 | #include <qstrlist.h> |
43 | #include <qapplication.h> | 43 | #include <qapplication.h> |
44 | 44 | ||
45 | #include <kcolorbutton.h> | 45 | #include <kcolorbutton.h> |
46 | #include <kdebug.h> | 46 | #include <kdebug.h> |
47 | #include <klocale.h> | 47 | #include <klocale.h> |
48 | #include <kglobal.h> | 48 | #include <kglobal.h> |
49 | #include <kfontdialog.h> | 49 | #include <kfontdialog.h> |
50 | #include <kfiledialog.h> | 50 | #include <kfiledialog.h> |
51 | #include <kmessagebox.h> | 51 | #include <kmessagebox.h> |
52 | #include <kcolordialog.h> | 52 | #include <kcolordialog.h> |
53 | #include <kiconloader.h> | 53 | #include <kiconloader.h> |
54 | #include <kemailsettings.h> | 54 | #include <kemailsettings.h> |
55 | #include <kstandarddirs.h> | 55 | #include <kstandarddirs.h> |
56 | 56 | ||
57 | #include <kurlrequester.h> | 57 | #include <kurlrequester.h> |
58 | #include <klineedit.h> | 58 | #include <klineedit.h> |
59 | 59 | ||
60 | #if defined(USE_SOLARIS) | 60 | #if defined(USE_SOLARIS) |
61 | #include <sys/param.h> | 61 | #include <sys/param.h> |
62 | 62 | ||
63 | #define ZONEINFODIR "/usr/share/lib/zoneinfo" | 63 | #define ZONEINFODIR "/usr/share/lib/zoneinfo" |
64 | #define INITFILE "/etc/default/init" | 64 | #define INITFILE "/etc/default/init" |
65 | #endif | 65 | #endif |
66 | 66 | ||
67 | #include "koprefs.h" | 67 | #include "koprefs.h" |
68 | 68 | ||
69 | #include "koprefsdialog.h" | 69 | #include "koprefsdialog.h" |
70 | 70 | ||
71 | 71 | ||
72 | KOPrefsDialog::KOPrefsDialog(QWidget *parent, char *name, bool modal) : | 72 | KOPrefsDialog::KOPrefsDialog(QWidget *parent, char *name, bool modal) : |
73 | KPrefsDialog(KOPrefs::instance(),parent,name,true) | 73 | KPrefsDialog(KOPrefs::instance(),parent,name,true) |
74 | { | 74 | { |
75 | 75 | ||
76 | setCaption( i18n("Preferences - some settings need a restart (nr)")); | 76 | setCaption( i18n("Preferences - some settings need a restart (nr)")); |
77 | mCategoryDict.setAutoDelete(true); | 77 | mCategoryDict.setAutoDelete(true); |
78 | 78 | ||
79 | KGlobal::locale()->insertCatalogue("timezones"); | 79 | KGlobal::locale()->insertCatalogue("timezones"); |
80 | 80 | ||
81 | setupMainTab(); | 81 | setupMainTab(); |
82 | setupLocaleTab(); | 82 | setupLocaleTab(); |
83 | setupTimeZoneTab(); | 83 | setupTimeZoneTab(); |
84 | setupTimeTab(); | 84 | setupTimeTab(); |
85 | setupLocaleDateTab(); | 85 | setupLocaleDateTab(); |
86 | setupFontsTab(); | 86 | setupFontsTab(); |
87 | setupColorsTab(); | 87 | setupColorsTab(); |
88 | setupViewsTab(); | 88 | setupViewsTab(); |
89 | //setupSyncTab(); | 89 | //setupSyncTab(); |
90 | //setupSyncAlgTab(); | 90 | //setupSyncAlgTab(); |
91 | //setupPrinterTab(); | 91 | //setupPrinterTab(); |
92 | //setupGroupSchedulingTab(); | 92 | //setupGroupSchedulingTab(); |
93 | //setupGroupAutomationTab(); | 93 | //setupGroupAutomationTab(); |
94 | } | 94 | } |
95 | 95 | ||
96 | 96 | ||
97 | KOPrefsDialog::~KOPrefsDialog() | 97 | KOPrefsDialog::~KOPrefsDialog() |
98 | { | 98 | { |
99 | } | 99 | } |
100 | 100 | ||
101 | void KOPrefsDialog::setupLocaleDateTab() | 101 | void KOPrefsDialog::setupLocaleDateTab() |
102 | { | 102 | { |
103 | QFrame *topFrame = addPage(i18n("Date Format"),0,0); | 103 | QFrame *topFrame = addPage(i18n("Date Format"),0,0); |
104 | QGridLayout *topLayout = new QGridLayout(topFrame,3,2); | 104 | QGridLayout *topLayout = new QGridLayout(topFrame,3,2); |
105 | topLayout->setSpacing(spacingHint()); | 105 | topLayout->setSpacing(spacingHint()); |
106 | topLayout->setMargin(marginHint()); | 106 | topLayout->setMargin(marginHint()); |
107 | int iii = 0; | 107 | int iii = 0; |
108 | 108 | ||
109 | 109 | ||
110 | KPrefsWidRadios *syncPrefsGroup = | 110 | KPrefsWidRadios *syncPrefsGroup = |
111 | addWidRadios(i18n("Date Format:"),&(KOPrefs::instance()->mPreferredDate),topFrame); | 111 | addWidRadios(i18n("Date Format:"),&(KOPrefs::instance()->mPreferredDate),topFrame); |
112 | QString format; | 112 | QString format; |
113 | if ( QApplication::desktop()->width() < 480 ) | 113 | if ( QApplication::desktop()->width() < 480 ) |
114 | format = "(%d.%m.%Y)"; | 114 | format = "(%d.%m.%Y)"; |
115 | else | 115 | else |
116 | format = "(%d.%m.%Y|%A %d %B %Y)"; | 116 | format = "(%d.%m.%Y|%A %d %B %Y)"; |
117 | syncPrefsGroup->addRadio(i18n("24.03.2004 "+format)); | 117 | syncPrefsGroup->addRadio(i18n("24.03.2004 "+format)); |
118 | if ( QApplication::desktop()->width() < 480 ) | 118 | if ( QApplication::desktop()->width() < 480 ) |
119 | format = "(%m.%d.%Y)"; | 119 | format = "(%m.%d.%Y)"; |
120 | else | 120 | else |
121 | format = "(%m.%d.%Y|%A %B %d %Y)"; | 121 | format = "(%m.%d.%Y|%A %B %d %Y)"; |
122 | syncPrefsGroup->addRadio(i18n("03.24.2004 "+format)); | 122 | syncPrefsGroup->addRadio(i18n("03.24.2004 "+format)); |
123 | if ( QApplication::desktop()->width() < 480 ) | 123 | if ( QApplication::desktop()->width() < 480 ) |
124 | format = "(%Y-%m-%d)"; | 124 | format = "(%Y-%m-%d)"; |
125 | else | 125 | else |
126 | format = "(%Y-%m-%d|%A %Y %B %d)"; | 126 | format = "(%Y-%m-%d|%A %Y %B %d)"; |
127 | syncPrefsGroup->addRadio(i18n("2004-03-24 "+format)); | 127 | syncPrefsGroup->addRadio(i18n("2004-03-24 "+format)); |
128 | syncPrefsGroup->addRadio(i18n("User defined")); | 128 | syncPrefsGroup->addRadio(i18n("User defined")); |
129 | topLayout->addMultiCellWidget( syncPrefsGroup->groupBox(),iii,iii,0,1); | 129 | topLayout->addMultiCellWidget( syncPrefsGroup->groupBox(),iii,iii,0,1); |
130 | ++iii; | 130 | ++iii; |
131 | ++iii; | 131 | ++iii; |
132 | QLabel * lab; | 132 | QLabel * lab; |
133 | mUserDateFormatLong = new QLineEdit(topFrame); | 133 | mUserDateFormatLong = new QLineEdit(topFrame); |
134 | lab = new QLabel(mUserDateFormatLong, i18n("User long date:"), topFrame); | 134 | lab = new QLabel(mUserDateFormatLong, i18n("User long date:"), topFrame); |
135 | topLayout->addWidget(lab ,iii,0); | 135 | topLayout->addWidget(lab ,iii,0); |
136 | topLayout->addWidget(mUserDateFormatLong,iii,1); | 136 | topLayout->addWidget(mUserDateFormatLong,iii,1); |
137 | ++iii; | 137 | ++iii; |
138 | mUserDateFormatShort = new QLineEdit(topFrame); | 138 | mUserDateFormatShort = new QLineEdit(topFrame); |
139 | lab = new QLabel(mUserDateFormatShort, i18n("User short date:"), topFrame); | 139 | lab = new QLabel(mUserDateFormatShort, i18n("User short date:"), topFrame); |
140 | topLayout->addWidget(lab ,iii,0); | 140 | topLayout->addWidget(lab ,iii,0); |
141 | topLayout->addWidget(mUserDateFormatShort,iii,1); | 141 | topLayout->addWidget(mUserDateFormatShort,iii,1); |
142 | ++iii; | 142 | ++iii; |
143 | lab = new QLabel( i18n("Monday 19 April 2004: %A %d %B %Y"), topFrame); | 143 | lab = new QLabel( i18n("Monday 19 April 2004: %A %d %B %Y"), topFrame); |
144 | topLayout->addMultiCellWidget(lab ,iii,iii,0,1); | 144 | topLayout->addMultiCellWidget(lab ,iii,iii,0,1); |
145 | ++iii; | 145 | ++iii; |
146 | lab = new QLabel( i18n("Mon 19.04.04: %a %d.%m.%y"), topFrame); | 146 | lab = new QLabel( i18n("Mon 19.04.04: %a %d.%m.%y"), topFrame); |
147 | topLayout->addMultiCellWidget(lab ,iii,iii,0,1); | 147 | topLayout->addMultiCellWidget(lab ,iii,iii,0,1); |
148 | ++iii; | 148 | ++iii; |
149 | lab = new QLabel( i18n("Mon, 19.Apr.04: %a, %d.%b.%y"), topFrame); | 149 | lab = new QLabel( i18n("Mon, 19.Apr.04: %a, %d.%b.%y"), topFrame); |
150 | topLayout->addMultiCellWidget(lab ,iii,iii,0,1); | 150 | topLayout->addMultiCellWidget(lab ,iii,iii,0,1); |
151 | ++iii; | 151 | ++iii; |
152 | 152 | ||
153 | } | 153 | } |
154 | 154 | ||
155 | void KOPrefsDialog::setupLocaleTab() | 155 | void KOPrefsDialog::setupLocaleTab() |
156 | { | 156 | { |
157 | QFrame *topFrame = addPage(i18n("Locale"),0,0); | 157 | QFrame *topFrame = addPage(i18n("Locale"),0,0); |
158 | QGridLayout *topLayout = new QGridLayout(topFrame,4,2); | 158 | QGridLayout *topLayout = new QGridLayout(topFrame,4,2); |
159 | topLayout->setSpacing(spacingHint()); | 159 | topLayout->setSpacing(spacingHint()); |
160 | topLayout->setMargin(marginHint()); | 160 | topLayout->setMargin(marginHint()); |
161 | int iii = 0; | 161 | int iii = 0; |
162 | KPrefsWidRadios *syncPrefsGroup = | 162 | KPrefsWidRadios *syncPrefsGroup = |
163 | addWidRadios(i18n("Language:(needs restart)"),&(KOPrefs::instance()->mPreferredLanguage),topFrame); | 163 | addWidRadios(i18n("Language:(needs restart)"),&(KOPrefs::instance()->mPreferredLanguage),topFrame); |
164 | syncPrefsGroup->addRadio(i18n("English")); | 164 | syncPrefsGroup->addRadio(i18n("English")); |
165 | syncPrefsGroup->addRadio(i18n("German")); | 165 | syncPrefsGroup->addRadio(i18n("German")); |
166 | syncPrefsGroup->addRadio(i18n("French(nyi)")); | 166 | syncPrefsGroup->addRadio(i18n("French")); |
167 | syncPrefsGroup->addRadio(i18n("User defined (usertranslation.txt)")); | 167 | syncPrefsGroup->addRadio(i18n("User defined (usertranslation.txt)")); |
168 | if ( QApplication::desktop()->width() < 300 ) | 168 | if ( QApplication::desktop()->width() < 300 ) |
169 | ;// syncPrefsGroup->groupBox()-> setOrientation (Qt::Vertical); | 169 | ;// syncPrefsGroup->groupBox()-> setOrientation (Qt::Vertical); |
170 | topLayout->addMultiCellWidget( syncPrefsGroup->groupBox(),iii,iii,0,1); | 170 | topLayout->addMultiCellWidget( syncPrefsGroup->groupBox(),iii,iii,0,1); |
171 | ++iii; | 171 | ++iii; |
172 | 172 | ||
173 | syncPrefsGroup = | 173 | syncPrefsGroup = |
174 | addWidRadios(i18n("Time Format(nr):"),&(KOPrefs::instance()->mPreferredTime),topFrame); | 174 | addWidRadios(i18n("Time Format(nr):"),&(KOPrefs::instance()->mPreferredTime),topFrame); |
175 | if ( QApplication::desktop()->width() > 300 ) | 175 | if ( QApplication::desktop()->width() > 300 ) |
176 | syncPrefsGroup->groupBox()-> setOrientation (Qt::Vertical); | 176 | syncPrefsGroup->groupBox()-> setOrientation (Qt::Vertical); |
177 | syncPrefsGroup->addRadio(i18n("24:00")); | 177 | syncPrefsGroup->addRadio(i18n("24:00")); |
178 | syncPrefsGroup->addRadio(i18n("12:00am")); | 178 | syncPrefsGroup->addRadio(i18n("12:00am")); |
179 | syncPrefsGroup->groupBox()-> setOrientation (Qt::Vertical); | 179 | syncPrefsGroup->groupBox()-> setOrientation (Qt::Vertical); |
180 | topLayout->addMultiCellWidget( syncPrefsGroup->groupBox(),iii,iii,0,1); | 180 | topLayout->addMultiCellWidget( syncPrefsGroup->groupBox(),iii,iii,0,1); |
181 | ++iii; | 181 | ++iii; |
182 | KPrefsWidBool *sb; | 182 | KPrefsWidBool *sb; |
183 | if ( QApplication::desktop()->width() < 300 ) { | 183 | if ( QApplication::desktop()->width() < 300 ) { |
184 | sb = | 184 | sb = |
185 | addWidBool(i18n("Week starts on Sunday"), | 185 | addWidBool(i18n("Week starts on Sunday"), |
186 | &(KOPrefs::instance()->mWeekStartsOnSunday),topFrame); | 186 | &(KOPrefs::instance()->mWeekStartsOnSunday),topFrame); |
187 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); | 187 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); |
188 | ++iii; | 188 | ++iii; |
189 | sb = | 189 | sb = |
190 | addWidBool(i18n("Use short date in (WN/E) view"), | 190 | addWidBool(i18n("Use short date in (WN/E) view"), |
191 | &(KOPrefs::instance()->mShortDateInViewer),topFrame); | 191 | &(KOPrefs::instance()->mShortDateInViewer),topFrame); |
192 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); | 192 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); |
193 | } | 193 | } |
194 | else { | 194 | else { |
195 | QWidget * hb = new QWidget( topFrame ); | 195 | QWidget * hb = new QWidget( topFrame ); |
196 | QHBoxLayout *hbLayout = new QHBoxLayout(hb); | 196 | QHBoxLayout *hbLayout = new QHBoxLayout(hb); |
197 | sb = | 197 | sb = |
198 | addWidBool(i18n("Week starts on Sunday"), | 198 | addWidBool(i18n("Week starts on Sunday"), |
199 | &(KOPrefs::instance()->mWeekStartsOnSunday),hb); | 199 | &(KOPrefs::instance()->mWeekStartsOnSunday),hb); |
200 | hbLayout->addWidget(sb->checkBox() ); | 200 | hbLayout->addWidget(sb->checkBox() ); |
201 | sb = | 201 | sb = |
202 | addWidBool(i18n("Use short date in (WN/E) view"), | 202 | addWidBool(i18n("Use short date in (WN/E) view"), |
203 | &(KOPrefs::instance()->mShortDateInViewer),hb); | 203 | &(KOPrefs::instance()->mShortDateInViewer),hb); |
204 | hbLayout->addWidget(sb->checkBox() ); | 204 | hbLayout->addWidget(sb->checkBox() ); |
205 | topLayout->addMultiCellWidget(hb, iii,iii,0,1); | 205 | topLayout->addMultiCellWidget(hb, iii,iii,0,1); |
206 | 206 | ||
207 | } | 207 | } |
208 | //#ifndef DESKTOP_VERSION | 208 | //#ifndef DESKTOP_VERSION |
209 | #if 0 | 209 | #if 0 |
210 | ++iii; | 210 | ++iii; |
211 | sb = | 211 | sb = |
212 | addWidBool(i18n("Quick load/save (w/o Unicode)"), | 212 | addWidBool(i18n("Quick load/save (w/o Unicode)"), |
213 | &(KOPrefs::instance()->mUseQuicksave),topFrame); | 213 | &(KOPrefs::instance()->mUseQuicksave),topFrame); |
214 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); | 214 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); |
215 | #endif | 215 | #endif |
216 | } | 216 | } |
217 | void KOPrefsDialog::showSyncPage() | 217 | void KOPrefsDialog::showSyncPage() |
218 | { | 218 | { |
219 | showPage ( 2 ) ; | 219 | showPage ( 2 ) ; |
220 | 220 | ||
221 | } | 221 | } |
222 | void KOPrefsDialog::setupSyncAlgTab() | 222 | void KOPrefsDialog::setupSyncAlgTab() |
223 | { | 223 | { |
224 | #if 0 | 224 | #if 0 |
225 | QLabel * lab; | 225 | QLabel * lab; |
226 | QFrame *topFrame = addPage(i18n("Sync Prefs"),0,0); | 226 | QFrame *topFrame = addPage(i18n("Sync Prefs"),0,0); |
227 | mSetupSyncAlgTab = topFrame; | 227 | mSetupSyncAlgTab = topFrame; |
228 | QGridLayout *topLayout = new QGridLayout(topFrame,6,2); | 228 | QGridLayout *topLayout = new QGridLayout(topFrame,6,2); |
229 | topLayout->setSpacing(spacingHint()); | 229 | topLayout->setSpacing(spacingHint()); |
230 | topLayout->setMargin(marginHint()); | 230 | topLayout->setMargin(marginHint()); |
231 | int iii = 0; | 231 | int iii = 0; |
232 | 232 | ||
233 | KPrefsWidBool *sb = | 233 | KPrefsWidBool *sb = |
234 | addWidBool(i18n("Ask for preferences before syncing"), | 234 | addWidBool(i18n("Ask for preferences before syncing"), |
235 | &(KOPrefs::instance()->mAskForPreferences),topFrame); | 235 | &(KOPrefs::instance()->mAskForPreferences),topFrame); |
236 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); | 236 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); |
237 | 237 | ||
238 | ++iii; | 238 | ++iii; |
239 | 239 | ||
240 | KPrefsWidRadios *syncPrefsGroup = | 240 | KPrefsWidRadios *syncPrefsGroup = |
241 | addWidRadios(i18n("Sync preferences:"),&(KOPrefs::instance()->mSyncAlgoPrefs), | 241 | addWidRadios(i18n("Sync preferences:"),&(KOPrefs::instance()->mSyncAlgoPrefs), |
242 | topFrame); | 242 | topFrame); |
243 | syncPrefsGroup->addRadio(i18n("Take local entry on conflict")); | 243 | syncPrefsGroup->addRadio(i18n("Take local entry on conflict")); |
244 | syncPrefsGroup->addRadio(i18n("Take remote entry on conflict")); | 244 | syncPrefsGroup->addRadio(i18n("Take remote entry on conflict")); |
245 | syncPrefsGroup->addRadio(i18n("Take newest entry on conflict")); | 245 | syncPrefsGroup->addRadio(i18n("Take newest entry on conflict")); |
246 | syncPrefsGroup->addRadio(i18n("Ask for every entry on conflict")); | 246 | syncPrefsGroup->addRadio(i18n("Ask for every entry on conflict")); |
247 | syncPrefsGroup->addRadio(i18n("Force take local entry always")); | 247 | syncPrefsGroup->addRadio(i18n("Force take local entry always")); |
248 | syncPrefsGroup->addRadio(i18n("Force take remote entry always")); | 248 | syncPrefsGroup->addRadio(i18n("Force take remote entry always")); |
249 | topLayout->addMultiCellWidget( syncPrefsGroup->groupBox(),iii,iii,0,1); | 249 | topLayout->addMultiCellWidget( syncPrefsGroup->groupBox(),iii,iii,0,1); |
250 | ++iii; | 250 | ++iii; |
251 | sb = | 251 | sb = |
252 | addWidBool(i18n("Show summary after syncing"), | 252 | addWidBool(i18n("Show summary after syncing"), |
253 | &(KOPrefs::instance()->mShowSyncSummary),topFrame); | 253 | &(KOPrefs::instance()->mShowSyncSummary),topFrame); |
254 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); | 254 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); |
255 | 255 | ||
256 | ++iii; | 256 | ++iii; |
257 | #endif | 257 | #endif |
258 | 258 | ||
259 | 259 | ||
260 | 260 | ||
261 | } | 261 | } |
262 | 262 | ||
263 | 263 | ||
264 | void KOPrefsDialog::setupSyncTab() | 264 | void KOPrefsDialog::setupSyncTab() |
265 | { | 265 | { |
266 | #if 0 | 266 | #if 0 |
267 | QLabel * lab; | 267 | QLabel * lab; |
268 | QFrame *topFrame = addPage(i18n("Sync Network"),0,0); | 268 | QFrame *topFrame = addPage(i18n("Sync Network"),0,0); |
269 | QGridLayout *topLayout = new QGridLayout(topFrame,6,2); | 269 | QGridLayout *topLayout = new QGridLayout(topFrame,6,2); |
270 | topLayout->setSpacing(spacingHint()); | 270 | topLayout->setSpacing(spacingHint()); |
271 | topLayout->setMargin(marginHint()); | 271 | topLayout->setMargin(marginHint()); |
272 | lab = new QLabel(i18n("Remote syncing (via ssh/scp)\nnetwork settings "), topFrame); | 272 | lab = new QLabel(i18n("Remote syncing (via ssh/scp)\nnetwork settings "), topFrame); |
273 | int iii = 0; | 273 | int iii = 0; |
274 | topLayout->addMultiCellWidget(lab , iii,iii,0,1); | 274 | topLayout->addMultiCellWidget(lab , iii,iii,0,1); |
275 | ++iii; | 275 | ++iii; |
276 | 276 | ||
277 | mRemoteIPEdit = new QLineEdit(topFrame); | 277 | mRemoteIPEdit = new QLineEdit(topFrame); |
278 | lab = new QLabel(mRemoteIPEdit, i18n("Remote IP:"), topFrame); | 278 | lab = new QLabel(mRemoteIPEdit, i18n("Remote IP:"), topFrame); |
279 | topLayout->addWidget(lab ,iii,0); | 279 | topLayout->addWidget(lab ,iii,0); |
280 | topLayout->addWidget(mRemoteIPEdit,iii,1); | 280 | topLayout->addWidget(mRemoteIPEdit,iii,1); |
281 | ++iii; | 281 | ++iii; |
282 | mRemoteUser = new QLineEdit(topFrame); | 282 | mRemoteUser = new QLineEdit(topFrame); |
283 | lab = new QLabel(mRemoteUser, i18n("Remote user:"), topFrame); | 283 | lab = new QLabel(mRemoteUser, i18n("Remote user:"), topFrame); |
284 | topLayout->addWidget(lab ,iii,0); | 284 | topLayout->addWidget(lab ,iii,0); |
285 | topLayout->addWidget(mRemoteUser, iii,1); | 285 | topLayout->addWidget(mRemoteUser, iii,1); |
286 | ++iii; | 286 | ++iii; |
287 | 287 | ||
288 | mRemoteFile = new QLineEdit(topFrame); | 288 | mRemoteFile = new QLineEdit(topFrame); |
289 | lab = new QLabel(mRemoteFile, i18n("Remote file:"), topFrame); | 289 | lab = new QLabel(mRemoteFile, i18n("Remote file:"), topFrame); |
290 | topLayout->addWidget(lab ,iii,0); | 290 | topLayout->addWidget(lab ,iii,0); |
291 | topLayout->addWidget(mRemoteFile,iii,1); | 291 | topLayout->addWidget(mRemoteFile,iii,1); |
292 | ++iii; | 292 | ++iii; |
293 | 293 | ||
294 | mLocalTempFile = new QLineEdit(topFrame); | 294 | mLocalTempFile = new QLineEdit(topFrame); |
295 | lab = new QLabel(mLocalTempFile, i18n("Local temp file:"), topFrame); | 295 | lab = new QLabel(mLocalTempFile, i18n("Local temp file:"), topFrame); |
296 | topLayout->addWidget(lab ,iii,0); | 296 | topLayout->addWidget(lab ,iii,0); |
297 | topLayout->addWidget(mLocalTempFile,iii,1); | 297 | topLayout->addWidget(mLocalTempFile,iii,1); |
298 | ++iii; | 298 | ++iii; |
299 | 299 | ||
300 | KPrefsWidBool *wb = | 300 | KPrefsWidBool *wb = |
301 | addWidBool(i18n("Write back synced file"), | 301 | addWidBool(i18n("Write back synced file"), |
302 | &(KOPrefs::instance()->mWriteBackFile),topFrame); | 302 | &(KOPrefs::instance()->mWriteBackFile),topFrame); |
303 | topLayout->addMultiCellWidget(wb->checkBox(), iii,iii,0,1); | 303 | topLayout->addMultiCellWidget(wb->checkBox(), iii,iii,0,1); |
304 | ++iii; | 304 | ++iii; |
305 | wb = | 305 | wb = |
306 | addWidBool(i18n("Write back existing entries only"), | 306 | addWidBool(i18n("Write back existing entries only"), |
307 | &(KOPrefs::instance()->mWriteBackExistingOnly),topFrame); | 307 | &(KOPrefs::instance()->mWriteBackExistingOnly),topFrame); |
308 | topLayout->addMultiCellWidget(wb->checkBox(), iii,iii,0,1); | 308 | topLayout->addMultiCellWidget(wb->checkBox(), iii,iii,0,1); |
309 | ++iii; | 309 | ++iii; |
310 | 310 | ||
311 | #endif | 311 | #endif |
312 | } | 312 | } |
313 | 313 | ||
314 | void KOPrefsDialog::setupMainTab() | 314 | void KOPrefsDialog::setupMainTab() |
315 | { | 315 | { |
316 | QFrame *topFrame = addPage(i18n("General"),0,0); | 316 | QFrame *topFrame = addPage(i18n("General"),0,0); |
317 | // DesktopIcon("identity",KIcon::SizeMedium)); | 317 | // DesktopIcon("identity",KIcon::SizeMedium)); |
318 | 318 | ||
319 | QGridLayout *topLayout = new QGridLayout(topFrame,6,2); | 319 | QGridLayout *topLayout = new QGridLayout(topFrame,6,2); |
320 | topLayout->setSpacing(spacingHint()); | 320 | topLayout->setSpacing(spacingHint()); |
321 | topLayout->setMargin(marginHint()); | 321 | topLayout->setMargin(marginHint()); |
322 | 322 | ||
323 | // KPrefsWidBool *emailControlCenter = | 323 | // KPrefsWidBool *emailControlCenter = |
324 | // addWidBool(i18n("&Use email settings from Control Center"), | 324 | // addWidBool(i18n("&Use email settings from Control Center"), |
325 | // &(KOPrefs::instance()->mEmailControlCenter),topFrame); | 325 | // &(KOPrefs::instance()->mEmailControlCenter),topFrame); |
326 | // topLayout->addMultiCellWidget(emailControlCenter->checkBox(),0,0,0,1); | 326 | // topLayout->addMultiCellWidget(emailControlCenter->checkBox(),0,0,0,1); |
327 | // connect(emailControlCenter->checkBox(),SIGNAL(toggled(bool)), | 327 | // connect(emailControlCenter->checkBox(),SIGNAL(toggled(bool)), |
328 | // SLOT(toggleEmailSettings(bool))); | 328 | // SLOT(toggleEmailSettings(bool))); |
329 | 329 | ||
330 | mNameEdit = new QLineEdit(topFrame); | 330 | mNameEdit = new QLineEdit(topFrame); |
331 | mNameLabel = new QLabel(mNameEdit, i18n("Full &name:"), topFrame); | 331 | mNameLabel = new QLabel(mNameEdit, i18n("Full &name:"), topFrame); |
332 | topLayout->addWidget(mNameLabel,0,0); | 332 | topLayout->addWidget(mNameLabel,0,0); |
333 | topLayout->addWidget(mNameEdit,0,1); | 333 | topLayout->addWidget(mNameEdit,0,1); |
334 | 334 | ||
335 | mEmailEdit = new QLineEdit(topFrame); | 335 | mEmailEdit = new QLineEdit(topFrame); |
336 | mEmailLabel = new QLabel(mEmailEdit, i18n("E&mail address:"),topFrame); | 336 | mEmailLabel = new QLabel(mEmailEdit, i18n("E&mail address:"),topFrame); |
337 | topLayout->addWidget(mEmailLabel,1,0); | 337 | topLayout->addWidget(mEmailLabel,1,0); |
338 | topLayout->addWidget(mEmailEdit,1,1); | 338 | topLayout->addWidget(mEmailEdit,1,1); |
339 | KPrefsWidBool *wb; | 339 | KPrefsWidBool *wb; |
340 | QHBox *dummy; | 340 | QHBox *dummy; |
341 | if ( QApplication::desktop()->width() > 480 ) { | 341 | if ( QApplication::desktop()->width() > 480 ) { |
342 | dummy = new QHBox(topFrame); | 342 | dummy = new QHBox(topFrame); |
343 | } else { | 343 | } else { |
344 | dummy = new QVBox(topFrame); | 344 | dummy = new QVBox(topFrame); |
345 | } | 345 | } |
346 | 346 | ||
347 | topLayout->addMultiCellWidget(dummy, 2,2,0,1); | 347 | topLayout->addMultiCellWidget(dummy, 2,2,0,1); |
348 | addWidBool(i18n("Full menu bar(nr)"), | 348 | addWidBool(i18n("Full menu bar(nr)"), |
349 | &(KOPrefs::instance()->mShowFullMenu),dummy); | 349 | &(KOPrefs::instance()->mShowFullMenu),dummy); |
350 | 350 | ||
351 | 351 | ||
352 | addWidBool(i18n("Mini icons in toolbar(nr)"), | 352 | addWidBool(i18n("Mini icons in toolbar(nr)"), |
353 | &(KOPrefs::instance()->mToolBarMiniIcons),dummy); | 353 | &(KOPrefs::instance()->mToolBarMiniIcons),dummy); |
354 | 354 | ||
355 | 355 | ||
356 | dummy = new QHBox(topFrame); | 356 | dummy = new QHBox(topFrame); |
357 | new QLabel(i18n("Days in What's Next:"),dummy); | 357 | new QLabel(i18n("Days in What's Next:"),dummy); |
358 | mWhatsNextSpin = new QSpinBox(1,14,1,dummy); | 358 | mWhatsNextSpin = new QSpinBox(1,14,1,dummy); |
359 | 359 | ||
360 | topLayout->addMultiCellWidget(dummy,3,3,0,1); | 360 | topLayout->addMultiCellWidget(dummy,3,3,0,1); |
361 | 361 | ||
362 | 362 | ||
363 | 363 | ||
364 | dummy = new QHBox(topFrame); | 364 | dummy = new QHBox(topFrame); |
365 | new QLabel(i18n("Days in Next-X-Days:"),dummy); | 365 | new QLabel(i18n("Days in Next-X-Days:"),dummy); |
366 | mNextXDaysSpin = new QSpinBox(2,14,1,dummy); | 366 | mNextXDaysSpin = new QSpinBox(2,14,1,dummy); |
367 | 367 | ||
368 | topLayout->addMultiCellWidget(dummy,4,4,0,1); | 368 | topLayout->addMultiCellWidget(dummy,4,4,0,1); |
369 | 369 | ||
370 | QHBox *prioBox = new QHBox(topFrame); | 370 | QHBox *prioBox = new QHBox(topFrame); |
371 | // intervalBox->setSpacing(spacingHint()); | 371 | // intervalBox->setSpacing(spacingHint()); |
372 | topLayout->addMultiCellWidget(prioBox,5,5,0,1); | 372 | topLayout->addMultiCellWidget(prioBox,5,5,0,1); |
373 | QString messa = i18n("Show topmost todo prios in What's Next:"); | 373 | QString messa = i18n("Show topmost todo prios in What's Next:"); |
374 | 374 | ||
375 | if ( QApplication::desktop()->width() < 300 ) | 375 | if ( QApplication::desktop()->width() < 300 ) |
376 | messa = i18n("Show topmost todo prios in What's N.:"); | 376 | messa = i18n("Show topmost todo prios in What's N.:"); |
377 | QLabel *prioLabel = new QLabel(messa, prioBox); | 377 | QLabel *prioLabel = new QLabel(messa, prioBox); |
378 | mPrioSpin = new QSpinBox(0,5,1,prioBox); | 378 | mPrioSpin = new QSpinBox(0,5,1,prioBox); |
379 | if ( QApplication::desktop()->width() < 300 ) | 379 | if ( QApplication::desktop()->width() < 300 ) |
380 | mPrioSpin->setFixedWidth( 40 ); | 380 | mPrioSpin->setFixedWidth( 40 ); |
381 | 381 | ||
382 | // KPrefsWidBool *bcc = | 382 | // KPrefsWidBool *bcc = |
383 | // addWidBool(i18n("Send copy to owner when mailing events"), | 383 | // addWidBool(i18n("Send copy to owner when mailing events"), |
384 | // &(KOPrefs::instance()->mBcc),topFrame); | 384 | // &(KOPrefs::instance()->mBcc),topFrame); |
385 | // topLayout->addMultiCellWidget(bcc->checkBox(),4,4,0,1); | 385 | // topLayout->addMultiCellWidget(bcc->checkBox(),4,4,0,1); |
386 | 386 | ||
387 | 387 | ||
388 | // QGroupBox *autoSaveGroup = new QGroupBox(1,Horizontal,i18n("Auto-Save"), topFrame); | 388 | // QGroupBox *autoSaveGroup = new QGroupBox(1,Horizontal,i18n("Auto-Save"), topFrame); |
389 | //topLayout->addMultiCellWidget(autoSaveGroup,6,6,0,1); | 389 | //topLayout->addMultiCellWidget(autoSaveGroup,6,6,0,1); |
390 | 390 | ||
391 | // addWidBool(i18n("Enable automatic saving of calendar"), | 391 | // addWidBool(i18n("Enable automatic saving of calendar"), |
392 | // &(KOPrefs::instance()->mAutoSave),autoSaveGroup); | 392 | // &(KOPrefs::instance()->mAutoSave),autoSaveGroup); |
393 | 393 | ||
394 | QHBox *intervalBox = new QHBox(topFrame); | 394 | QHBox *intervalBox = new QHBox(topFrame); |
395 | // intervalBox->setSpacing(spacingHint()); | 395 | // intervalBox->setSpacing(spacingHint()); |
396 | topLayout->addMultiCellWidget(intervalBox,6,6,0,1); | 396 | topLayout->addMultiCellWidget(intervalBox,6,6,0,1); |
397 | QLabel *autoSaveIntervalLabel = new QLabel(i18n("Auto save delay in minutes:"),intervalBox); | 397 | QLabel *autoSaveIntervalLabel = new QLabel(i18n("Auto save delay in minutes:"),intervalBox); |
398 | mAutoSaveIntervalSpin = new QSpinBox(0,500,1,intervalBox); | 398 | mAutoSaveIntervalSpin = new QSpinBox(0,500,1,intervalBox); |
399 | autoSaveIntervalLabel->setBuddy(mAutoSaveIntervalSpin); | 399 | autoSaveIntervalLabel->setBuddy(mAutoSaveIntervalSpin); |
400 | /* | 400 | /* |
401 | QHBox * agendasize = new QHBox ( topFrame ); | 401 | QHBox * agendasize = new QHBox ( topFrame ); |
402 | 402 | ||
403 | new QLabel (i18n("AllDayAgenda Height:"), agendasize ); | 403 | new QLabel (i18n("AllDayAgenda Height:"), agendasize ); |
404 | 404 | ||
405 | 405 | ||
406 | mHourSizeSlider = new QSlider(24,47,1,24,Horizontal,agendasize); | 406 | mHourSizeSlider = new QSlider(24,47,1,24,Horizontal,agendasize); |
407 | topLayout->addMultiCellWidget(agendasize,7,7,0,1); | 407 | topLayout->addMultiCellWidget(agendasize,7,7,0,1); |
408 | */ | 408 | */ |
409 | KPrefsWidBool *verticalScreen = | 409 | KPrefsWidBool *verticalScreen = |
410 | addWidBool(i18n("Show vertical screen (Needs restart)"), | 410 | addWidBool(i18n("Show vertical screen (Needs restart)"), |
411 | &(KOPrefs::instance()->mVerticalScreen),topFrame); | 411 | &(KOPrefs::instance()->mVerticalScreen),topFrame); |
412 | //topLayout->addWidget(verticalScreen->checkBox(),ii++,0); | 412 | //topLayout->addWidget(verticalScreen->checkBox(),ii++,0); |
413 | topLayout->addMultiCellWidget(verticalScreen->checkBox(),7,7,0,1); | 413 | topLayout->addMultiCellWidget(verticalScreen->checkBox(),7,7,0,1); |
414 | 414 | ||
415 | KPrefsWidBool *ask = | 415 | KPrefsWidBool *ask = |
416 | addWidBool(i18n("Ask for quit when closing KO/Pi"), | 416 | addWidBool(i18n("Ask for quit when closing KO/Pi"), |
417 | &(KOPrefs::instance()->mAskForQuit),topFrame); | 417 | &(KOPrefs::instance()->mAskForQuit),topFrame); |
418 | topLayout->addMultiCellWidget(ask->checkBox(),8,8,0,1); | 418 | topLayout->addMultiCellWidget(ask->checkBox(),8,8,0,1); |
419 | 419 | ||
420 | 420 | ||
421 | /* | 421 | /* |
422 | KPrefsWidBool *confirmCheck = | 422 | KPrefsWidBool *confirmCheck = |
423 | addWidBool(i18n("Confirm &deletes"),&(KOPrefs::instance()->mConfirm), | 423 | addWidBool(i18n("Confirm &deletes"),&(KOPrefs::instance()->mConfirm), |
424 | topFrame); | 424 | topFrame); |
425 | topLayout->addMultiCellWidget(confirmCheck->checkBox(),7,7,0,1); | 425 | topLayout->addMultiCellWidget(confirmCheck->checkBox(),7,7,0,1); |
426 | 426 | ||
427 | 427 | ||
428 | mEnableGroupScheduling = | 428 | mEnableGroupScheduling = |
429 | addWidBool(i18n("Enable group scheduling"), | 429 | addWidBool(i18n("Enable group scheduling"), |
430 | &(KOPrefs::instance()->mEnableGroupScheduling),topFrame); | 430 | &(KOPrefs::instance()->mEnableGroupScheduling),topFrame); |
431 | topLayout->addWidget(mEnableGroupScheduling->checkBox(),8,0); | 431 | topLayout->addWidget(mEnableGroupScheduling->checkBox(),8,0); |
432 | connect(mEnableGroupScheduling->checkBox(),SIGNAL(clicked()), | 432 | connect(mEnableGroupScheduling->checkBox(),SIGNAL(clicked()), |
433 | SLOT(warningGroupScheduling())); | 433 | SLOT(warningGroupScheduling())); |
434 | 434 | ||
435 | mEnableProjectView = | 435 | mEnableProjectView = |
436 | addWidBool(i18n("Enable project view"), | 436 | addWidBool(i18n("Enable project view"), |
437 | &(KOPrefs::instance()->mEnableProjectView),topFrame); | 437 | &(KOPrefs::instance()->mEnableProjectView),topFrame); |
438 | topLayout->addWidget(mEnableProjectView->checkBox(),9,0); | 438 | topLayout->addWidget(mEnableProjectView->checkBox(),9,0); |
439 | connect(mEnableProjectView->checkBox(),SIGNAL(clicked()), | 439 | connect(mEnableProjectView->checkBox(),SIGNAL(clicked()), |
440 | SLOT(warningProjectView())); | 440 | SLOT(warningProjectView())); |
441 | 441 | ||
442 | // Can't be disabled anymore | 442 | // Can't be disabled anymore |
443 | mEnableGroupScheduling->checkBox()->hide(); | 443 | mEnableGroupScheduling->checkBox()->hide(); |
444 | 444 | ||
445 | // Disable setting, because this feature now becomes stable | 445 | // Disable setting, because this feature now becomes stable |
446 | mEnableProjectView->checkBox()->hide(); | 446 | mEnableProjectView->checkBox()->hide(); |
447 | 447 | ||
448 | KPrefsWidRadios *defaultFormatGroup = | 448 | KPrefsWidRadios *defaultFormatGroup = |
449 | addWidRadios(i18n("Default Calendar Format"), | 449 | addWidRadios(i18n("Default Calendar Format"), |
450 | &(KOPrefs::instance()->mDefaultFormat),topFrame); | 450 | &(KOPrefs::instance()->mDefaultFormat),topFrame); |
451 | defaultFormatGroup->addRadio(i18n("vCalendar")); | 451 | defaultFormatGroup->addRadio(i18n("vCalendar")); |
452 | defaultFormatGroup->addRadio(i18n("iCalendar")); | 452 | defaultFormatGroup->addRadio(i18n("iCalendar")); |
453 | 453 | ||
454 | topLayout->addMultiCellWidget(defaultFormatGroup->groupBox(),10,10,0,1); | 454 | topLayout->addMultiCellWidget(defaultFormatGroup->groupBox(),10,10,0,1); |
455 | 455 | ||
456 | // Default format unconditionally is iCalendar | 456 | // Default format unconditionally is iCalendar |
457 | defaultFormatGroup->groupBox()->hide(); | 457 | defaultFormatGroup->groupBox()->hide(); |
458 | 458 | ||
459 | KPrefsWidRadios *mailClientGroup = | 459 | KPrefsWidRadios *mailClientGroup = |
460 | addWidRadios(i18n("Mail Client"),&(KOPrefs::instance()->mMailClient), | 460 | addWidRadios(i18n("Mail Client"),&(KOPrefs::instance()->mMailClient), |
461 | topFrame); | 461 | topFrame); |
462 | mailClientGroup->addRadio(i18n("KMail")); | 462 | mailClientGroup->addRadio(i18n("KMail")); |
463 | mailClientGroup->addRadio(i18n("Sendmail")); | 463 | mailClientGroup->addRadio(i18n("Sendmail")); |
464 | topLayout->addMultiCellWidget(mailClientGroup->groupBox(),11,11,0,1); | 464 | topLayout->addMultiCellWidget(mailClientGroup->groupBox(),11,11,0,1); |
465 | 465 | ||
466 | KPrefsWidBool *htmlsave = | 466 | KPrefsWidBool *htmlsave = |
467 | addWidBool(i18n("Export to HTML with every save"),&(KOPrefs::instance()->mHtmlWithSave), | 467 | addWidBool(i18n("Export to HTML with every save"),&(KOPrefs::instance()->mHtmlWithSave), |
468 | topFrame); | 468 | topFrame); |
469 | topLayout->addMultiCellWidget(htmlsave->checkBox(),12,12,0,1); | 469 | topLayout->addMultiCellWidget(htmlsave->checkBox(),12,12,0,1); |
470 | 470 | ||
471 | KPrefsWidRadios *destinationGroup = | 471 | KPrefsWidRadios *destinationGroup = |
472 | addWidRadios(i18n("New Events/Todos should"),&(KOPrefs::instance()->mDestination), | 472 | addWidRadios(i18n("New Events/Todos should"),&(KOPrefs::instance()->mDestination), |
473 | topFrame); | 473 | topFrame); |
474 | destinationGroup->addRadio(i18n("be added to the standard resource")); | 474 | destinationGroup->addRadio(i18n("be added to the standard resource")); |
475 | destinationGroup->addRadio(i18n("be asked which resource to use")); | 475 | destinationGroup->addRadio(i18n("be asked which resource to use")); |
476 | topLayout->addMultiCellWidget(destinationGroup->groupBox(),13,13,0,1); | 476 | topLayout->addMultiCellWidget(destinationGroup->groupBox(),13,13,0,1); |
477 | 477 | ||
478 | topLayout->setRowStretch(14,1); | 478 | topLayout->setRowStretch(14,1); |
479 | */ | 479 | */ |
480 | } | 480 | } |
481 | 481 | ||
482 | 482 | ||
483 | void KOPrefsDialog::setupTimeTab() | 483 | void KOPrefsDialog::setupTimeTab() |
484 | { | 484 | { |
485 | QFrame *topFrame = addPage(i18n("Time"),0,0); | 485 | QFrame *topFrame = addPage(i18n("Time"),0,0); |
486 | // DesktopIcon("clock",KIcon::SizeMedium)); | 486 | // DesktopIcon("clock",KIcon::SizeMedium)); |
487 | 487 | ||
488 | QGridLayout *topLayout = new QGridLayout(topFrame,4,2); | 488 | QGridLayout *topLayout = new QGridLayout(topFrame,4,2); |
489 | topLayout->setSpacing(spacingHint()); | 489 | topLayout->setSpacing(spacingHint()); |
490 | topLayout->setMargin(marginHint()); | 490 | topLayout->setMargin(marginHint()); |
491 | 491 | ||
492 | QHBox *dummy = new QHBox(topFrame); | 492 | QHBox *dummy = new QHBox(topFrame); |
493 | KPrefsWidTime *dayBegins = | 493 | KPrefsWidTime *dayBegins = |
494 | addWidTime(i18n("Day begins at:"),&(KOPrefs::instance()->mDayBegins), | 494 | addWidTime(i18n("Day begins at:"),&(KOPrefs::instance()->mDayBegins), |
495 | dummy); | 495 | dummy); |
496 | //topLayout->addWidget(dayBegins->label(),2,0); | 496 | //topLayout->addWidget(dayBegins->label(),2,0); |
497 | 497 | ||
498 | //topLayout->addWidget(dayBegins->spinBox(),2,1); | 498 | //topLayout->addWidget(dayBegins->spinBox(),2,1); |
499 | topLayout->addMultiCellWidget(dummy,0,0,0,1); | 499 | topLayout->addMultiCellWidget(dummy,0,0,0,1); |
500 | 500 | ||
501 | topLayout->addWidget(new QLabel(i18n("Default appointment time:"), | 501 | topLayout->addWidget(new QLabel(i18n("Default appointment time:"), |
502 | topFrame),1,0); | 502 | topFrame),1,0); |
503 | mStartTimeSpin = new QSpinBox(0,23,1,topFrame); | 503 | mStartTimeSpin = new QSpinBox(0,23,1,topFrame); |
504 | mStartTimeSpin->setSuffix(":00"); | 504 | mStartTimeSpin->setSuffix(":00"); |
505 | topLayout->addWidget(mStartTimeSpin,1,1); | 505 | topLayout->addWidget(mStartTimeSpin,1,1); |
506 | 506 | ||
507 | topLayout->addWidget(new QLabel(i18n("Def. duration of new app.:"), | 507 | topLayout->addWidget(new QLabel(i18n("Def. duration of new app.:"), |
508 | topFrame),2,0); | 508 | topFrame),2,0); |
509 | mDefaultDurationSpin = new QSpinBox(0,23,1,topFrame); | 509 | mDefaultDurationSpin = new QSpinBox(0,23,1,topFrame); |
510 | mDefaultDurationSpin->setSuffix(":00"); | 510 | mDefaultDurationSpin->setSuffix(":00"); |
511 | topLayout->addWidget(mDefaultDurationSpin,2,1); | 511 | topLayout->addWidget(mDefaultDurationSpin,2,1); |
512 | 512 | ||
513 | QStringList alarmList; | 513 | QStringList alarmList; |
514 | alarmList << i18n("1 minute") << i18n("5 minutes") << i18n("10 minutes") | 514 | alarmList << i18n("1 minute") << i18n("5 minutes") << i18n("10 minutes") |
515 | << i18n("15 minutes") << i18n("30 minutes")<< i18n("1 hour")<< i18n("3 hours") << i18n("24 hours") ; | 515 | << i18n("15 minutes") << i18n("30 minutes")<< i18n("1 hour")<< i18n("3 hours") << i18n("24 hours") ; |
516 | topLayout->addWidget(new QLabel(i18n("Default alarm time:"),topFrame), | 516 | topLayout->addWidget(new QLabel(i18n("Default alarm time:"),topFrame), |
517 | 3,0); | 517 | 3,0); |
518 | mAlarmTimeCombo = new QComboBox(topFrame); | 518 | mAlarmTimeCombo = new QComboBox(topFrame); |
519 | mAlarmTimeCombo->insertStringList(alarmList); | 519 | mAlarmTimeCombo->insertStringList(alarmList); |
520 | topLayout->addWidget(mAlarmTimeCombo,3,1); | 520 | topLayout->addWidget(mAlarmTimeCombo,3,1); |
521 | 521 | ||
522 | 522 | ||
523 | QGroupBox *workingHoursGroup = new QGroupBox(1,Horizontal, | 523 | QGroupBox *workingHoursGroup = new QGroupBox(1,Horizontal, |
524 | i18n("Working Hours"), | 524 | i18n("Working Hours"), |
525 | topFrame); | 525 | topFrame); |
526 | topLayout->addMultiCellWidget(workingHoursGroup,4,4,0,1); | 526 | topLayout->addMultiCellWidget(workingHoursGroup,4,4,0,1); |
527 | workingHoursGroup->layout()->setSpacing( 0 ); | 527 | workingHoursGroup->layout()->setSpacing( 0 ); |
528 | workingHoursGroup->layout()->setMargin( 4 ); | 528 | workingHoursGroup->layout()->setMargin( 4 ); |
529 | QHBox *workStartBox = new QHBox(workingHoursGroup); | 529 | QHBox *workStartBox = new QHBox(workingHoursGroup); |
530 | // workStartBox->setMargin( 0 ); | 530 | // workStartBox->setMargin( 0 ); |
531 | addWidTime(i18n("Daily starting hour:"), | 531 | addWidTime(i18n("Daily starting hour:"), |
532 | &(KOPrefs::instance()->mWorkingHoursStart),workStartBox); | 532 | &(KOPrefs::instance()->mWorkingHoursStart),workStartBox); |
533 | 533 | ||
534 | QHBox *workEndBox = new QHBox(workingHoursGroup); | 534 | QHBox *workEndBox = new QHBox(workingHoursGroup); |
535 | //workEndBox->setMargin( 0 ); | 535 | //workEndBox->setMargin( 0 ); |
536 | addWidTime(i18n("Daily ending hour:"), | 536 | addWidTime(i18n("Daily ending hour:"), |
537 | &(KOPrefs::instance()->mWorkingHoursEnd),workEndBox); | 537 | &(KOPrefs::instance()->mWorkingHoursEnd),workEndBox); |
538 | QVBox *excludeBox = new QVBox(workingHoursGroup); | 538 | QVBox *excludeBox = new QVBox(workingHoursGroup); |
539 | //excludeBox->setMargin( 0 ); | 539 | //excludeBox->setMargin( 0 ); |
540 | addWidBool(i18n("Exclude holidays"), | 540 | addWidBool(i18n("Exclude holidays"), |
541 | &(KOPrefs::instance()->mExcludeHolidays),excludeBox); | 541 | &(KOPrefs::instance()->mExcludeHolidays),excludeBox); |
542 | 542 | ||
543 | addWidBool(i18n("Exclude Saturdays"), | 543 | addWidBool(i18n("Exclude Saturdays"), |
544 | &(KOPrefs::instance()->mExcludeSaturdays),excludeBox); | 544 | &(KOPrefs::instance()->mExcludeSaturdays),excludeBox); |
545 | 545 | ||
546 | // KPrefsWidBool *marcusBainsShowSeconds = addWidBool(i18n("Show seconds on Marcus Bains line"), | 546 | // KPrefsWidBool *marcusBainsShowSeconds = addWidBool(i18n("Show seconds on Marcus Bains line"), |
547 | // &(KOPrefs::instance()->mMarcusBainsShowSeconds), | 547 | // &(KOPrefs::instance()->mMarcusBainsShowSeconds), |
548 | // topFrame); | 548 | // topFrame); |
549 | // topLayout->addWidget(marcusBainsShowSeconds->checkBox(),5,0); | 549 | // topLayout->addWidget(marcusBainsShowSeconds->checkBox(),5,0); |
550 | 550 | ||
551 | // topLayout->setRowStretch(6,1); | 551 | // topLayout->setRowStretch(6,1); |
552 | } | 552 | } |
553 | 553 | ||
554 | 554 | ||
555 | void KOPrefsDialog::setupViewsTab() | 555 | void KOPrefsDialog::setupViewsTab() |
556 | { | 556 | { |
557 | 557 | ||
558 | QFrame *topFrame = addPage(i18n("Views"),0,0); | 558 | QFrame *topFrame = addPage(i18n("Views"),0,0); |
559 | // DesktopIcon("viewmag",KIcon::SizeMedium)); | 559 | // DesktopIcon("viewmag",KIcon::SizeMedium)); |
560 | 560 | ||
561 | QGridLayout *topLayout = new QGridLayout(topFrame,6,1); | 561 | QGridLayout *topLayout = new QGridLayout(topFrame,6,1); |
562 | topLayout->setSpacing(spacingHint()); | 562 | topLayout->setSpacing(spacingHint()); |
563 | topLayout->setMargin(marginHint()); | 563 | topLayout->setMargin(marginHint()); |
564 | 564 | ||
565 | // QBoxLayout *dayBeginsLayout = new QHBoxLayout; | 565 | // QBoxLayout *dayBeginsLayout = new QHBoxLayout; |
566 | // topLayout->addLayout(dayBeginsLayout,0,0); | 566 | // topLayout->addLayout(dayBeginsLayout,0,0); |
567 | 567 | ||
568 | // KPrefsWidTime *dayBegins = | 568 | // KPrefsWidTime *dayBegins = |
569 | // addWidTime(i18n("Day begins at:"),&(KOPrefs::instance()->mDayBegins), | 569 | // addWidTime(i18n("Day begins at:"),&(KOPrefs::instance()->mDayBegins), |
570 | // topFrame); | 570 | // topFrame); |
571 | // dayBeginsLayout->addWidget(dayBegins->label()); | 571 | // dayBeginsLayout->addWidget(dayBegins->label()); |
572 | // dayBeginsLayout->addStretch(1); | 572 | // dayBeginsLayout->addStretch(1); |
573 | // dayBeginsLayout->addWidget(dayBegins->spinBox()); | 573 | // dayBeginsLayout->addWidget(dayBegins->spinBox()); |
574 | 574 | ||
575 | // QBoxLayout *nextDaysLayout = new QHBoxLayout; | 575 | // QBoxLayout *nextDaysLayout = new QHBoxLayout; |
576 | // topLayout->addLayout(nextDaysLayout,1,0); | 576 | // topLayout->addLayout(nextDaysLayout,1,0); |
577 | // nextDaysLayout->addWidget(new QLabel(i18n("Days to show in Next-X-Days view:"),topFrame)); | 577 | // nextDaysLayout->addWidget(new QLabel(i18n("Days to show in Next-X-Days view:"),topFrame)); |
578 | // mNextXDaysSpin = new QSpinBox(2,14,1,topFrame); | 578 | // mNextXDaysSpin = new QSpinBox(2,14,1,topFrame); |
579 | // nextDaysLayout->addStretch(1); | 579 | // nextDaysLayout->addStretch(1); |
580 | // nextDaysLayout->addWidget(mNextXDaysSpin); | 580 | // nextDaysLayout->addWidget(mNextXDaysSpin); |
581 | 581 | ||
582 | 582 | ||
583 | int ii = 0; | 583 | int ii = 0; |
584 | KPrefsWidBool *dummy = | 584 | KPrefsWidBool *dummy = |
585 | addWidBool(i18n("Edit item on doubleclick (if not, show)"), | 585 | addWidBool(i18n("Edit item on doubleclick (if not, show)"), |
586 | &(KOPrefs::instance()->mEditOnDoubleClick),topFrame); | 586 | &(KOPrefs::instance()->mEditOnDoubleClick),topFrame); |
587 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 587 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
588 | 588 | ||
589 | dummy = | 589 | dummy = |
590 | addWidBool(i18n("Highlight current day in agenda"), | 590 | addWidBool(i18n("Highlight current day in agenda"), |
591 | &(KOPrefs::instance()->mHighlightCurrentDay),topFrame); | 591 | &(KOPrefs::instance()->mHighlightCurrentDay),topFrame); |
592 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 592 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
593 | 593 | ||
594 | dummy = | 594 | dummy = |
595 | addWidBool(i18n("Use light color for highlight current day"), | 595 | addWidBool(i18n("Use light color for highlight current day"), |
596 | &(KOPrefs::instance()->mUseHighlightLightColor),topFrame); | 596 | &(KOPrefs::instance()->mUseHighlightLightColor),topFrame); |
597 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 597 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
598 | 598 | ||
599 | KPrefsWidBool *dailyRecur = | 599 | KPrefsWidBool *dailyRecur = |
600 | addWidBool(i18n("Show events that recur daily in date nav."), | 600 | addWidBool(i18n("Show events that recur daily in date nav."), |
601 | &(KOPrefs::instance()->mDailyRecur),topFrame); | 601 | &(KOPrefs::instance()->mDailyRecur),topFrame); |
602 | topLayout->addWidget(dailyRecur->checkBox(),ii++,0); | 602 | topLayout->addWidget(dailyRecur->checkBox(),ii++,0); |
603 | 603 | ||
604 | KPrefsWidBool *weeklyRecur = | 604 | KPrefsWidBool *weeklyRecur = |
605 | addWidBool(i18n("Show ev. that recur weekly in date nav."), | 605 | addWidBool(i18n("Show ev. that recur weekly in date nav."), |
606 | &(KOPrefs::instance()->mWeeklyRecur),topFrame); | 606 | &(KOPrefs::instance()->mWeeklyRecur),topFrame); |
607 | topLayout->addWidget(weeklyRecur->checkBox(),ii++,0); | 607 | topLayout->addWidget(weeklyRecur->checkBox(),ii++,0); |
608 | if ( QApplication::desktop()->width() > 640 ) { | 608 | if ( QApplication::desktop()->width() > 640 ) { |
609 | 609 | ||
610 | KPrefsWidBool *enableToolTips = | 610 | KPrefsWidBool *enableToolTips = |
611 | addWidBool(i18n("Enable tooltips displaying summary of ev."), | 611 | addWidBool(i18n("Enable tooltips displaying summary of ev."), |
612 | &(KOPrefs::instance()->mEnableToolTips),topFrame); | 612 | &(KOPrefs::instance()->mEnableToolTips),topFrame); |
613 | topLayout->addWidget(enableToolTips->checkBox(),ii++,0); | 613 | topLayout->addWidget(enableToolTips->checkBox(),ii++,0); |
614 | 614 | ||
615 | } | 615 | } |
616 | KPrefsWidBool *passwdk = | 616 | KPrefsWidBool *passwdk = |
617 | addWidBool(i18n("Show parent To-Do's in What's Next view"), | 617 | addWidBool(i18n("Show parent To-Do's in What's Next view"), |
618 | &(KOPrefs::instance()->mWNViewShowsParents),topFrame); | 618 | &(KOPrefs::instance()->mWNViewShowsParents),topFrame); |
619 | topLayout->addWidget(passwdk->checkBox(), ii++,0); | 619 | topLayout->addWidget(passwdk->checkBox(), ii++,0); |
620 | 620 | ||
621 | passwdk = | 621 | passwdk = |
622 | addWidBool(i18n("Show location in What's Next view"), | 622 | addWidBool(i18n("Show location in What's Next view"), |
623 | &(KOPrefs::instance()->mWNViewShowLocation),topFrame); | 623 | &(KOPrefs::instance()->mWNViewShowLocation),topFrame); |
624 | topLayout->addWidget(passwdk->checkBox(), ii++,0); | 624 | topLayout->addWidget(passwdk->checkBox(), ii++,0); |
625 | 625 | ||
626 | passwdk = | 626 | passwdk = |
627 | addWidBool(i18n("Show Sync Events in WN/Agenda view"), | 627 | addWidBool(i18n("Show Sync Events in WN/Agenda view"), |
628 | &(KOPrefs::instance()->mShowSyncEvents),topFrame); | 628 | &(KOPrefs::instance()->mShowSyncEvents),topFrame); |
629 | topLayout->addWidget(passwdk->checkBox(), ii++,0); | 629 | topLayout->addWidget(passwdk->checkBox(), ii++,0); |
630 | 630 | ||
631 | 631 | ||
632 | KPrefsWidBool *marcusBainsEnabled = | 632 | KPrefsWidBool *marcusBainsEnabled = |
633 | addWidBool(i18n("Show Marcus Bains line"), | 633 | addWidBool(i18n("Show Marcus Bains line"), |
634 | &(KOPrefs::instance()->mMarcusBainsEnabled),topFrame); | 634 | &(KOPrefs::instance()->mMarcusBainsEnabled),topFrame); |
635 | topLayout->addWidget(marcusBainsEnabled->checkBox(),ii++,0); | 635 | topLayout->addWidget(marcusBainsEnabled->checkBox(),ii++,0); |
636 | 636 | ||
637 | 637 | ||
638 | // topLayout->addWidget(hourSizeGroup,ii++,0); | 638 | // topLayout->addWidget(hourSizeGroup,ii++,0); |
639 | // topLayout->addMultiCellWidget(hourSizeGroup,ii,ii,0,0); | 639 | // topLayout->addMultiCellWidget(hourSizeGroup,ii,ii,0,0); |
640 | //topLayout->setRowStretch(11,1); | 640 | //topLayout->setRowStretch(11,1); |
641 | 641 | ||
642 | 642 | ||
643 | 643 | ||
644 | 644 | ||
645 | 645 | ||
646 | 646 | ||
647 | topFrame = addPage(i18n("ViewChange"),0,0); | 647 | topFrame = addPage(i18n("ViewChange"),0,0); |
648 | // DesktopIcon("viewmag",KIcon::SizeMedium)); | 648 | // DesktopIcon("viewmag",KIcon::SizeMedium)); |
649 | 649 | ||
650 | topLayout = new QGridLayout(topFrame,6,1); | 650 | topLayout = new QGridLayout(topFrame,6,1); |
651 | topLayout->setSpacing(spacingHint()); | 651 | topLayout->setSpacing(spacingHint()); |
652 | topLayout->setMargin(marginHint()); | 652 | topLayout->setMargin(marginHint()); |
653 | ii = 0; | 653 | ii = 0; |
654 | 654 | ||
655 | 655 | ||
656 | dummy = | 656 | dummy = |
657 | addWidBool(i18n("Hold fullscreen on view change"), | 657 | addWidBool(i18n("Hold fullscreen on view change"), |
658 | &(KOPrefs::instance()->mViewChangeHoldFullscreen),topFrame); | 658 | &(KOPrefs::instance()->mViewChangeHoldFullscreen),topFrame); |
659 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 659 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
660 | 660 | ||
661 | dummy = | 661 | dummy = |
662 | addWidBool(i18n("Hold non-fullscreen on view change"), | 662 | addWidBool(i18n("Hold non-fullscreen on view change"), |
663 | &(KOPrefs::instance()->mViewChangeHoldNonFullscreen),topFrame); | 663 | &(KOPrefs::instance()->mViewChangeHoldNonFullscreen),topFrame); |
664 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 664 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
665 | 665 | ||
666 | 666 | ||
667 | KPrefsWidBool *fullViewTodo = | 667 | KPrefsWidBool *fullViewTodo = |
668 | addWidBool(i18n("Event list view uses full window"), | 668 | addWidBool(i18n("Event list view uses full window"), |
669 | &(KOPrefs::instance()->mFullViewTodo),topFrame); | 669 | &(KOPrefs::instance()->mFullViewTodo),topFrame); |
670 | topLayout->addWidget(fullViewTodo->checkBox(),ii++,0); | 670 | topLayout->addWidget(fullViewTodo->checkBox(),ii++,0); |
671 | 671 | ||
672 | KPrefsWidBool *fullViewMonth = | 672 | KPrefsWidBool *fullViewMonth = |
673 | addWidBool(i18n("Next days view uses full window"), | 673 | addWidBool(i18n("Next days view uses full window"), |
674 | &(KOPrefs::instance()->mFullViewMonth),topFrame); | 674 | &(KOPrefs::instance()->mFullViewMonth),topFrame); |
675 | topLayout->addWidget(fullViewMonth->checkBox(),ii++,0); | 675 | topLayout->addWidget(fullViewMonth->checkBox(),ii++,0); |
676 | 676 | ||
677 | dummy = | 677 | dummy = |
678 | addWidBool(i18n("Set agenda to DayBeginsAt on change"), | 678 | addWidBool(i18n("Set agenda to DayBeginsAt on change"), |
679 | &(KOPrefs::instance()->mSetTimeToDayStartAt),topFrame); | 679 | &(KOPrefs::instance()->mSetTimeToDayStartAt),topFrame); |
680 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 680 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
681 | 681 | ||
682 | dummy = | 682 | dummy = |
683 | addWidBool(i18n("Set agenda to current time on change"), | 683 | addWidBool(i18n("Set agenda to current time on change"), |
684 | &(KOPrefs::instance()->mCenterOnCurrentTime),topFrame); | 684 | &(KOPrefs::instance()->mCenterOnCurrentTime),topFrame); |
685 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 685 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
686 | 686 | ||
687 | dummy = | 687 | dummy = |
688 | addWidBool(i18n("Listview uses monthly timespan"), | 688 | addWidBool(i18n("Listview uses monthly timespan"), |
689 | &(KOPrefs::instance()->mListViewMonthTimespan),topFrame); | 689 | &(KOPrefs::instance()->mListViewMonthTimespan),topFrame); |
690 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 690 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
691 | dummy = | 691 | dummy = |
692 | addWidBool(i18n("Highlight selection in Time Edit"), | 692 | addWidBool(i18n("Highlight selection in Time Edit"), |
693 | &(KOPrefs::instance()->mHightlightDateTimeEdit),topFrame); | 693 | &(KOPrefs::instance()->mHightlightDateTimeEdit),topFrame); |
694 | topLayout->addWidget( dummy->checkBox(), ii++,0); | 694 | topLayout->addWidget( dummy->checkBox(), ii++,0); |
695 | 695 | ||
696 | 696 | ||
697 | 697 | ||
698 | 698 | ||
699 | 699 | ||
700 | topFrame = addPage(i18n("Month View"),0,0); | 700 | topFrame = addPage(i18n("Month View"),0,0); |
701 | // DesktopIcon("viewmag",KIcon::SizeMedium)); | 701 | // DesktopIcon("viewmag",KIcon::SizeMedium)); |
702 | 702 | ||
703 | topLayout = new QGridLayout(topFrame,5,1); | 703 | topLayout = new QGridLayout(topFrame,5,1); |
704 | topLayout->setSpacing(spacingHint()); | 704 | topLayout->setSpacing(spacingHint()); |
705 | topLayout->setMargin(marginHint()); | 705 | topLayout->setMargin(marginHint()); |
706 | ii = 0; | 706 | ii = 0; |
707 | QLabel *lab; | 707 | QLabel *lab; |
708 | QHBox *habo = new QHBox( topFrame ); | 708 | QHBox *habo = new QHBox( topFrame ); |
709 | if ( QApplication::desktop()->width() < 320 ) { | 709 | if ( QApplication::desktop()->width() < 320 ) { |
710 | lab = new QLabel ( i18n("Show events that recur "), topFrame ); | 710 | lab = new QLabel ( i18n("Show events that recur "), topFrame ); |
711 | topLayout->addMultiCellWidget(lab,ii, ii,0,1); | 711 | topLayout->addMultiCellWidget(lab,ii, ii,0,1); |
712 | ii++; | 712 | ii++; |
713 | 713 | ||
714 | } else { | 714 | } else { |
715 | new QLabel ( i18n("Show events that recur "), habo ); | 715 | new QLabel ( i18n("Show events that recur "), habo ); |
716 | 716 | ||
717 | } | 717 | } |
718 | dailyRecur = | 718 | dailyRecur = |
719 | addWidBool(i18n("daily"), | 719 | addWidBool(i18n("daily"), |
720 | &(KOPrefs::instance()->mMonthDailyRecur),habo); | 720 | &(KOPrefs::instance()->mMonthDailyRecur),habo); |
721 | // topLayout->addWidget(dailyRecur->checkBox(),ii++,0); | 721 | // topLayout->addWidget(dailyRecur->checkBox(),ii++,0); |
722 | 722 | ||
723 | weeklyRecur = | 723 | weeklyRecur = |
724 | addWidBool(i18n("weekly"), | 724 | addWidBool(i18n("weekly"), |
725 | &(KOPrefs::instance()->mMonthWeeklyRecur),habo); | 725 | &(KOPrefs::instance()->mMonthWeeklyRecur),habo); |
726 | topLayout->addMultiCellWidget(habo,ii, ii,0,1); | 726 | topLayout->addMultiCellWidget(habo,ii, ii,0,1); |
727 | ii++; | 727 | ii++; |
728 | 728 | ||
729 | 729 | ||
730 | habo = new QHBox( topFrame ); | 730 | habo = new QHBox( topFrame ); |
731 | if ( QApplication::desktop()->width() < 320 ) { | 731 | if ( QApplication::desktop()->width() < 320 ) { |
732 | lab = new QLabel (i18n("Show in every cell ") , topFrame ); | 732 | lab = new QLabel (i18n("Show in every cell ") , topFrame ); |
733 | topLayout->addMultiCellWidget(lab,ii, ii,0,1); | 733 | topLayout->addMultiCellWidget(lab,ii, ii,0,1); |
734 | ii++; | 734 | ii++; |
735 | 735 | ||
736 | } else { | 736 | } else { |
737 | new QLabel ( i18n("Show in every cell "), habo ); | 737 | new QLabel ( i18n("Show in every cell "), habo ); |
738 | } | 738 | } |
739 | weeklyRecur = | 739 | weeklyRecur = |
740 | addWidBool(i18n("short month"), | 740 | addWidBool(i18n("short month"), |
741 | &(KOPrefs::instance()->mMonthShowShort),habo); | 741 | &(KOPrefs::instance()->mMonthShowShort),habo); |
742 | weeklyRecur = | 742 | weeklyRecur = |
743 | addWidBool(i18n("icons"), | 743 | addWidBool(i18n("icons"), |
744 | &(KOPrefs::instance()->mMonthShowIcons),habo); | 744 | &(KOPrefs::instance()->mMonthShowIcons),habo); |
745 | 745 | ||
746 | topLayout->addMultiCellWidget(habo,ii, ii,0,1); | 746 | topLayout->addMultiCellWidget(habo,ii, ii,0,1); |
747 | ii++; | 747 | ii++; |
748 | #ifdef DESKTOP_VERSION | 748 | #ifdef DESKTOP_VERSION |
749 | KPrefsWidBool *enableMonthScroll = | 749 | KPrefsWidBool *enableMonthScroll = |
750 | addWidBool(i18n("Enable scrollbars in month view cells"), | 750 | addWidBool(i18n("Enable scrollbars in month view cells"), |
751 | &(KOPrefs::instance()->mEnableMonthScroll),topFrame); | 751 | &(KOPrefs::instance()->mEnableMonthScroll),topFrame); |
752 | topLayout->addWidget(enableMonthScroll->checkBox(),ii++,0); | 752 | topLayout->addWidget(enableMonthScroll->checkBox(),ii++,0); |
753 | #endif | 753 | #endif |
754 | 754 | ||
755 | dummy = | 755 | dummy = |
756 | addWidBool(i18n("Show Sat/Sun together"), | 756 | addWidBool(i18n("Show Sat/Sun together"), |
757 | &(KOPrefs::instance()->mMonthViewSatSunTog),topFrame); | 757 | &(KOPrefs::instance()->mMonthViewSatSunTog),topFrame); |
758 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 758 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
759 | 759 | ||
760 | KPrefsWidBool *coloredCategoriesInMonthView = | 760 | KPrefsWidBool *coloredCategoriesInMonthView = |
761 | addWidBool(i18n("Month view uses category colors"), | 761 | addWidBool(i18n("Month view uses category colors"), |
762 | &(KOPrefs::instance()->mMonthViewUsesCategoryColor),topFrame); | 762 | &(KOPrefs::instance()->mMonthViewUsesCategoryColor),topFrame); |
763 | topLayout->addWidget(coloredCategoriesInMonthView->checkBox(),ii++,0); | 763 | topLayout->addWidget(coloredCategoriesInMonthView->checkBox(),ii++,0); |
764 | 764 | ||
765 | dummy = | 765 | dummy = |
766 | addWidBool(i18n("Categorie colors are applied to text"), | 766 | addWidBool(i18n("Categorie colors are applied to text"), |
767 | &(KOPrefs::instance()->mMonthViewUsesForegroundColor),topFrame); | 767 | &(KOPrefs::instance()->mMonthViewUsesForegroundColor),topFrame); |
768 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 768 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
769 | coloredCategoriesInMonthView = | 769 | coloredCategoriesInMonthView = |
770 | addWidBool(i18n("Month view uses day colors"), | 770 | addWidBool(i18n("Month view uses day colors"), |
771 | &(KOPrefs::instance()->mMonthViewUsesDayColors),topFrame); | 771 | &(KOPrefs::instance()->mMonthViewUsesDayColors),topFrame); |
772 | topLayout->addWidget(coloredCategoriesInMonthView->checkBox(),ii++,0); | 772 | topLayout->addWidget(coloredCategoriesInMonthView->checkBox(),ii++,0); |
773 | 773 | ||
774 | KPrefsWidColor *holidayColor = | 774 | KPrefsWidColor *holidayColor = |
775 | addWidColor(i18n("Day color odd months"), | 775 | addWidColor(i18n("Day color odd months"), |
776 | &(KOPrefs::instance()->mMonthViewOddColor),topFrame); | 776 | &(KOPrefs::instance()->mMonthViewOddColor),topFrame); |
777 | topLayout->addWidget(holidayColor->label(),ii,0); | 777 | topLayout->addWidget(holidayColor->label(),ii,0); |
778 | topLayout->addWidget(holidayColor->button(),ii++,1); | 778 | topLayout->addWidget(holidayColor->button(),ii++,1); |
779 | 779 | ||
780 | holidayColor = | 780 | holidayColor = |
781 | addWidColor(i18n("Day color even months"), | 781 | addWidColor(i18n("Day color even months"), |
782 | &(KOPrefs::instance()->mMonthViewEvenColor),topFrame); | 782 | &(KOPrefs::instance()->mMonthViewEvenColor),topFrame); |
783 | topLayout->addWidget(holidayColor->label(),ii,0); | 783 | topLayout->addWidget(holidayColor->label(),ii,0); |
784 | topLayout->addWidget(holidayColor->button(),ii++,1); | 784 | topLayout->addWidget(holidayColor->button(),ii++,1); |
785 | 785 | ||
786 | 786 | ||
787 | holidayColor = | 787 | holidayColor = |
788 | addWidColor(i18n("Color for Sundays + category \"Holiday\""), | 788 | addWidColor(i18n("Color for Sundays + category \"Holiday\""), |
789 | &(KOPrefs::instance()->mMonthViewHolidayColor),topFrame); | 789 | &(KOPrefs::instance()->mMonthViewHolidayColor),topFrame); |
790 | topLayout->addWidget(holidayColor->label(),ii,0); | 790 | topLayout->addWidget(holidayColor->label(),ii,0); |
791 | topLayout->addWidget(holidayColor->button(),ii++,1); | 791 | topLayout->addWidget(holidayColor->button(),ii++,1); |
792 | 792 | ||
793 | // *********************** Todo View | 793 | // *********************** Todo View |
794 | 794 | ||
795 | topFrame = addPage(i18n("Todo View"),0,0); | 795 | topFrame = addPage(i18n("Todo View"),0,0); |
796 | // DesktopIcon("viewmag",KIcon::SizeMedium)); | 796 | // DesktopIcon("viewmag",KIcon::SizeMedium)); |
797 | 797 | ||
798 | topLayout = new QGridLayout(topFrame,4,1); | 798 | topLayout = new QGridLayout(topFrame,4,1); |
799 | topLayout->setSpacing(spacingHint()); | 799 | topLayout->setSpacing(spacingHint()); |
800 | topLayout->setMargin(marginHint()); | 800 | topLayout->setMargin(marginHint()); |
801 | ii = 0; | 801 | ii = 0; |
802 | 802 | ||
803 | KPrefsWidBool *showCompletedTodo = | 803 | KPrefsWidBool *showCompletedTodo = |
804 | addWidBool(i18n("To-do view shows completed Todos"), | 804 | addWidBool(i18n("To-do view shows completed Todos"), |
805 | &(KOPrefs::instance()->mShowCompletedTodo),topFrame); | 805 | &(KOPrefs::instance()->mShowCompletedTodo),topFrame); |
806 | topLayout->addWidget(showCompletedTodo->checkBox(),ii++,0); | 806 | topLayout->addWidget(showCompletedTodo->checkBox(),ii++,0); |
807 | dummy = | 807 | dummy = |
808 | addWidBool(i18n("To-do view shows complete as 'xx %'"), | 808 | addWidBool(i18n("To-do view shows complete as 'xx %'"), |
809 | &(KOPrefs::instance()->mTodoViewShowsPercentage),topFrame); | 809 | &(KOPrefs::instance()->mTodoViewShowsPercentage),topFrame); |
810 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 810 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
811 | 811 | ||
812 | dummy = | 812 | dummy = |
813 | addWidBool(i18n("Small To-do view uses smaller font"), | 813 | addWidBool(i18n("Small To-do view uses smaller font"), |
814 | &(KOPrefs::instance()->mTodoViewUsesSmallFont),topFrame); | 814 | &(KOPrefs::instance()->mTodoViewUsesSmallFont),topFrame); |
815 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 815 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
816 | 816 | ||
817 | 817 | ||
818 | 818 | ||
819 | dummy = | 819 | dummy = |
820 | addWidBool(i18n("Todo view uses category colors"), | 820 | addWidBool(i18n("Todo view uses category colors"), |
821 | &(KOPrefs::instance()->mTodoViewUsesCatColors),topFrame); | 821 | &(KOPrefs::instance()->mTodoViewUsesCatColors),topFrame); |
822 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 822 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
823 | 823 | ||
824 | 824 | ||
825 | QWidget* wid = new QWidget( topFrame ); | 825 | QWidget* wid = new QWidget( topFrame ); |
826 | // Todo due today color | 826 | // Todo due today color |
827 | KPrefsWidColor *todoDueTodayColor = | 827 | KPrefsWidColor *todoDueTodayColor = |
828 | addWidColor(i18n("Todo due today color:"), | 828 | addWidColor(i18n("Todo due today color:"), |
829 | &(KOPrefs::instance()->mTodoDueTodayColor),wid); | 829 | &(KOPrefs::instance()->mTodoDueTodayColor),wid); |
830 | QHBoxLayout *widLayout = new QHBoxLayout(wid); | 830 | QHBoxLayout *widLayout = new QHBoxLayout(wid); |
831 | widLayout->addWidget( todoDueTodayColor->label() ); | 831 | widLayout->addWidget( todoDueTodayColor->label() ); |
832 | widLayout->addWidget( todoDueTodayColor->button() ); | 832 | widLayout->addWidget( todoDueTodayColor->button() ); |
833 | topLayout->addWidget(wid,ii++,0); | 833 | topLayout->addWidget(wid,ii++,0); |
834 | //topLayout->addWidget(todoDueTodayColor->button(),ii++,1); | 834 | //topLayout->addWidget(todoDueTodayColor->button(),ii++,1); |
835 | 835 | ||
836 | // Todo overdue color | 836 | // Todo overdue color |
837 | wid = new QWidget( topFrame ); | 837 | wid = new QWidget( topFrame ); |
838 | widLayout = new QHBoxLayout(wid); | 838 | widLayout = new QHBoxLayout(wid); |
839 | KPrefsWidColor *todoOverdueColor = | 839 | KPrefsWidColor *todoOverdueColor = |
840 | addWidColor(i18n("Todo overdue color:"), | 840 | addWidColor(i18n("Todo overdue color:"), |
841 | &(KOPrefs::instance()->mTodoOverdueColor),wid); | 841 | &(KOPrefs::instance()->mTodoOverdueColor),wid); |
842 | widLayout->addWidget(todoOverdueColor->label()); | 842 | widLayout->addWidget(todoOverdueColor->label()); |
843 | widLayout->addWidget(todoOverdueColor->button()); | 843 | widLayout->addWidget(todoOverdueColor->button()); |
844 | topLayout->addWidget(wid,ii++,0); | 844 | topLayout->addWidget(wid,ii++,0); |
845 | 845 | ||
846 | dummy = | 846 | dummy = |
847 | addWidBool(i18n("Colors are applied to text"), | 847 | addWidBool(i18n("Colors are applied to text"), |
848 | &(KOPrefs::instance()->mTodoViewUsesForegroundColor),topFrame); | 848 | &(KOPrefs::instance()->mTodoViewUsesForegroundColor),topFrame); |
849 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 849 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
850 | 850 | ||
851 | dummy = | 851 | dummy = |
852 | addWidBool(i18n("Allday Agenda view shows todos"), | 852 | addWidBool(i18n("Allday Agenda view shows todos"), |
853 | &(KOPrefs::instance()->mShowTodoInAgenda),topFrame); | 853 | &(KOPrefs::instance()->mShowTodoInAgenda),topFrame); |
854 | topLayout->addWidget(dummy->checkBox(),ii++,0); | 854 | topLayout->addWidget(dummy->checkBox(),ii++,0); |
855 | 855 | ||
856 | 856 | ||
857 | 857 | ||
858 | 858 | ||
859 | topFrame = addPage(i18n("Alarm"),0,0); | 859 | topFrame = addPage(i18n("Alarm"),0,0); |
860 | // DesktopIcon("viewmag",KIcon::SizeMedium)); | 860 | // DesktopIcon("viewmag",KIcon::SizeMedium)); |
861 | 861 | ||
862 | topLayout = new QGridLayout(topFrame,2,1); | 862 | topLayout = new QGridLayout(topFrame,2,1); |
863 | topLayout->setSpacing(spacingHint()); | 863 | topLayout->setSpacing(spacingHint()); |
864 | topLayout->setMargin(marginHint()); | 864 | topLayout->setMargin(marginHint()); |
865 | int iii = 0; | 865 | int iii = 0; |
866 | 866 | ||
867 | dummy = | 867 | dummy = |
868 | addWidBool(i18n("Use internal alarm notification"), | 868 | addWidBool(i18n("Use internal alarm notification"), |
869 | &(KOPrefs::instance()->mUseInternalAlarmNotification),topFrame); | 869 | &(KOPrefs::instance()->mUseInternalAlarmNotification),topFrame); |
870 | topLayout->addWidget(dummy->checkBox(),iii++,0); | 870 | topLayout->addWidget(dummy->checkBox(),iii++,0); |
871 | lab = new QLabel( i18n("Note: KO/Pi must be running to notify you about an alarm. Recommended for use on Zaurus: Disable this option and install KO/Pi alarm applet.\n"), topFrame); | 871 | lab = new QLabel( i18n("Note: KO/Pi must be running to notify you about an alarm. Recommended for use on Zaurus: Disable this option and install KO/Pi alarm applet.\n"), topFrame); |
872 | 872 | ||
873 | topLayout->addWidget(lab ,iii++,0); | 873 | topLayout->addWidget(lab ,iii++,0); |
874 | #ifndef DESKTOP_VERSION | 874 | #ifndef DESKTOP_VERSION |
875 | lab->setAlignment( AlignLeft|WordBreak|AlignTop); | 875 | lab->setAlignment( AlignLeft|WordBreak|AlignTop); |
876 | #else | 876 | #else |
877 | lab->setAlignment( AlignLeft|BreakAnywhere|WordBreak|AlignTop); | 877 | lab->setAlignment( AlignLeft|BreakAnywhere|WordBreak|AlignTop); |
878 | lab->setSizePolicy( QSizePolicy( QSizePolicy::Ignored , QSizePolicy::Ignored,true) ); | 878 | lab->setSizePolicy( QSizePolicy( QSizePolicy::Ignored , QSizePolicy::Ignored,true) ); |
879 | #endif | 879 | #endif |
880 | 880 | ||
881 | QHBox* dummyBox = new QHBox(topFrame); | 881 | QHBox* dummyBox = new QHBox(topFrame); |
882 | new QLabel(i18n("Play beeps count:"),dummyBox); | 882 | new QLabel(i18n("Play beeps count:"),dummyBox); |
883 | mAlarmPlayBeeps = new QSpinBox(0,500,1,dummyBox); | 883 | mAlarmPlayBeeps = new QSpinBox(0,500,1,dummyBox); |
884 | topLayout->addWidget(dummyBox,iii++,0); | 884 | topLayout->addWidget(dummyBox,iii++,0); |
885 | 885 | ||
886 | dummyBox = new QHBox(topFrame); | 886 | dummyBox = new QHBox(topFrame); |
887 | new QLabel(i18n("Beeps interval in sec:"),dummyBox); | 887 | new QLabel(i18n("Beeps interval in sec:"),dummyBox); |
888 | mAlarmBeepInterval = new QSpinBox(1,600,1,dummyBox); | 888 | mAlarmBeepInterval = new QSpinBox(1,600,1,dummyBox); |
889 | topLayout->addWidget(dummyBox,iii++,0); | 889 | topLayout->addWidget(dummyBox,iii++,0); |
890 | 890 | ||
891 | dummyBox = new QHBox(topFrame); | 891 | dummyBox = new QHBox(topFrame); |
892 | new QLabel(i18n("Default suspend time in min:"),dummyBox); | 892 | new QLabel(i18n("Default suspend time in min:"),dummyBox); |
893 | mAlarmSuspendTime = new QSpinBox(1,600,1,dummyBox); | 893 | mAlarmSuspendTime = new QSpinBox(1,600,1,dummyBox); |
894 | topLayout->addWidget(dummyBox,iii++,0); | 894 | topLayout->addWidget(dummyBox,iii++,0); |
895 | 895 | ||
896 | dummyBox = new QHBox(topFrame); | 896 | dummyBox = new QHBox(topFrame); |
897 | new QLabel(i18n("Auto suspend count:"),dummyBox); | 897 | new QLabel(i18n("Auto suspend count:"),dummyBox); |
898 | mAlarmSuspendCount = new QSpinBox(0,60,1,dummyBox); | 898 | mAlarmSuspendCount = new QSpinBox(0,60,1,dummyBox); |
899 | topLayout->addWidget(dummyBox,iii++,0); | 899 | topLayout->addWidget(dummyBox,iii++,0); |
900 | 900 | ||
901 | 901 | ||
902 | 902 | ||
903 | 903 | ||
904 | 904 | ||
905 | 905 | ||
906 | 906 | ||
907 | QHBox* hbo = new QHBox ( topFrame ); | 907 | QHBox* hbo = new QHBox ( topFrame ); |
908 | mDefaultAlarmFile = new QLineEdit(hbo); | 908 | mDefaultAlarmFile = new QLineEdit(hbo); |
909 | QPushButton * loadTemplate = new QPushButton(hbo); | 909 | QPushButton * loadTemplate = new QPushButton(hbo); |
910 | QPixmap icon; | 910 | QPixmap icon; |
911 | if ( QApplication::desktop()->width() < 321 ) | 911 | if ( QApplication::desktop()->width() < 321 ) |
912 | icon = SmallIcon("fileimport16"); | 912 | icon = SmallIcon("fileimport16"); |
913 | else | 913 | else |
914 | icon = SmallIcon("fileimport"); | 914 | icon = SmallIcon("fileimport"); |
915 | loadTemplate->setIconSet (icon ) ; | 915 | loadTemplate->setIconSet (icon ) ; |
916 | connect( loadTemplate, SIGNAL( clicked() ), this , SLOT( selectSoundFile() ) ); | 916 | connect( loadTemplate, SIGNAL( clicked() ), this , SLOT( selectSoundFile() ) ); |
917 | int size = loadTemplate->sizeHint().height(); | 917 | int size = loadTemplate->sizeHint().height(); |
918 | loadTemplate->setFixedSize( size, size ); | 918 | loadTemplate->setFixedSize( size, size ); |
919 | //lab = new QLabel( i18n("This setting is useless for 5500 user!"), topFrame); | 919 | //lab = new QLabel( i18n("This setting is useless for 5500 user!"), topFrame); |
920 | // topLayout->addWidget(lab ,iii++,0); | 920 | // topLayout->addWidget(lab ,iii++,0); |
921 | lab = new QLabel( i18n("Alarm *.wav file for newly created alarm:"), topFrame); | 921 | lab = new QLabel( i18n("Alarm *.wav file for newly created alarm:"), topFrame); |
922 | topLayout->addWidget(lab ,iii++,0); | 922 | topLayout->addWidget(lab ,iii++,0); |
923 | topLayout->addWidget(hbo,iii++,0); | 923 | topLayout->addWidget(hbo,iii++,0); |
924 | // lab = new QLabel( i18n("Note: This does not mean, that for every alarm this file is replayed. This file here is associated with a newly created alarm."), topFrame); | 924 | // lab = new QLabel( i18n("Note: This does not mean, that for every alarm this file is replayed. This file here is associated with a newly created alarm."), topFrame); |
925 | 925 | ||
926 | // topLayout->addWidget(lab ,iii++,0); | 926 | // topLayout->addWidget(lab ,iii++,0); |
927 | // #ifndef DESKTOP_VERSION | 927 | // #ifndef DESKTOP_VERSION |
928 | // lab->setAlignment( AlignLeft|WordBreak|AlignTop); | 928 | // lab->setAlignment( AlignLeft|WordBreak|AlignTop); |
929 | // #else | 929 | // #else |
930 | // lab->setAlignment( AlignLeft|BreakAnywhere|WordBreak|AlignTop); | 930 | // lab->setAlignment( AlignLeft|BreakAnywhere|WordBreak|AlignTop); |
931 | // lab->setSizePolicy( QSizePolicy( QSizePolicy::Ignored , QSizePolicy::Ignored,true) ); | 931 | // lab->setSizePolicy( QSizePolicy( QSizePolicy::Ignored , QSizePolicy::Ignored,true) ); |
932 | // #endif | 932 | // #endif |
933 | 933 | ||
934 | 934 | ||
935 | } | 935 | } |
936 | 936 | ||
937 | void KOPrefsDialog::selectSoundFile() | 937 | void KOPrefsDialog::selectSoundFile() |
938 | { | 938 | { |
939 | QString fileName = mDefaultAlarmFile->text(); | 939 | QString fileName = mDefaultAlarmFile->text(); |
940 | fileName = KFileDialog::getSaveFileName( mDefaultAlarmFile->text() , "Choose default alarm file", this ); | 940 | fileName = KFileDialog::getSaveFileName( mDefaultAlarmFile->text() , "Choose default alarm file", this ); |
941 | if ( fileName.length() > 0 ) | 941 | if ( fileName.length() > 0 ) |
942 | mDefaultAlarmFile->setText( fileName ); | 942 | mDefaultAlarmFile->setText( fileName ); |
943 | } | 943 | } |
944 | void KOPrefsDialog::setupFontsTab() | 944 | void KOPrefsDialog::setupFontsTab() |
945 | { | 945 | { |
946 | 946 | ||
947 | QFrame *topFrame = addPage(i18n("Fonts"),0,0); | 947 | QFrame *topFrame = addPage(i18n("Fonts"),0,0); |
948 | // DesktopIcon("fonts",KIcon::SizeMedium)); | 948 | // DesktopIcon("fonts",KIcon::SizeMedium)); |
949 | 949 | ||
950 | QGridLayout *topLayout = new QGridLayout(topFrame,7,3); | 950 | QGridLayout *topLayout = new QGridLayout(topFrame,7,3); |
951 | topLayout->setSpacing(1); | 951 | topLayout->setSpacing(1); |
952 | topLayout->setMargin(3); | 952 | topLayout->setMargin(3); |
953 | KPrefsWidFont * tVFont; | 953 | KPrefsWidFont * tVFont; |
954 | int i = 0; | 954 | int i = 0; |
955 | KPrefsWidFont *timeLabelsFont = | 955 | KPrefsWidFont *timeLabelsFont = |
956 | addWidFont(i18n("23"),i18n("DateNavigator:(nr)"), | 956 | addWidFont(i18n("23"),i18n("DateNavigator:(nr)"), |
957 | &(KOPrefs::instance()->mDateNavigatorFont),topFrame); | 957 | &(KOPrefs::instance()->mDateNavigatorFont),topFrame); |
958 | topLayout->addWidget(timeLabelsFont->label(),i,0); | 958 | topLayout->addWidget(timeLabelsFont->label(),i,0); |
959 | topLayout->addWidget(timeLabelsFont->preview(),i,1); | 959 | topLayout->addWidget(timeLabelsFont->preview(),i,1); |
960 | topLayout->addWidget(timeLabelsFont->button(),i,2); | 960 | topLayout->addWidget(timeLabelsFont->button(),i,2); |
961 | ++i; | 961 | ++i; |
962 | 962 | ||
963 | 963 | ||
964 | timeLabelsFont = | 964 | timeLabelsFont = |
965 | addWidFont(i18n("Mon 15"),i18n("Date Labels:"), | 965 | addWidFont(i18n("Mon 15"),i18n("Date Labels:"), |
966 | &(KOPrefs::instance()->mTimeLabelsFont),topFrame); | 966 | &(KOPrefs::instance()->mTimeLabelsFont),topFrame); |
967 | topLayout->addWidget(timeLabelsFont->label(),i,0); | 967 | topLayout->addWidget(timeLabelsFont->label(),i,0); |
968 | topLayout->addWidget(timeLabelsFont->preview(),i,1); | 968 | topLayout->addWidget(timeLabelsFont->preview(),i,1); |
969 | topLayout->addWidget(timeLabelsFont->button(),i,2); | 969 | topLayout->addWidget(timeLabelsFont->button(),i,2); |
970 | ++i; | 970 | ++i; |
971 | 971 | ||
972 | KPrefsWidFont *timeBarFont = | 972 | KPrefsWidFont *timeBarFont = |
973 | addWidFont(KGlobal::locale()->formatTime(QTime(12,34)),i18n("Time bar:"), | 973 | addWidFont(KGlobal::locale()->formatTime(QTime(12,34)),i18n("Time bar:"), |
974 | &(KOPrefs::instance()->mTimeBarFont),topFrame); | 974 | &(KOPrefs::instance()->mTimeBarFont),topFrame); |
975 | topLayout->addWidget(timeBarFont->label(),i,0); | 975 | topLayout->addWidget(timeBarFont->label(),i,0); |
976 | topLayout->addWidget(timeBarFont->preview(),i,1); | 976 | topLayout->addWidget(timeBarFont->preview(),i,1); |
977 | topLayout->addWidget(timeBarFont->button(),i,2); | 977 | topLayout->addWidget(timeBarFont->button(),i,2); |
978 | ++i; | 978 | ++i; |
979 | 979 | ||
980 | 980 | ||
981 | KPrefsWidFont *marcusBainsFont = | 981 | KPrefsWidFont *marcusBainsFont = |
982 | addWidFont(KGlobal::locale()->formatTime(QTime(12,34,23)),i18n("M. Bains line:"), | 982 | addWidFont(KGlobal::locale()->formatTime(QTime(12,34,23)),i18n("M. Bains line:"), |
983 | &(KOPrefs::instance()->mMarcusBainsFont),topFrame); | 983 | &(KOPrefs::instance()->mMarcusBainsFont),topFrame); |
984 | topLayout->addWidget(marcusBainsFont->label(),i,0); | 984 | topLayout->addWidget(marcusBainsFont->label(),i,0); |
985 | topLayout->addWidget(marcusBainsFont->preview(),i,1); | 985 | topLayout->addWidget(marcusBainsFont->preview(),i,1); |
986 | topLayout->addWidget(marcusBainsFont->button(),i,2); | 986 | topLayout->addWidget(marcusBainsFont->button(),i,2); |
987 | ++i; | 987 | ++i; |
988 | 988 | ||
989 | tVFont = | 989 | tVFont = |
990 | addWidFont(i18n("Summary"),i18n("Event Viewer:"), | 990 | addWidFont(i18n("Summary"),i18n("Event Viewer:"), |
991 | &(KOPrefs::instance()->mEventViewFont),topFrame); | 991 | &(KOPrefs::instance()->mEventViewFont),topFrame); |
992 | topLayout->addWidget(tVFont->label(),i,0); | 992 | topLayout->addWidget(tVFont->label(),i,0); |
993 | topLayout->addWidget(tVFont->preview(),i,1); | 993 | topLayout->addWidget(tVFont->preview(),i,1); |
994 | topLayout->addWidget(tVFont->button(),i,2); | 994 | topLayout->addWidget(tVFont->button(),i,2); |
995 | ++i; | 995 | ++i; |
996 | 996 | ||
997 | 997 | ||
998 | 998 | ||
999 | tVFont = | 999 | tVFont = |
1000 | addWidFont(i18n("Details"),i18n("EditorBox:"), | 1000 | addWidFont(i18n("Details"),i18n("EditorBox:"), |
1001 | &(KOPrefs::instance()->mEditBoxFont),topFrame); | 1001 | &(KOPrefs::instance()->mEditBoxFont),topFrame); |
1002 | topLayout->addWidget(tVFont->label(),i,0); | 1002 | topLayout->addWidget(tVFont->label(),i,0); |
1003 | topLayout->addWidget(tVFont->preview(),i,1); | 1003 | topLayout->addWidget(tVFont->preview(),i,1); |
1004 | topLayout->addWidget(tVFont->button(),i,2); | 1004 | topLayout->addWidget(tVFont->button(),i,2); |
1005 | ++i; | 1005 | ++i; |
1006 | 1006 | ||
1007 | 1007 | ||
1008 | 1008 | ||
1009 | topLayout->setColStretch(1,1); | 1009 | topLayout->setColStretch(1,1); |
1010 | topLayout->setRowStretch(4,1); | 1010 | topLayout->setRowStretch(4,1); |
1011 | 1011 | ||
1012 | 1012 | ||
1013 | i = 0; | 1013 | i = 0; |
1014 | topFrame = addPage(i18n("View Fonts"),0, | 1014 | topFrame = addPage(i18n("View Fonts"),0, |
1015 | DesktopIcon("fonts",KIcon::SizeMedium)); | 1015 | DesktopIcon("fonts",KIcon::SizeMedium)); |
1016 | 1016 | ||
1017 | topLayout = new QGridLayout(topFrame,7,3); | 1017 | topLayout = new QGridLayout(topFrame,7,3); |
1018 | topLayout->setSpacing(1); | 1018 | topLayout->setSpacing(1); |
1019 | topLayout->setMargin(3); | 1019 | topLayout->setMargin(3); |
1020 | 1020 | ||
1021 | tVFont = | 1021 | tVFont = |
1022 | addWidFont(i18n("Configure KO"),i18n("What's Next View:"), | 1022 | addWidFont(i18n("Configure KO"),i18n("What's Next View:"), |
1023 | &(KOPrefs::instance()->mWhatsNextFont),topFrame); | 1023 | &(KOPrefs::instance()->mWhatsNextFont),topFrame); |
1024 | topLayout->addWidget(tVFont->label(),i,0); | 1024 | topLayout->addWidget(tVFont->label(),i,0); |
1025 | topLayout->addWidget(tVFont->preview(),i,1); | 1025 | topLayout->addWidget(tVFont->preview(),i,1); |
1026 | topLayout->addWidget(tVFont->button(),i,2); | 1026 | topLayout->addWidget(tVFont->button(),i,2); |
1027 | ++i; | 1027 | ++i; |
1028 | KPrefsWidFont *agendaViewFont = | 1028 | KPrefsWidFont *agendaViewFont = |
1029 | addWidFont(i18n("Event text"),i18n("Agenda view:"), | 1029 | addWidFont(i18n("Event text"),i18n("Agenda view:"), |
1030 | &(KOPrefs::instance()->mAgendaViewFont),topFrame); | 1030 | &(KOPrefs::instance()->mAgendaViewFont),topFrame); |
1031 | topLayout->addWidget(agendaViewFont->label(),i,0); | 1031 | topLayout->addWidget(agendaViewFont->label(),i,0); |
1032 | topLayout->addWidget(agendaViewFont->preview(),i,1); | 1032 | topLayout->addWidget(agendaViewFont->preview(),i,1); |
1033 | topLayout->addWidget(agendaViewFont->button(),i,2); | 1033 | topLayout->addWidget(agendaViewFont->button(),i,2); |
1034 | ++i; | 1034 | ++i; |
1035 | 1035 | ||
1036 | 1036 | ||
1037 | KPrefsWidFont *monthViewFont = | 1037 | KPrefsWidFont *monthViewFont = |
1038 | addWidFont(KGlobal::locale()->formatTime(QTime(12,34)) + " " + i18n("Event"), | 1038 | addWidFont(KGlobal::locale()->formatTime(QTime(12,34)) + " " + i18n("Event"), |
1039 | i18n("Month view:"),&(KOPrefs::instance()->mMonthViewFont),topFrame); | 1039 | i18n("Month view:"),&(KOPrefs::instance()->mMonthViewFont),topFrame); |
1040 | topLayout->addWidget(monthViewFont->label(),i,0); | 1040 | topLayout->addWidget(monthViewFont->label(),i,0); |
1041 | topLayout->addWidget(monthViewFont->preview(),i,1); | 1041 | topLayout->addWidget(monthViewFont->preview(),i,1); |
1042 | topLayout->addWidget(monthViewFont->button(),i,2); | 1042 | topLayout->addWidget(monthViewFont->button(),i,2); |
1043 | ++i; | 1043 | ++i; |
1044 | 1044 | ||
1045 | 1045 | ||
1046 | KPrefsWidFont *lVFont = | 1046 | KPrefsWidFont *lVFont = |
1047 | addWidFont(i18n("Event"),i18n("List View:"), | 1047 | addWidFont(i18n("Event"),i18n("List View:"), |
1048 | &(KOPrefs::instance()->mListViewFont),topFrame); | 1048 | &(KOPrefs::instance()->mListViewFont),topFrame); |
1049 | topLayout->addWidget(lVFont->label(),i,0); | 1049 | topLayout->addWidget(lVFont->label(),i,0); |
1050 | topLayout->addWidget(lVFont->preview(),i,1); | 1050 | topLayout->addWidget(lVFont->preview(),i,1); |
1051 | topLayout->addWidget(lVFont->button(),i,2); | 1051 | topLayout->addWidget(lVFont->button(),i,2); |
1052 | ++i; | 1052 | ++i; |
1053 | 1053 | ||
1054 | 1054 | ||
1055 | tVFont = | 1055 | tVFont = |
1056 | addWidFont(i18n("ToDo"),i18n("ToDoView:"), | 1056 | addWidFont(i18n("ToDo"),i18n("ToDoView:"), |
1057 | &(KOPrefs::instance()->mTodoViewFont),topFrame); | 1057 | &(KOPrefs::instance()->mTodoViewFont),topFrame); |
1058 | topLayout->addWidget(tVFont->label(),i,0); | 1058 | topLayout->addWidget(tVFont->label(),i,0); |
1059 | topLayout->addWidget(tVFont->preview(),i,1); | 1059 | topLayout->addWidget(tVFont->preview(),i,1); |
1060 | topLayout->addWidget(tVFont->button(),i,2); | 1060 | topLayout->addWidget(tVFont->button(),i,2); |
1061 | ++i; | 1061 | ++i; |
1062 | 1062 | ||
1063 | 1063 | ||
1064 | tVFont = | 1064 | tVFont = |
1065 | addWidFont(i18n("Today"),i18n("JournalView:"), | 1065 | addWidFont(i18n("Today"),i18n("JournalView:"), |
1066 | &(KOPrefs::instance()->mJornalViewFont),topFrame); | 1066 | &(KOPrefs::instance()->mJornalViewFont),topFrame); |
1067 | topLayout->addWidget(tVFont->label(),i,0); | 1067 | topLayout->addWidget(tVFont->label(),i,0); |
1068 | topLayout->addWidget(tVFont->preview(),i,1); | 1068 | topLayout->addWidget(tVFont->preview(),i,1); |
1069 | topLayout->addWidget(tVFont->button(),i,2); | 1069 | topLayout->addWidget(tVFont->button(),i,2); |
1070 | ++i; | 1070 | ++i; |
1071 | 1071 | ||
1072 | 1072 | ||
1073 | 1073 | ||
1074 | 1074 | ||
1075 | topLayout->setColStretch(1,1); | 1075 | topLayout->setColStretch(1,1); |
1076 | topLayout->setRowStretch(4,1); | 1076 | topLayout->setRowStretch(4,1); |
1077 | 1077 | ||
1078 | 1078 | ||
1079 | 1079 | ||
1080 | 1080 | ||
1081 | } | 1081 | } |
1082 | 1082 | ||
1083 | void KOPrefsDialog::setupColorsTab() | 1083 | void KOPrefsDialog::setupColorsTab() |
1084 | { | 1084 | { |
1085 | QFrame *topFrame = addPage(i18n("Colors"),0,0); | 1085 | QFrame *topFrame = addPage(i18n("Colors"),0,0); |
1086 | // DesktopIcon("colorize",KIcon::SizeMedium)); | 1086 | // DesktopIcon("colorize",KIcon::SizeMedium)); |
1087 | 1087 | ||
1088 | QGridLayout *topLayout = new QGridLayout(topFrame,5,2); | 1088 | QGridLayout *topLayout = new QGridLayout(topFrame,5,2); |
1089 | // topLayout->setSpacing(spacingHint()); | 1089 | // topLayout->setSpacing(spacingHint()); |
1090 | // topLayout->setMargin(marginHint()); | 1090 | // topLayout->setMargin(marginHint()); |
1091 | 1091 | ||
1092 | topLayout->setSpacing(2); | 1092 | topLayout->setSpacing(2); |
1093 | topLayout->setMargin(3); | 1093 | topLayout->setMargin(3); |
1094 | 1094 | ||
1095 | int ii = 1; | 1095 | int ii = 1; |
1096 | QGroupBox *categoryGroup ; | 1096 | QGroupBox *categoryGroup ; |
1097 | 1097 | ||
1098 | categoryGroup = new QGroupBox(1,Vertical,i18n("Categories"), | 1098 | categoryGroup = new QGroupBox(1,Vertical,i18n("Categories"), |
1099 | topFrame); | 1099 | topFrame); |
1100 | topLayout->addMultiCellWidget(categoryGroup,0,0,0,1); | 1100 | topLayout->addMultiCellWidget(categoryGroup,0,0,0,1); |
1101 | 1101 | ||
1102 | mCategoryCombo = new QComboBox(categoryGroup); | 1102 | mCategoryCombo = new QComboBox(categoryGroup); |
1103 | mCategoryCombo->insertStringList(KOPrefs::instance()->mCustomCategories); | 1103 | mCategoryCombo->insertStringList(KOPrefs::instance()->mCustomCategories); |
1104 | connect(mCategoryCombo,SIGNAL(activated(int)),SLOT(updateCategoryColor())); | 1104 | connect(mCategoryCombo,SIGNAL(activated(int)),SLOT(updateCategoryColor())); |
1105 | 1105 | ||
1106 | mCategoryButton = new KColorButton(categoryGroup); | 1106 | mCategoryButton = new KColorButton(categoryGroup); |
1107 | connect(mCategoryButton,SIGNAL(changed(const QColor &)),SLOT(setCategoryColor())); | 1107 | connect(mCategoryButton,SIGNAL(changed(const QColor &)),SLOT(setCategoryColor())); |
1108 | updateCategoryColor(); | 1108 | updateCategoryColor(); |
1109 | 1109 | ||
1110 | 1110 | ||
1111 | // Holiday Color | 1111 | // Holiday Color |
1112 | 1112 | ||
1113 | KPrefsWidColor *holidayColor = | 1113 | KPrefsWidColor *holidayColor = |
1114 | addWidColor(i18n("Holiday color:"), | 1114 | addWidColor(i18n("Holiday color:"), |
1115 | &(KOPrefs::instance()->mHolidayColor),topFrame); | 1115 | &(KOPrefs::instance()->mHolidayColor),topFrame); |
1116 | topLayout->addWidget(holidayColor->label(),ii,0); | 1116 | topLayout->addWidget(holidayColor->label(),ii,0); |
1117 | topLayout->addWidget(holidayColor->button(),ii++,1); | 1117 | topLayout->addWidget(holidayColor->button(),ii++,1); |
1118 | 1118 | ||
1119 | // Highlight Color | 1119 | // Highlight Color |
1120 | KPrefsWidColor *highlightColor = | 1120 | KPrefsWidColor *highlightColor = |
1121 | addWidColor(i18n("Highlight color:"), | 1121 | addWidColor(i18n("Highlight color:"), |
1122 | &(KOPrefs::instance()->mHighlightColor),topFrame); | 1122 | &(KOPrefs::instance()->mHighlightColor),topFrame); |
1123 | topLayout->addWidget(highlightColor->label(),ii,0); | 1123 | topLayout->addWidget(highlightColor->label(),ii,0); |
1124 | topLayout->addWidget(highlightColor->button(),ii++,1); | 1124 | topLayout->addWidget(highlightColor->button(),ii++,1); |
1125 | 1125 | ||
1126 | // Event color | 1126 | // Event color |
1127 | KPrefsWidColor *eventColor = | 1127 | KPrefsWidColor *eventColor = |
1128 | addWidColor(i18n("Default event color:"), | 1128 | addWidColor(i18n("Default event color:"), |
1129 | &(KOPrefs::instance()->mEventColor),topFrame); | 1129 | &(KOPrefs::instance()->mEventColor),topFrame); |
1130 | topLayout->addWidget(eventColor->label(),ii,0); | 1130 | topLayout->addWidget(eventColor->label(),ii,0); |
1131 | topLayout->addWidget(eventColor->button(),ii++,1); | 1131 | topLayout->addWidget(eventColor->button(),ii++,1); |
1132 | 1132 | ||
1133 | // agenda view background color | 1133 | // agenda view background color |
1134 | KPrefsWidColor *agendaBgColor = | 1134 | KPrefsWidColor *agendaBgColor = |
1135 | addWidColor(i18n("Agenda view background color:"), | 1135 | addWidColor(i18n("Agenda view background color:"), |
1136 | &(KOPrefs::instance()->mAgendaBgColor),topFrame); | 1136 | &(KOPrefs::instance()->mAgendaBgColor),topFrame); |
1137 | topLayout->addWidget(agendaBgColor->label(),ii,0); | 1137 | topLayout->addWidget(agendaBgColor->label(),ii,0); |
1138 | topLayout->addWidget(agendaBgColor->button(),ii++,1); | 1138 | topLayout->addWidget(agendaBgColor->button(),ii++,1); |
1139 | 1139 | ||
1140 | // working hours color | 1140 | // working hours color |
1141 | KPrefsWidColor *workingHoursColor = | 1141 | KPrefsWidColor *workingHoursColor = |
1142 | addWidColor(i18n("Working hours color:"), | 1142 | addWidColor(i18n("Working hours color:"), |
1143 | &(KOPrefs::instance()->mWorkingHoursColor),topFrame); | 1143 | &(KOPrefs::instance()->mWorkingHoursColor),topFrame); |
1144 | topLayout->addWidget(workingHoursColor->label(),ii,0); | 1144 | topLayout->addWidget(workingHoursColor->label(),ii,0); |
1145 | topLayout->addWidget(workingHoursColor->button(),ii++,1); | 1145 | topLayout->addWidget(workingHoursColor->button(),ii++,1); |
1146 | 1146 | ||
1147 | KPrefsWidBool *sb = | 1147 | KPrefsWidBool *sb = |
1148 | addWidBool(i18n("Use colors for application:"), | 1148 | addWidBool(i18n("Use colors for application:"), |
1149 | &(KOPrefs::instance()->mUseAppColors),topFrame); | 1149 | &(KOPrefs::instance()->mUseAppColors),topFrame); |
1150 | topLayout->addMultiCellWidget(sb->checkBox(), ii, ii, 0,1 ); | 1150 | topLayout->addMultiCellWidget(sb->checkBox(), ii, ii, 0,1 ); |
1151 | 1151 | ||
1152 | ii++; | 1152 | ii++; |
1153 | KPrefsWidColor * workingHoursColor1 = | 1153 | KPrefsWidColor * workingHoursColor1 = |
1154 | addWidColor(i18n("Buttons, menus, etc.:"), | 1154 | addWidColor(i18n("Buttons, menus, etc.:"), |
1155 | &(KOPrefs::instance()->mAppColor1),topFrame); | 1155 | &(KOPrefs::instance()->mAppColor1),topFrame); |
1156 | topLayout->addWidget(workingHoursColor1->label(),ii,0); | 1156 | topLayout->addWidget(workingHoursColor1->label(),ii,0); |
1157 | topLayout->addWidget(workingHoursColor1->button(),ii++,1); | 1157 | topLayout->addWidget(workingHoursColor1->button(),ii++,1); |
1158 | 1158 | ||
1159 | KPrefsWidColor * workingHoursColor2 = | 1159 | KPrefsWidColor * workingHoursColor2 = |
1160 | addWidColor(i18n("Frames, labels, etc.:"), | 1160 | addWidColor(i18n("Frames, labels, etc.:"), |
1161 | &(KOPrefs::instance()->mAppColor2),topFrame); | 1161 | &(KOPrefs::instance()->mAppColor2),topFrame); |
1162 | topLayout->addWidget(workingHoursColor2->label(),ii,0); | 1162 | topLayout->addWidget(workingHoursColor2->label(),ii,0); |
1163 | topLayout->addWidget(workingHoursColor2->button(),ii++,1); | 1163 | topLayout->addWidget(workingHoursColor2->button(),ii++,1); |
1164 | 1164 | ||
1165 | 1165 | ||
1166 | 1166 | ||
1167 | } | 1167 | } |
1168 | 1168 | ||
1169 | void KOPrefsDialog::setCategoryColor() | 1169 | void KOPrefsDialog::setCategoryColor() |
1170 | { | 1170 | { |
1171 | mCategoryDict.replace(mCategoryCombo->currentText(), new QColor(mCategoryButton->color())); | 1171 | mCategoryDict.replace(mCategoryCombo->currentText(), new QColor(mCategoryButton->color())); |
1172 | } | 1172 | } |
1173 | 1173 | ||
1174 | void KOPrefsDialog::updateCategoryColor() | 1174 | void KOPrefsDialog::updateCategoryColor() |
1175 | { | 1175 | { |
1176 | QString cat = mCategoryCombo->currentText(); | 1176 | QString cat = mCategoryCombo->currentText(); |
1177 | QColor *color = mCategoryDict.find(cat); | 1177 | QColor *color = mCategoryDict.find(cat); |
1178 | if (!color) { | 1178 | if (!color) { |
1179 | color = KOPrefs::instance()->categoryColor(cat); | 1179 | color = KOPrefs::instance()->categoryColor(cat); |
1180 | } | 1180 | } |
1181 | if (color) { | 1181 | if (color) { |
1182 | mCategoryButton->setColor(*color); | 1182 | mCategoryButton->setColor(*color); |
1183 | } | 1183 | } |
1184 | } | 1184 | } |
1185 | 1185 | ||
1186 | void KOPrefsDialog::setupPrinterTab() | 1186 | void KOPrefsDialog::setupPrinterTab() |
1187 | { | 1187 | { |
1188 | mPrinterTab = addPage(i18n("Printing"),0, | 1188 | mPrinterTab = addPage(i18n("Printing"),0, |
1189 | DesktopIcon("fileprint",KIcon::SizeMedium)); | 1189 | DesktopIcon("fileprint",KIcon::SizeMedium)); |
1190 | 1190 | ||
1191 | QGridLayout *topLayout = new QGridLayout(mPrinterTab,5,2); | 1191 | QGridLayout *topLayout = new QGridLayout(mPrinterTab,5,2); |
1192 | topLayout->setSpacing(spacingHint()); | 1192 | topLayout->setSpacing(spacingHint()); |
1193 | topLayout->setMargin(marginHint()); | 1193 | topLayout->setMargin(marginHint()); |
1194 | 1194 | ||
1195 | topLayout->setRowStretch(4,1); | 1195 | topLayout->setRowStretch(4,1); |
1196 | } | 1196 | } |
1197 | 1197 | ||
1198 | void KOPrefsDialog::setupGroupSchedulingTab() | 1198 | void KOPrefsDialog::setupGroupSchedulingTab() |
1199 | { | 1199 | { |
1200 | #if 0 | 1200 | #if 0 |
1201 | QFrame *topFrame = addPage(i18n("Group Scheduling"),0, | 1201 | QFrame *topFrame = addPage(i18n("Group Scheduling"),0, |
1202 | DesktopIcon("personal",KIcon::SizeMedium)); | 1202 | DesktopIcon("personal",KIcon::SizeMedium)); |
1203 | 1203 | ||
1204 | QGridLayout *topLayout = new QGridLayout(topFrame,6,2); | 1204 | QGridLayout *topLayout = new QGridLayout(topFrame,6,2); |
1205 | topLayout->setSpacing(spacingHint()); | 1205 | topLayout->setSpacing(spacingHint()); |
1206 | topLayout->setMargin(marginHint()); | 1206 | topLayout->setMargin(marginHint()); |
1207 | 1207 | ||
1208 | #if 0 | 1208 | #if 0 |
1209 | KPrefsWidRadios *schedulerGroup = | 1209 | KPrefsWidRadios *schedulerGroup = |
1210 | addWidRadios(i18n("Scheduler Mail Client"),&(KOPrefs::instance()->mIMIPScheduler), | 1210 | addWidRadios(i18n("Scheduler Mail Client"),&(KOPrefs::instance()->mIMIPScheduler), |
1211 | topFrame); | 1211 | topFrame); |
1212 | schedulerGroup->addRadio("Dummy"); // Only for debugging | 1212 | schedulerGroup->addRadio("Dummy"); // Only for debugging |
1213 | schedulerGroup->addRadio(i18n("Mail client")); | 1213 | schedulerGroup->addRadio(i18n("Mail client")); |
1214 | 1214 | ||
1215 | topLayout->addMultiCellWidget(schedulerGroup->groupBox(),0,0,0,1); | 1215 | topLayout->addMultiCellWidget(schedulerGroup->groupBox(),0,0,0,1); |
1216 | #endif | 1216 | #endif |
1217 | 1217 | ||
1218 | KPrefsWidRadios *sendGroup = | 1218 | KPrefsWidRadios *sendGroup = |
1219 | addWidRadios(i18n("Scheduler Mails Should Be"),&(KOPrefs::instance()->mIMIPSend), | 1219 | addWidRadios(i18n("Scheduler Mails Should Be"),&(KOPrefs::instance()->mIMIPSend), |
1220 | topFrame); | 1220 | topFrame); |
1221 | sendGroup->addRadio(i18n("Send to outbox")); | 1221 | sendGroup->addRadio(i18n("Send to outbox")); |
1222 | sendGroup->addRadio(i18n("Send directly")); | 1222 | sendGroup->addRadio(i18n("Send directly")); |
1223 | 1223 | ||
1224 | topLayout->addMultiCellWidget(sendGroup->groupBox(),1,1,0,1); | 1224 | topLayout->addMultiCellWidget(sendGroup->groupBox(),1,1,0,1); |
1225 | 1225 | ||
1226 | topLayout->addMultiCellWidget(new QLabel(i18n("Additional email addresses:"),topFrame),2,2,0,1); | 1226 | topLayout->addMultiCellWidget(new QLabel(i18n("Additional email addresses:"),topFrame),2,2,0,1); |
1227 | mAMails = new QListView(topFrame); | 1227 | mAMails = new QListView(topFrame); |
1228 | mAMails->addColumn(i18n("Email"),300); | 1228 | mAMails->addColumn(i18n("Email"),300); |
1229 | topLayout->addMultiCellWidget(mAMails,3,3,0,1); | 1229 | topLayout->addMultiCellWidget(mAMails,3,3,0,1); |
1230 | 1230 | ||
1231 | topLayout->addWidget(new QLabel(i18n("Additional email address:"),topFrame),4,0); | 1231 | topLayout->addWidget(new QLabel(i18n("Additional email address:"),topFrame),4,0); |
1232 | aEmailsEdit = new QLineEdit(topFrame); | 1232 | aEmailsEdit = new QLineEdit(topFrame); |
1233 | aEmailsEdit->setEnabled(false); | 1233 | aEmailsEdit->setEnabled(false); |
1234 | topLayout->addWidget(aEmailsEdit,4,1); | 1234 | topLayout->addWidget(aEmailsEdit,4,1); |
1235 | 1235 | ||
1236 | QPushButton *add = new QPushButton(i18n("New"),topFrame,"new"); | 1236 | QPushButton *add = new QPushButton(i18n("New"),topFrame,"new"); |
1237 | topLayout->addWidget(add,5,0); | 1237 | topLayout->addWidget(add,5,0); |
1238 | QPushButton *del = new QPushButton(i18n("Remove"),topFrame,"remove"); | 1238 | QPushButton *del = new QPushButton(i18n("Remove"),topFrame,"remove"); |
1239 | topLayout->addWidget(del,5,1); | 1239 | topLayout->addWidget(del,5,1); |
1240 | 1240 | ||
1241 | //topLayout->setRowStretch(2,1); | 1241 | //topLayout->setRowStretch(2,1); |
1242 | connect(add, SIGNAL( clicked() ), this, SLOT(addItem()) ); | 1242 | connect(add, SIGNAL( clicked() ), this, SLOT(addItem()) ); |
1243 | connect(del, SIGNAL( clicked() ), this, SLOT(removeItem()) ); | 1243 | connect(del, SIGNAL( clicked() ), this, SLOT(removeItem()) ); |
1244 | connect(aEmailsEdit,SIGNAL( textChanged(const QString&) ), this,SLOT(updateItem())); | 1244 | connect(aEmailsEdit,SIGNAL( textChanged(const QString&) ), this,SLOT(updateItem())); |
1245 | connect(mAMails,SIGNAL(selectionChanged(QListViewItem *)),SLOT(updateInput())); | 1245 | connect(mAMails,SIGNAL(selectionChanged(QListViewItem *)),SLOT(updateInput())); |
1246 | #endif | 1246 | #endif |
1247 | } | 1247 | } |
1248 | 1248 | ||
1249 | void KOPrefsDialog::setupGroupAutomationTab() | 1249 | void KOPrefsDialog::setupGroupAutomationTab() |
1250 | { | 1250 | { |
1251 | return; | 1251 | return; |
1252 | QFrame *topFrame = addPage(i18n("Group Automation"),0, | 1252 | QFrame *topFrame = addPage(i18n("Group Automation"),0, |
1253 | DesktopIcon("personal",KIcon::SizeMedium)); | 1253 | DesktopIcon("personal",KIcon::SizeMedium)); |
1254 | 1254 | ||
1255 | QGridLayout *topLayout = new QGridLayout(topFrame,5,1); | 1255 | QGridLayout *topLayout = new QGridLayout(topFrame,5,1); |
1256 | topLayout->setSpacing(spacingHint()); | 1256 | topLayout->setSpacing(spacingHint()); |
1257 | topLayout->setMargin(marginHint()); | 1257 | topLayout->setMargin(marginHint()); |
1258 | 1258 | ||
1259 | KPrefsWidRadios *autoRefreshGroup = | 1259 | KPrefsWidRadios *autoRefreshGroup = |
1260 | addWidRadios(i18n("Auto Send Refresh"), | 1260 | addWidRadios(i18n("Auto Send Refresh"), |
1261 | &(KOPrefs::instance()->mIMIPAutoRefresh),topFrame); | 1261 | &(KOPrefs::instance()->mIMIPAutoRefresh),topFrame); |
1262 | autoRefreshGroup->addRadio(i18n("Never")); | 1262 | autoRefreshGroup->addRadio(i18n("Never")); |
1263 | autoRefreshGroup->addRadio(i18n("If attendee is in addressbook")); | 1263 | autoRefreshGroup->addRadio(i18n("If attendee is in addressbook")); |
1264 | //autoRefreshGroup->addRadio(i18n("selected emails")); | 1264 | //autoRefreshGroup->addRadio(i18n("selected emails")); |
1265 | topLayout->addMultiCellWidget(autoRefreshGroup->groupBox(),0,0,0,0); | 1265 | topLayout->addMultiCellWidget(autoRefreshGroup->groupBox(),0,0,0,0); |
1266 | 1266 | ||
1267 | KPrefsWidRadios *autoInsertGroup = | 1267 | KPrefsWidRadios *autoInsertGroup = |
1268 | addWidRadios(i18n("Auto Insert IMIP Replies"), | 1268 | addWidRadios(i18n("Auto Insert IMIP Replies"), |
1269 | &(KOPrefs::instance()->mIMIPAutoInsertReply),topFrame); | 1269 | &(KOPrefs::instance()->mIMIPAutoInsertReply),topFrame); |
1270 | autoInsertGroup->addRadio(i18n("Never")); | 1270 | autoInsertGroup->addRadio(i18n("Never")); |
1271 | autoInsertGroup->addRadio(i18n("If attendee is in addressbook")); | 1271 | autoInsertGroup->addRadio(i18n("If attendee is in addressbook")); |
1272 | //autoInsertGroup->addRadio(i18n("selected emails")); | 1272 | //autoInsertGroup->addRadio(i18n("selected emails")); |
1273 | topLayout->addMultiCellWidget(autoInsertGroup->groupBox(),1,1,0,0); | 1273 | topLayout->addMultiCellWidget(autoInsertGroup->groupBox(),1,1,0,0); |
1274 | 1274 | ||
1275 | KPrefsWidRadios *autoRequestGroup = | 1275 | KPrefsWidRadios *autoRequestGroup = |
1276 | addWidRadios(i18n("Auto Insert IMIP Requests"), | 1276 | addWidRadios(i18n("Auto Insert IMIP Requests"), |
1277 | &(KOPrefs::instance()->mIMIPAutoInsertRequest),topFrame); | 1277 | &(KOPrefs::instance()->mIMIPAutoInsertRequest),topFrame); |
1278 | autoRequestGroup->addRadio(i18n("Never")); | 1278 | autoRequestGroup->addRadio(i18n("Never")); |
1279 | autoRequestGroup->addRadio(i18n("If organizer is in addressbook")); | 1279 | autoRequestGroup->addRadio(i18n("If organizer is in addressbook")); |
1280 | //autoInsertGroup->addRadio(i18n("selected emails")); | 1280 | //autoInsertGroup->addRadio(i18n("selected emails")); |
1281 | topLayout->addMultiCellWidget(autoRequestGroup->groupBox(),2,2,0,0); | 1281 | topLayout->addMultiCellWidget(autoRequestGroup->groupBox(),2,2,0,0); |
1282 | 1282 | ||
1283 | KPrefsWidRadios *autoFreeBusyGroup = | 1283 | KPrefsWidRadios *autoFreeBusyGroup = |
1284 | addWidRadios(i18n("Auto Send FreeBusy Information"), | 1284 | addWidRadios(i18n("Auto Send FreeBusy Information"), |
1285 | &(KOPrefs::instance()->mIMIPAutoFreeBusy),topFrame); | 1285 | &(KOPrefs::instance()->mIMIPAutoFreeBusy),topFrame); |
1286 | autoFreeBusyGroup->addRadio(i18n("Never")); | 1286 | autoFreeBusyGroup->addRadio(i18n("Never")); |
1287 | autoFreeBusyGroup->addRadio(i18n("If requested from an email in addressbook")); | 1287 | autoFreeBusyGroup->addRadio(i18n("If requested from an email in addressbook")); |
1288 | //autoFreeBusyGroup->addRadio(i18n("selected emails")); | 1288 | //autoFreeBusyGroup->addRadio(i18n("selected emails")); |
1289 | topLayout->addMultiCellWidget(autoFreeBusyGroup->groupBox(),3,3,0,0); | 1289 | topLayout->addMultiCellWidget(autoFreeBusyGroup->groupBox(),3,3,0,0); |
1290 | 1290 | ||
1291 | KPrefsWidRadios *autoFreeBusyReplyGroup = | 1291 | KPrefsWidRadios *autoFreeBusyReplyGroup = |
1292 | addWidRadios(i18n("Auto Save FreeBusy Replies"), | 1292 | addWidRadios(i18n("Auto Save FreeBusy Replies"), |
1293 | &(KOPrefs::instance()->mIMIPAutoFreeBusyReply),topFrame); | 1293 | &(KOPrefs::instance()->mIMIPAutoFreeBusyReply),topFrame); |
1294 | autoFreeBusyReplyGroup->addRadio(i18n("Never")); | 1294 | autoFreeBusyReplyGroup->addRadio(i18n("Never")); |
1295 | autoFreeBusyReplyGroup->addRadio(i18n("If attendee is in addressbook")); | 1295 | autoFreeBusyReplyGroup->addRadio(i18n("If attendee is in addressbook")); |
1296 | //autoFreeBusyGroup->addRadio(i18n("selected emails")); | 1296 | //autoFreeBusyGroup->addRadio(i18n("selected emails")); |
1297 | topLayout->addMultiCellWidget(autoFreeBusyReplyGroup->groupBox(),4,4,0,0); | 1297 | topLayout->addMultiCellWidget(autoFreeBusyReplyGroup->groupBox(),4,4,0,0); |
1298 | } | 1298 | } |
1299 | 1299 | ||
1300 | void KOPrefsDialog::showPrinterTab() | 1300 | void KOPrefsDialog::showPrinterTab() |
1301 | { | 1301 | { |
1302 | showPage(pageIndex(mPrinterTab)); | 1302 | showPage(pageIndex(mPrinterTab)); |
1303 | } | 1303 | } |
1304 | 1304 | ||
1305 | 1305 | ||
1306 | void KOPrefsDialog::setCombo(QComboBox *combo, const QString & text, | 1306 | void KOPrefsDialog::setCombo(QComboBox *combo, const QString & text, |
1307 | const QStringList *tags) | 1307 | const QStringList *tags) |
1308 | { | 1308 | { |
1309 | if (tags) { | 1309 | if (tags) { |
1310 | int i = tags->findIndex(text); | 1310 | int i = tags->findIndex(text); |
1311 | if (i > 0) combo->setCurrentItem(i); | 1311 | if (i > 0) combo->setCurrentItem(i); |
1312 | } else { | 1312 | } else { |
1313 | for(int i=0;i<combo->count();++i) { | 1313 | for(int i=0;i<combo->count();++i) { |
1314 | if (combo->text(i) == text) { | 1314 | if (combo->text(i) == text) { |
1315 | combo->setCurrentItem(i); | 1315 | combo->setCurrentItem(i); |
1316 | break; | 1316 | break; |
1317 | } | 1317 | } |
1318 | } | 1318 | } |
1319 | } | 1319 | } |
1320 | } | 1320 | } |
1321 | 1321 | ||
1322 | void KOPrefsDialog::usrReadConfig() | 1322 | void KOPrefsDialog::usrReadConfig() |
1323 | { | 1323 | { |
1324 | mNameEdit->setText(KOPrefs::instance()->fullName()); | 1324 | mNameEdit->setText(KOPrefs::instance()->fullName()); |
1325 | mEmailEdit->setText(KOPrefs::instance()->email()); | 1325 | mEmailEdit->setText(KOPrefs::instance()->email()); |
1326 | 1326 | ||
1327 | mAutoSaveIntervalSpin->setValue(KOPrefs::instance()->mAutoSaveInterval); | 1327 | mAutoSaveIntervalSpin->setValue(KOPrefs::instance()->mAutoSaveInterval); |
1328 | QDate current ( 2001, 1,1); | 1328 | QDate current ( 2001, 1,1); |
1329 | mStartDateSavingEdit->setDate(current.addDays(KOPrefs::instance()->mDaylightsavingStart-1)); | 1329 | mStartDateSavingEdit->setDate(current.addDays(KOPrefs::instance()->mDaylightsavingStart-1)); |
1330 | mEndDateSavingEdit->setDate(current.addDays(KOPrefs::instance()->mDaylightsavingEnd-1)); | 1330 | mEndDateSavingEdit->setDate(current.addDays(KOPrefs::instance()->mDaylightsavingEnd-1)); |
1331 | setCombo(mTimeZoneCombo,i18n(KOPrefs::instance()->mTimeZoneId)); | 1331 | setCombo(mTimeZoneCombo,i18n(KOPrefs::instance()->mTimeZoneId)); |
1332 | //mTimezoneOffsetSpin->setValue( KOPrefs::instance()->mTimeZoneOffset); | 1332 | //mTimezoneOffsetSpin->setValue( KOPrefs::instance()->mTimeZoneOffset); |
1333 | mStartTimeSpin->setValue(KOPrefs::instance()->mStartTime); | 1333 | mStartTimeSpin->setValue(KOPrefs::instance()->mStartTime); |
1334 | mDefaultDurationSpin->setValue(KOPrefs::instance()->mDefaultDuration); | 1334 | mDefaultDurationSpin->setValue(KOPrefs::instance()->mDefaultDuration); |
1335 | mAlarmTimeCombo->setCurrentItem(KOPrefs::instance()->mAlarmTime); | 1335 | mAlarmTimeCombo->setCurrentItem(KOPrefs::instance()->mAlarmTime); |
1336 | // if (KOPrefs::instance()->mAllDaySize > 47 ) | 1336 | // if (KOPrefs::instance()->mAllDaySize > 47 ) |
1337 | // KOPrefs::instance()->mAllDaySize = KOPrefs::instance()->mAllDaySize/2; | 1337 | // KOPrefs::instance()->mAllDaySize = KOPrefs::instance()->mAllDaySize/2; |
1338 | //mHourSizeSlider->setValue(KOPrefs::instance()->mAllDaySize); | 1338 | //mHourSizeSlider->setValue(KOPrefs::instance()->mAllDaySize); |
1339 | 1339 | ||
1340 | mNextXDaysSpin->setValue(KOPrefs::instance()->mNextXDays); | 1340 | mNextXDaysSpin->setValue(KOPrefs::instance()->mNextXDays); |
1341 | mWhatsNextSpin->setValue(KOPrefs::instance()->mWhatsNextDays); | 1341 | mWhatsNextSpin->setValue(KOPrefs::instance()->mWhatsNextDays); |
1342 | mPrioSpin->setValue(KOPrefs::instance()->mWhatsNextPrios); | 1342 | mPrioSpin->setValue(KOPrefs::instance()->mWhatsNextPrios); |
1343 | // mAMails->clear(); | 1343 | // mAMails->clear(); |
1344 | // for ( QStringList::Iterator it = KOPrefs::instance()->mAdditionalMails.begin(); | 1344 | // for ( QStringList::Iterator it = KOPrefs::instance()->mAdditionalMails.begin(); |
1345 | // it != KOPrefs::instance()->mAdditionalMails.end(); ++it ) { | 1345 | // it != KOPrefs::instance()->mAdditionalMails.end(); ++it ) { |
1346 | // QListViewItem *item = new QListViewItem(mAMails); | 1346 | // QListViewItem *item = new QListViewItem(mAMails); |
1347 | // item->setText(0,*it); | 1347 | // item->setText(0,*it); |
1348 | // mAMails->insertItem(item); | 1348 | // mAMails->insertItem(item); |
1349 | // } | 1349 | // } |
1350 | 1350 | ||
1351 | // mRemoteIPEdit->setText(KOPrefs::instance()->mRemoteIP); | 1351 | // mRemoteIPEdit->setText(KOPrefs::instance()->mRemoteIP); |
1352 | //mRemoteUser->setText(KOPrefs::instance()->mRemoteUser); | 1352 | //mRemoteUser->setText(KOPrefs::instance()->mRemoteUser); |
1353 | //mRemotePassWd->setText(KOPrefs::instance()->mRemotePassWd); | 1353 | //mRemotePassWd->setText(KOPrefs::instance()->mRemotePassWd); |
1354 | //mRemoteFile->setText(KOPrefs::instance()->mRemoteFile); | 1354 | //mRemoteFile->setText(KOPrefs::instance()->mRemoteFile); |
1355 | 1355 | ||
1356 | //that soundmLocalTempFile->setText(KOPrefs::instance()->mLocalTempFile); | 1356 | //that soundmLocalTempFile->setText(KOPrefs::instance()->mLocalTempFile); |
1357 | mDefaultAlarmFile->setText(KOPrefs::instance()->mDefaultAlarmFile); | 1357 | mDefaultAlarmFile->setText(KOPrefs::instance()->mDefaultAlarmFile); |
1358 | QString dummy = KOPrefs::instance()->mUserDateFormatLong; | 1358 | QString dummy = KOPrefs::instance()->mUserDateFormatLong; |
1359 | mUserDateFormatLong->setText(dummy.replace( QRegExp("K"), QString(",") )); | 1359 | mUserDateFormatLong->setText(dummy.replace( QRegExp("K"), QString(",") )); |
1360 | dummy = KOPrefs::instance()->mUserDateFormatShort; | 1360 | dummy = KOPrefs::instance()->mUserDateFormatShort; |
1361 | mUserDateFormatShort->setText(dummy.replace( QRegExp("K"), QString(",") )); | 1361 | mUserDateFormatShort->setText(dummy.replace( QRegExp("K"), QString(",") )); |
1362 | updateCategories(); | 1362 | updateCategories(); |
1363 | mAlarmPlayBeeps->setValue(KOPrefs::instance()->mAlarmPlayBeeps ); | 1363 | mAlarmPlayBeeps->setValue(KOPrefs::instance()->mAlarmPlayBeeps ); |
1364 | mAlarmSuspendTime->setValue(KOPrefs::instance()->mAlarmSuspendTime ); | 1364 | mAlarmSuspendTime->setValue(KOPrefs::instance()->mAlarmSuspendTime ); |
1365 | mAlarmSuspendCount->setValue(KOPrefs::instance()->mAlarmSuspendCount ); | 1365 | mAlarmSuspendCount->setValue(KOPrefs::instance()->mAlarmSuspendCount ); |
1366 | mAlarmBeepInterval->setValue(KOPrefs::instance()->mAlarmBeepInterval ); | 1366 | mAlarmBeepInterval->setValue(KOPrefs::instance()->mAlarmBeepInterval ); |
1367 | } | 1367 | } |
1368 | 1368 | ||
1369 | 1369 | ||
1370 | void KOPrefsDialog::usrWriteConfig() | 1370 | void KOPrefsDialog::usrWriteConfig() |
1371 | { | 1371 | { |
1372 | 1372 | ||
1373 | // KOPrefs::instance()->mRemoteIP = mRemoteIPEdit->text(); | 1373 | // KOPrefs::instance()->mRemoteIP = mRemoteIPEdit->text(); |
1374 | //KOPrefs::instance()->mRemoteUser = mRemoteUser->text(); | 1374 | //KOPrefs::instance()->mRemoteUser = mRemoteUser->text(); |
1375 | //KOPrefs::instance()->mRemotePassWd = mRemotePassWd->text(); | 1375 | //KOPrefs::instance()->mRemotePassWd = mRemotePassWd->text(); |
1376 | //KOPrefs::instance()->mRemoteFile= mRemoteFile->text(); | 1376 | //KOPrefs::instance()->mRemoteFile= mRemoteFile->text(); |
1377 | //KOPrefs::instance()->mLocalTempFile =mLocalTempFile->text(); | 1377 | //KOPrefs::instance()->mLocalTempFile =mLocalTempFile->text(); |
1378 | KOPrefs::instance()->mDefaultAlarmFile =mDefaultAlarmFile->text(); | 1378 | KOPrefs::instance()->mDefaultAlarmFile =mDefaultAlarmFile->text(); |
1379 | 1379 | ||
1380 | KOPrefs::instance()->mUserDateFormatShort = mUserDateFormatShort->text().replace( QRegExp(","), QString("K") ); | 1380 | KOPrefs::instance()->mUserDateFormatShort = mUserDateFormatShort->text().replace( QRegExp(","), QString("K") ); |
1381 | KOPrefs::instance()->mUserDateFormatLong = mUserDateFormatLong->text().replace( QRegExp(","), QString("K") ); | 1381 | KOPrefs::instance()->mUserDateFormatLong = mUserDateFormatLong->text().replace( QRegExp(","), QString("K") ); |
1382 | KOPrefs::instance()->setFullName(mNameEdit->text()); | 1382 | KOPrefs::instance()->setFullName(mNameEdit->text()); |
1383 | KOPrefs::instance()->setEmail(mEmailEdit->text()); | 1383 | KOPrefs::instance()->setEmail(mEmailEdit->text()); |
1384 | 1384 | ||
1385 | KOPrefs::instance()->mAutoSaveInterval = mAutoSaveIntervalSpin->value(); | 1385 | KOPrefs::instance()->mAutoSaveInterval = mAutoSaveIntervalSpin->value(); |
1386 | 1386 | ||
1387 | KOPrefs::instance()->mTimeZoneId = mTimeZoneCombo->currentText(); | 1387 | KOPrefs::instance()->mTimeZoneId = mTimeZoneCombo->currentText(); |
1388 | QDate date; | 1388 | QDate date; |
1389 | date = mStartDateSavingEdit->date(); | 1389 | date = mStartDateSavingEdit->date(); |
1390 | int sub = 0; | 1390 | int sub = 0; |
1391 | if ( QDate::leapYear( date.year() ) && date.dayOfYear() > 59 ) | 1391 | if ( QDate::leapYear( date.year() ) && date.dayOfYear() > 59 ) |
1392 | sub = 1; | 1392 | sub = 1; |
1393 | KOPrefs::instance()->mDaylightsavingStart = date.dayOfYear()-sub; | 1393 | KOPrefs::instance()->mDaylightsavingStart = date.dayOfYear()-sub; |
1394 | date = mEndDateSavingEdit->date(); | 1394 | date = mEndDateSavingEdit->date(); |
1395 | if ( QDate::leapYear( date.year() ) && date.dayOfYear() > 59 ) | 1395 | if ( QDate::leapYear( date.year() ) && date.dayOfYear() > 59 ) |
1396 | sub = 1; | 1396 | sub = 1; |
1397 | else | 1397 | else |
1398 | sub = 0; | 1398 | sub = 0; |
1399 | KOPrefs::instance()->mDaylightsavingEnd = date.dayOfYear()-sub; | 1399 | KOPrefs::instance()->mDaylightsavingEnd = date.dayOfYear()-sub; |
1400 | // KOPrefs::instance()->mTimeZoneOffset = mTimezoneOffsetSpin->value(); | 1400 | // KOPrefs::instance()->mTimeZoneOffset = mTimezoneOffsetSpin->value(); |
1401 | 1401 | ||
1402 | KOPrefs::instance()->mStartTime = mStartTimeSpin->value(); | 1402 | KOPrefs::instance()->mStartTime = mStartTimeSpin->value(); |
1403 | KOPrefs::instance()->mDefaultDuration = mDefaultDurationSpin->value(); | 1403 | KOPrefs::instance()->mDefaultDuration = mDefaultDurationSpin->value(); |
1404 | KOPrefs::instance()->mAlarmTime = mAlarmTimeCombo->currentItem(); | 1404 | KOPrefs::instance()->mAlarmTime = mAlarmTimeCombo->currentItem(); |
1405 | 1405 | ||
1406 | //KOPrefs::instance()->mAllDaySize = mHourSizeSlider->value(); | 1406 | //KOPrefs::instance()->mAllDaySize = mHourSizeSlider->value(); |
1407 | 1407 | ||
1408 | QDictIterator<QColor> it(mCategoryDict); | 1408 | QDictIterator<QColor> it(mCategoryDict); |
1409 | while (it.current()) { | 1409 | while (it.current()) { |
1410 | KOPrefs::instance()->setCategoryColor(it.currentKey(),*it.current()); | 1410 | KOPrefs::instance()->setCategoryColor(it.currentKey(),*it.current()); |
1411 | ++it; | 1411 | ++it; |
1412 | } | 1412 | } |
1413 | 1413 | ||
1414 | KOPrefs::instance()->mNextXDays = mNextXDaysSpin->value(); | 1414 | KOPrefs::instance()->mNextXDays = mNextXDaysSpin->value(); |
1415 | KOPrefs::instance()->mWhatsNextDays = mWhatsNextSpin->value(); | 1415 | KOPrefs::instance()->mWhatsNextDays = mWhatsNextSpin->value(); |
1416 | KOPrefs::instance()->mWhatsNextPrios = mPrioSpin->value(); | 1416 | KOPrefs::instance()->mWhatsNextPrios = mPrioSpin->value(); |
1417 | 1417 | ||
1418 | KOPrefs::instance()->mAdditionalMails.clear(); | 1418 | KOPrefs::instance()->mAdditionalMails.clear(); |
1419 | // QListViewItem *item; | 1419 | // QListViewItem *item; |
1420 | // item = mAMails->firstChild(); | 1420 | // item = mAMails->firstChild(); |
1421 | // while (item) | 1421 | // while (item) |
1422 | // { | 1422 | // { |
1423 | // KOPrefs::instance()->mAdditionalMails.append( item->text(0) ); | 1423 | // KOPrefs::instance()->mAdditionalMails.append( item->text(0) ); |
1424 | // item = item->nextSibling(); | 1424 | // item = item->nextSibling(); |
1425 | // } | 1425 | // } |
1426 | KOPrefs::instance()->mAlarmPlayBeeps = mAlarmPlayBeeps->value(); | 1426 | KOPrefs::instance()->mAlarmPlayBeeps = mAlarmPlayBeeps->value(); |
1427 | KOPrefs::instance()->mAlarmSuspendTime = mAlarmSuspendTime->value() ; | 1427 | KOPrefs::instance()->mAlarmSuspendTime = mAlarmSuspendTime->value() ; |
1428 | KOPrefs::instance()->mAlarmSuspendCount= mAlarmSuspendCount->value() ; | 1428 | KOPrefs::instance()->mAlarmSuspendCount= mAlarmSuspendCount->value() ; |
1429 | KOPrefs::instance()->mAlarmBeepInterval= mAlarmBeepInterval->value() ; | 1429 | KOPrefs::instance()->mAlarmBeepInterval= mAlarmBeepInterval->value() ; |
1430 | 1430 | ||
1431 | } | 1431 | } |
1432 | 1432 | ||
1433 | void KOPrefsDialog::updateCategories() | 1433 | void KOPrefsDialog::updateCategories() |
1434 | { | 1434 | { |
1435 | mCategoryCombo->clear(); | 1435 | mCategoryCombo->clear(); |
1436 | mCategoryDict.clear(); | 1436 | mCategoryDict.clear(); |
1437 | mCategoryCombo->insertStringList(KOPrefs::instance()->mCustomCategories); | 1437 | mCategoryCombo->insertStringList(KOPrefs::instance()->mCustomCategories); |
1438 | updateCategoryColor(); | 1438 | updateCategoryColor(); |
1439 | } | 1439 | } |
1440 | 1440 | ||
1441 | void KOPrefsDialog::warningGroupScheduling() | 1441 | void KOPrefsDialog::warningGroupScheduling() |
1442 | { | 1442 | { |
1443 | warningExperimental(mEnableGroupScheduling->checkBox()->isChecked()); | 1443 | warningExperimental(mEnableGroupScheduling->checkBox()->isChecked()); |
1444 | } | 1444 | } |
1445 | 1445 | ||
1446 | void KOPrefsDialog::warningProjectView() | 1446 | void KOPrefsDialog::warningProjectView() |
1447 | { | 1447 | { |
1448 | warningExperimental(mEnableProjectView->checkBox()->isChecked()); | 1448 | warningExperimental(mEnableProjectView->checkBox()->isChecked()); |
1449 | } | 1449 | } |
1450 | 1450 | ||
1451 | void KOPrefsDialog::warningExperimental(bool on) | 1451 | void KOPrefsDialog::warningExperimental(bool on) |
1452 | { | 1452 | { |
1453 | if (on) { | 1453 | if (on) { |
1454 | KMessageBox::information(this,i18n("This is an experimental feature. " | 1454 | KMessageBox::information(this,i18n("This is an experimental feature. " |
1455 | "It may not work, it may do nothing useful and it may cause data loss. " | 1455 | "It may not work, it may do nothing useful and it may cause data loss. " |
1456 | "Use with care.\n" | 1456 | "Use with care.\n" |
1457 | "You have to restart KOrganizer for this setting to take effect.")); | 1457 | "You have to restart KOrganizer for this setting to take effect.")); |
1458 | } else { | 1458 | } else { |
1459 | KMessageBox::information(this, | 1459 | KMessageBox::information(this, |
1460 | i18n("You have to restart KOrganizer for this setting to take effect.")); | 1460 | i18n("You have to restart KOrganizer for this setting to take effect.")); |
1461 | } | 1461 | } |
1462 | } | 1462 | } |
1463 | 1463 | ||
1464 | void KOPrefsDialog::toggleEmailSettings(bool on) | 1464 | void KOPrefsDialog::toggleEmailSettings(bool on) |
1465 | { | 1465 | { |
1466 | if (on) { | 1466 | if (on) { |
1467 | mEmailEdit->setEnabled(false); | 1467 | mEmailEdit->setEnabled(false); |
1468 | mNameEdit->setEnabled(false); | 1468 | mNameEdit->setEnabled(false); |
1469 | mEmailLabel->setEnabled(false); | 1469 | mEmailLabel->setEnabled(false); |
1470 | mNameLabel->setEnabled(false); | 1470 | mNameLabel->setEnabled(false); |
1471 | 1471 | ||
1472 | KEMailSettings settings; | 1472 | KEMailSettings settings; |
1473 | mNameEdit->setText(settings.getSetting(KEMailSettings::RealName)); | 1473 | mNameEdit->setText(settings.getSetting(KEMailSettings::RealName)); |
1474 | mEmailEdit->setText(settings.getSetting(KEMailSettings::EmailAddress)); | 1474 | mEmailEdit->setText(settings.getSetting(KEMailSettings::EmailAddress)); |
1475 | } else { | 1475 | } else { |
1476 | mEmailEdit->setEnabled(true); | 1476 | mEmailEdit->setEnabled(true); |
1477 | mNameEdit->setEnabled(true); | 1477 | mNameEdit->setEnabled(true); |
1478 | mEmailLabel->setEnabled(true); | 1478 | mEmailLabel->setEnabled(true); |
1479 | mNameLabel->setEnabled(true); | 1479 | mNameLabel->setEnabled(true); |
1480 | } | 1480 | } |
1481 | } | 1481 | } |
1482 | 1482 | ||
1483 | void KOPrefsDialog::addItem() | 1483 | void KOPrefsDialog::addItem() |
1484 | { | 1484 | { |
1485 | // aEmailsEdit->setEnabled(true); | 1485 | // aEmailsEdit->setEnabled(true); |
1486 | // QListViewItem *item = new QListViewItem(mAMails); | 1486 | // QListViewItem *item = new QListViewItem(mAMails); |
1487 | // mAMails->insertItem(item); | 1487 | // mAMails->insertItem(item); |
1488 | // mAMails->setSelected(item,true); | 1488 | // mAMails->setSelected(item,true); |
1489 | // aEmailsEdit->setText(i18n("(EmptyEmail)")); | 1489 | // aEmailsEdit->setText(i18n("(EmptyEmail)")); |
1490 | } | 1490 | } |
1491 | 1491 | ||
1492 | void KOPrefsDialog::removeItem() | 1492 | void KOPrefsDialog::removeItem() |
1493 | { | 1493 | { |
1494 | // QListViewItem *item; | 1494 | // QListViewItem *item; |
1495 | // item = mAMails->selectedItem(); | 1495 | // item = mAMails->selectedItem(); |
1496 | // if (!item) return; | 1496 | // if (!item) return; |
1497 | // mAMails->takeItem(item); | 1497 | // mAMails->takeItem(item); |
1498 | // item = mAMails->selectedItem(); | 1498 | // item = mAMails->selectedItem(); |
1499 | // if (!item) { | 1499 | // if (!item) { |
1500 | // aEmailsEdit->setText(""); | 1500 | // aEmailsEdit->setText(""); |
1501 | // aEmailsEdit->setEnabled(false); | 1501 | // aEmailsEdit->setEnabled(false); |
1502 | // } | 1502 | // } |
1503 | // if (mAMails->childCount() == 0) { | 1503 | // if (mAMails->childCount() == 0) { |
1504 | // aEmailsEdit->setEnabled(false); | 1504 | // aEmailsEdit->setEnabled(false); |
1505 | // } | 1505 | // } |
1506 | } | 1506 | } |
1507 | 1507 | ||
1508 | void KOPrefsDialog::updateItem() | 1508 | void KOPrefsDialog::updateItem() |
1509 | { | 1509 | { |
1510 | // QListViewItem *item; | 1510 | // QListViewItem *item; |
1511 | // item = mAMails->selectedItem(); | 1511 | // item = mAMails->selectedItem(); |
1512 | // if (!item) return; | 1512 | // if (!item) return; |
1513 | // item->setText(0,aEmailsEdit->text()); | 1513 | // item->setText(0,aEmailsEdit->text()); |
1514 | } | 1514 | } |
1515 | 1515 | ||
1516 | void KOPrefsDialog::updateInput() | 1516 | void KOPrefsDialog::updateInput() |
1517 | { | 1517 | { |
1518 | // QListViewItem *item; | 1518 | // QListViewItem *item; |
1519 | // item = mAMails->selectedItem(); | 1519 | // item = mAMails->selectedItem(); |
1520 | // if (!item) return; | 1520 | // if (!item) return; |
1521 | // aEmailsEdit->setEnabled(true); | 1521 | // aEmailsEdit->setEnabled(true); |
1522 | // aEmailsEdit->setText(item->text(0)); | 1522 | // aEmailsEdit->setText(item->text(0)); |
1523 | } | 1523 | } |
1524 | void KOPrefsDialog::updateTimezoneOffset( int index ) | 1524 | void KOPrefsDialog::updateTimezoneOffset( int index ) |
1525 | { | 1525 | { |
1526 | /* | 1526 | /* |
1527 | qDebug("updateTimezoneOffset %d ", index); | 1527 | qDebug("updateTimezoneOffset %d ", index); |
1528 | if ( index < 24 ) { | 1528 | if ( index < 24 ) { |
1529 | mTimezoneOffsetSpin->setEnabled ( false ); | 1529 | mTimezoneOffsetSpin->setEnabled ( false ); |
1530 | mTimezoneOffsetSpin->setValue( ( index-11 ) * 60 ); | 1530 | mTimezoneOffsetSpin->setValue( ( index-11 ) * 60 ); |
1531 | 1531 | ||
1532 | 1532 | ||
1533 | } else { | 1533 | } else { |
1534 | if ( index == 24 ) { | 1534 | if ( index == 24 ) { |
1535 | mTimezoneOffsetSpin->setEnabled ( true ); | 1535 | mTimezoneOffsetSpin->setEnabled ( true ); |
1536 | mTimezoneOffsetSpin->setValue( KOPrefs::instance()->mTimeZoneOffset); | 1536 | mTimezoneOffsetSpin->setValue( KOPrefs::instance()->mTimeZoneOffset); |
1537 | 1537 | ||
1538 | } else { | 1538 | } else { |
1539 | mTimezoneOffsetSpin->setEnabled ( false ); | 1539 | mTimezoneOffsetSpin->setEnabled ( false ); |
1540 | mTimezoneOffsetSpin->setValue( 0 ); | 1540 | mTimezoneOffsetSpin->setValue( 0 ); |
1541 | } | 1541 | } |
1542 | } | 1542 | } |
1543 | */ | 1543 | */ |
1544 | } | 1544 | } |
1545 | 1545 | ||
1546 | void KOPrefsDialog::setupTimeZoneTab() | 1546 | void KOPrefsDialog::setupTimeZoneTab() |
1547 | { | 1547 | { |
1548 | QFrame *topFrame = addPage(i18n("Time Zone"),0,0); | 1548 | QFrame *topFrame = addPage(i18n("Time Zone"),0,0); |
1549 | // DesktopIcon("clock",KIcon::SizeMedium)); | 1549 | // DesktopIcon("clock",KIcon::SizeMedium)); |
1550 | 1550 | ||
1551 | QGridLayout *topLayout = new QGridLayout(topFrame,5,2); | 1551 | QGridLayout *topLayout = new QGridLayout(topFrame,5,2); |
1552 | topLayout->setSpacing(spacingHint()); | 1552 | topLayout->setSpacing(spacingHint()); |
1553 | topLayout->setMargin(marginHint()); | 1553 | topLayout->setMargin(marginHint()); |
1554 | 1554 | ||
1555 | QHBox *timeZoneBox = new QHBox( topFrame ); | 1555 | QHBox *timeZoneBox = new QHBox( topFrame ); |
1556 | topLayout->addMultiCellWidget( timeZoneBox, 0, 0, 0, 1 ); | 1556 | topLayout->addMultiCellWidget( timeZoneBox, 0, 0, 0, 1 ); |
1557 | 1557 | ||
1558 | new QLabel( i18n("Timezone:"), timeZoneBox ); | 1558 | new QLabel( i18n("Timezone:"), timeZoneBox ); |
1559 | mTimeZoneCombo = new QComboBox( timeZoneBox ); | 1559 | mTimeZoneCombo = new QComboBox( timeZoneBox ); |
1560 | if ( QApplication::desktop()->width() < 300 ) { | 1560 | if ( QApplication::desktop()->width() < 300 ) { |
1561 | mTimeZoneCombo->setMaximumWidth(150); | 1561 | mTimeZoneCombo->setMaximumWidth(150); |
1562 | } | 1562 | } |
1563 | 1563 | ||
1564 | QStringList list; | 1564 | QStringList list; |
1565 | list = KGlobal::locale()->timeZoneList(); | 1565 | list = KGlobal::locale()->timeZoneList(); |
1566 | mTimeZoneCombo->insertStringList(list); | 1566 | mTimeZoneCombo->insertStringList(list); |
1567 | 1567 | ||
1568 | // find the currently set time zone and select it | 1568 | // find the currently set time zone and select it |
1569 | QString sCurrentlySet = KOPrefs::instance()->mTimeZoneId; | 1569 | QString sCurrentlySet = KOPrefs::instance()->mTimeZoneId; |
1570 | int nCurrentlySet = 11; | 1570 | int nCurrentlySet = 11; |
1571 | for (int i = 0; i < mTimeZoneCombo->count(); i++) | 1571 | for (int i = 0; i < mTimeZoneCombo->count(); i++) |
1572 | { | 1572 | { |
1573 | if (mTimeZoneCombo->text(i) == sCurrentlySet) | 1573 | if (mTimeZoneCombo->text(i) == sCurrentlySet) |
1574 | { | 1574 | { |
1575 | nCurrentlySet = i; | 1575 | nCurrentlySet = i; |
1576 | break; | 1576 | break; |
1577 | } | 1577 | } |
1578 | } | 1578 | } |
1579 | mTimeZoneCombo->setCurrentItem(nCurrentlySet); | 1579 | mTimeZoneCombo->setCurrentItem(nCurrentlySet); |
1580 | int iii = 1; | 1580 | int iii = 1; |
1581 | KPrefsWidBool *sb = | 1581 | KPrefsWidBool *sb = |
1582 | addWidBool(i18n("Timezone has daylight saving"), | 1582 | addWidBool(i18n("Timezone has daylight saving"), |
1583 | &(KOPrefs::instance()->mUseDaylightsaving),topFrame); | 1583 | &(KOPrefs::instance()->mUseDaylightsaving),topFrame); |
1584 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); | 1584 | topLayout->addMultiCellWidget(sb->checkBox(), iii,iii,0,1); |
1585 | ++iii; | 1585 | ++iii; |
1586 | QLabel* lab = new QLabel( i18n("Actual start/end is the\nsunday before this date."), topFrame ); | 1586 | QLabel* lab = new QLabel( i18n("Actual start and end is the\nsunday before this date."), topFrame ); |
1587 | topLayout->addMultiCellWidget(lab, iii,iii,0,1); | 1587 | topLayout->addMultiCellWidget(lab, iii,iii,0,1); |
1588 | ++iii; | 1588 | ++iii; |
1589 | lab = new QLabel( i18n("The year in the date is ignored."), topFrame ); | 1589 | lab = new QLabel( i18n("The year in the date is ignored."), topFrame ); |
1590 | topLayout->addMultiCellWidget(lab, iii,iii,0,1); | 1590 | topLayout->addMultiCellWidget(lab, iii,iii,0,1); |
1591 | ++iii; | 1591 | ++iii; |
1592 | lab = new QLabel( i18n("Daylight start:"), topFrame ); | 1592 | lab = new QLabel( i18n("Daylight start:"), topFrame ); |
1593 | topLayout->addWidget(lab, iii,0); | 1593 | topLayout->addWidget(lab, iii,0); |
1594 | mStartDateSavingEdit = new KDateEdit(topFrame); | 1594 | mStartDateSavingEdit = new KDateEdit(topFrame); |
1595 | topLayout->addWidget(mStartDateSavingEdit, iii,1); | 1595 | topLayout->addWidget(mStartDateSavingEdit, iii,1); |
1596 | ++iii; | 1596 | ++iii; |
1597 | 1597 | ||
1598 | lab = new QLabel( i18n("Daylight end:"), topFrame ); | 1598 | lab = new QLabel( i18n("Daylight end:"), topFrame ); |
1599 | topLayout->addWidget(lab, iii,0); | 1599 | topLayout->addWidget(lab, iii,0); |
1600 | mEndDateSavingEdit = new KDateEdit(topFrame); | 1600 | mEndDateSavingEdit = new KDateEdit(topFrame); |
1601 | topLayout->addWidget(mEndDateSavingEdit, iii,1); | 1601 | topLayout->addWidget(mEndDateSavingEdit, iii,1); |
1602 | ++iii; | 1602 | ++iii; |
1603 | QDate current ( 2001, 1,1); | 1603 | QDate current ( 2001, 1,1); |
1604 | mStartDateSavingEdit->setDate(current.addDays(KOPrefs::instance()->mDaylightsavingStart-1)); | 1604 | mStartDateSavingEdit->setDate(current.addDays(KOPrefs::instance()->mDaylightsavingStart-1)); |
1605 | mEndDateSavingEdit->setDate(current.addDays(KOPrefs::instance()->mDaylightsavingEnd-1)); | 1605 | mEndDateSavingEdit->setDate(current.addDays(KOPrefs::instance()->mDaylightsavingEnd-1)); |
1606 | 1606 | ||
1607 | 1607 | ||
1608 | } | 1608 | } |
1609 | 1609 | ||
diff --git a/korganizer/wordsgerman.h b/korganizer/wordsgerman.h index 8310f2f..6fd347c 100644 --- a/korganizer/wordsgerman.h +++ b/korganizer/wordsgerman.h | |||
@@ -1,844 +1,844 @@ | |||
1 | { "10 minutes","10 Minuten", }, | 1 | { "10 minutes","10 Minuten", }, |
2 | { "10th","10." }, | 2 | { "10th","10." }, |
3 | { "11th","11." }, | 3 | { "11th","11." }, |
4 | { "12 pm Format","12 AM/PM Format" }, | 4 | { "12 pm Format","12 AM/PM Format" }, |
5 | { "12th","12." }, | 5 | { "12th","12." }, |
6 | { "13th","13." }, | 6 | { "13th","13." }, |
7 | { "14th","14." }, | 7 | { "14th","14." }, |
8 | { "15th","15." }, | 8 | { "15th","15." }, |
9 | { "16th","16." }, | 9 | { "16th","16." }, |
10 | { "17th","17." }, | 10 | { "17th","17." }, |
11 | { "18th","18." }, | 11 | { "18th","18." }, |
12 | { "19th","19." }, | 12 | { "19th","19." }, |
13 | { "1 Day","1 Tag" }, | 13 | { "1 Day","1 Tag" }, |
14 | { "1 h","1 Std" }, | 14 | { "1 h","1 Std" }, |
15 | { "1 (high)","1 (hoch)" }, | 15 | { "1 (high)","1 (hoch)" }, |
16 | { "5 (low)","5" }, | 16 | { "5 (low)","5" }, |
17 | { "1st","1." }, | 17 | { "1st","1." }, |
18 | { "20th","20." }, | 18 | { "20th","20." }, |
19 | { "21st","21." }, | 19 | { "21st","21." }, |
20 | { "22nd","22." }, | 20 | { "22nd","22." }, |
21 | { "23rd","23." }, | 21 | { "23rd","23." }, |
22 | { "24:00 Hour Format","24:00 Stunden Format" }, | 22 | { "24:00 Hour Format","24:00 Stunden Format" }, |
23 | { "24th","24." }, | 23 | { "24th","24." }, |
24 | { "25th","25." }, | 24 | { "25th","25." }, |
25 | { "26th","26." }, | 25 | { "26th","26." }, |
26 | { "27th","27." }, | 26 | { "27th","27." }, |
27 | { "28th","28." }, | 27 | { "28th","28." }, |
28 | { "29th","29." }, | 28 | { "29th","29." }, |
29 | { "2nd","2." }, | 29 | { "2nd","2." }, |
30 | { "30 minutes","30 Minuten" }, | 30 | { "30 minutes","30 Minuten" }, |
31 | { "30th","30." }, | 31 | { "30th","30." }, |
32 | { "31st","31." }, | 32 | { "31st","31." }, |
33 | { "3rd","3." }, | 33 | { "3rd","3." }, |
34 | { "4th","4." }, | 34 | { "4th","4." }, |
35 | { "5 (lowest)","5 (Niedrigster)" }, | 35 | { "5 (lowest)","5 (Niedrigster)" }, |
36 | { "5th","5." }, | 36 | { "5th","5." }, |
37 | { "6th","6." }, | 37 | { "6th","6." }, |
38 | { "7th","7." }, | 38 | { "7th","7." }, |
39 | { "8th","8." }, | 39 | { "8th","8." }, |
40 | { "9th","9." }, | 40 | { "9th","9." }, |
41 | { "About...","Über..." }, | 41 | { "About...","Über..." }, |
42 | { "&Accept","&Akzeptieren" }, | 42 | { "&Accept","&Akzeptieren" }, |
43 | { "Accept","Akzeptieren" }, | 43 | { "Accept","Akzeptieren" }, |
44 | { "Accept A&ll","A&lles Akzepieren" }, | 44 | { "Accept A&ll","A&lles Akzepieren" }, |
45 | { "Access:","Zugriff:" }, | 45 | { "Access:","Zugriff:" }, |
46 | { "A corresponding event is missing in your calendar!","Ein zugehöriger Termin fehlt in ihrem Kalender!" }, | 46 | { "A corresponding event is missing in your calendar!","Ein zugehöriger Termin fehlt in ihrem Kalender!" }, |
47 | { "Actions","Aktionen" }, | 47 | { "Actions","Aktionen" }, |
48 | { "Add Filter","Filter Hinzufügen" }, | 48 | { "Add Filter","Filter Hinzufügen" }, |
49 | { "&Add","Hinzufügen" }, | 49 | { "&Add","Hinzufügen" }, |
50 | { "Add","Hinzufügen" }, | 50 | { "Add","Hinzufügen" }, |
51 | { "Additional email addresses:","Zusätzliche E-Mail Adressen:" }, | 51 | { "Additional email addresses:","Zusätzliche E-Mail Adressen:" }, |
52 | { "Additional email address:","Zusätzliche E-Mail Adresse:" }, | 52 | { "Additional email address:","Zusätzliche E-Mail Adresse:" }, |
53 | { "&Addressbook","&Adressbuch" }, | 53 | { "&Addressbook","&Adressbuch" }, |
54 | { "Address &Book...","Adress&buch..." }, | 54 | { "Address &Book...","Adress&buch..." }, |
55 | { "Agenda Size","Agende Größe" }, | 55 | { "Agenda Size","Agende Größe" }, |
56 | { "Agenda Size:","Größe der Agenda:" }, | 56 | { "Agenda Size:","Größe der Agenda:" }, |
57 | { "Agenda view:","Agenda Ansicht:" }, | 57 | { "Agenda view:","Agenda Ansicht:" }, |
58 | { "Agenda view background color:","Hintergrund der Agenda Ansicht:" }, | 58 | { "Agenda view background color:","Hintergrund der Agenda Ansicht:" }, |
59 | { "All attendees","Alle Teilnehmer" }, | 59 | { "All attendees","Alle Teilnehmer" }, |
60 | { "AllDayAgenda Height:","Höhe Ganztages Agenda:" }, | 60 | { "AllDayAgenda Height:","Höhe Ganztages Agenda:" }, |
61 | { "Allday","Ganztägig" }, | 61 | { "Allday","Ganztägig" }, |
62 | { "Anonymous","Anonym" }, | 62 | { "Anonymous","Anonym" }, |
63 | { "Apply","Anwenden" }, | 63 | { "Apply","Anwenden" }, |
64 | { "Apr","Apr" }, | 64 | { "Apr","Apr" }, |
65 | { "April","April" }, | 65 | { "April","April" }, |
66 | {"Ask for every entry on conflict","Frage bei Konflikten nach"}, | 66 | {"Ask for every entry on conflict","Frage bei Konflikten nach"}, |
67 | { "Ask for preferences before syncing","Vor dem Syncronisieren nachfragen" }, | 67 | { "Ask for preferences before syncing","Vor dem Syncronisieren nachfragen" }, |
68 | { "Ask for quit when closing KO/Pi","Vor dem Beenden von KO/Pi nachfragen" }, | 68 | { "Ask for quit when closing KO/Pi","Vor dem Beenden von KO/Pi nachfragen" }, |
69 | { "Attendees","Teilnehmer" }, | 69 | { "Attendees","Teilnehmer" }, |
70 | { "Aug","Aug" }, | 70 | { "Aug","Aug" }, |
71 | { "August","August" }, | 71 | { "August","August" }, |
72 | { "Auto-Save","Automatisches Abspeichern" }, | 72 | { "Auto-Save","Automatisches Abspeichern" }, |
73 | { "Auto save delay in minutes:","Verzög.autom.Speichern in Min" }, | 73 | { "Auto save delay in minutes:","Verzög.autom.Speichern in Min" }, |
74 | { "Auto saving...","Automatische Sicherung..." }, | 74 | { "Auto saving...","Automatische Sicherung..." }, |
75 | { "Begin on:","Starte mit:" }, | 75 | { "Begin on:","Starte mit:" }, |
76 | { "Begins on: %1","Starte mit: %1" }, | 76 | { "Begins on: %1","Starte mit: %1" }, |
77 | { "<b>From:</b> %1 <b>To:</b> %2","<b>Vom:</b> %1 <b>Zum:</b> %2" }, | 77 | { "<b>From:</b> %1 <b>To:</b> %2","<b>Vom:</b> %1 <b>Zum:</b> %2" }, |
78 | { "Bigger","Größer" }, | 78 | { "Bigger","Größer" }, |
79 | { "Biggest","Riesig" }, | 79 | { "Biggest","Riesig" }, |
80 | { "Big","Groß" }, | 80 | { "Big","Groß" }, |
81 | { "<b>On:</b> %1","<b>Am:</b> %1" }, | 81 | { "<b>On:</b> %1","<b>Am:</b> %1" }, |
82 | { "<b>On:</b> %1 <b>From:S</b> %2 <b>To:</b> %3","<b>Am:</b> %1 <b>Vom:S</b> %2 <b>Zum:</b> %3" }, | 82 | { "<b>On:</b> %1 <b>From:S</b> %2 <b>To:</b> %3","<b>Am:</b> %1 <b>Vom:S</b> %2 <b>Zum:</b> %3" }, |
83 | { "<b>Original event:</b><p>","<b>Original Termin:</b><p>" }, | 83 | { "<b>Original event:</b><p>","<b>Original Termin:</b><p>" }, |
84 | { " - both are modified after last sync"," - beide wurden nach der letzten Syncronisation verändert" }, | 84 | { " - both are modified after last sync"," - beide wurden nach der letzten Syncronisation verändert" }, |
85 | { "Busy","Belegt" }, | 85 | { "Busy","Belegt" }, |
86 | { "&Cancel","Abbre&chen" }, | 86 | { "&Cancel","Abbre&chen" }, |
87 | { "Cancel","Abbrechen" }, | 87 | { "Cancel","Abbrechen" }, |
88 | { "Cannot delete To-Do\nwhich has children.","Kann Todo nicht löschen,\n da noch Einträge vorhanden sind" }, | 88 | { "Cannot delete To-Do\nwhich has children.","Kann Todo nicht löschen,\n da noch Einträge vorhanden sind" }, |
89 | { "Cannot delete To-Do which has children.","Kann Todo nicht löschen, da noch Einträge vorhanden sind" }, | 89 | { "Cannot delete To-Do which has children.","Kann Todo nicht löschen, da noch Einträge vorhanden sind" }, |
90 | { "Can't generate mail:\nNo event selected.","Kann e-Mail nicht erstellen:\nKein Termin ausgewählt." }, | 90 | { "Can't generate mail:\nNo event selected.","Kann e-Mail nicht erstellen:\nKein Termin ausgewählt." }, |
91 | { "Categories...","Kategorien..." }, | 91 | { "Categories...","Kategorien..." }, |
92 | { "Categories","Kategorien" }, | 92 | { "Categories","Kategorien" }, |
93 | { "Category","Kategorie" }, | 93 | { "Category","Kategorie" }, |
94 | { "Center View","Zentriere Ansicht" }, | 94 | { "Center View","Zentriere Ansicht" }, |
95 | { "Change","Ändere" }, | 95 | { "Change","Ändere" }, |
96 | { "Cinema","Kino" }, | 96 | { "Cinema","Kino" }, |
97 | { "Click to add a new Todo","Hier klicken, um ein neues Todo anzulegen" }, | 97 | { "Click to add a new Todo","Hier klicken, um ein neues Todo anzulegen" }, |
98 | { "Clone Item","Klone Eintrag" }, | 98 | { "Clone Item","Klone Eintrag" }, |
99 | { "&Close","S&chließen" }, | 99 | { "&Close","S&chließen" }, |
100 | { "Close","Schließen" }, | 100 | { "Close","Schließen" }, |
101 | { "Close this dialog to abort deletion!","Zum Abbrechen des Löschvorganges Dialog schließen!" }, | 101 | { "Close this dialog to abort deletion!","Zum Abbrechen des Löschvorganges Dialog schließen!" }, |
102 | { "Colors","Farben" }, | 102 | { "Colors","Farben" }, |
103 | { "completed","erledigt" }, | 103 | { "completed","erledigt" }, |
104 | { "completed on %1","erledigt am %1" }, | 104 | { "completed on %1","erledigt am %1" }, |
105 | { "Complete","Erledigt" }, | 105 | { "Complete","Erledigt" }, |
106 | { "Confidential","Vertraulich" }, | 106 | { "Confidential","Vertraulich" }, |
107 | { "Configure...","Einstellungen..." }, | 107 | { "Configure...","Einstellungen..." }, |
108 | { "Confirm &deletes","Löschvogang bestätigen" }, | 108 | { "Confirm &deletes","Löschvogang bestätigen" }, |
109 | { "Couldn't load calendar\n '%1'.","Kann Kalender\n '%1' nicht laden." }, | 109 | { "Couldn't load calendar\n '%1'.","Kann Kalender\n '%1' nicht laden." }, |
110 | { "Counter-event Viewer","Terminzähler Ansicht" }, | 110 | { "Counter-event Viewer","Terminzähler Ansicht" }, |
111 | { "Daily ending hour:","Feierabend:" }, | 111 | { "Daily ending hour:","Feierabend:" }, |
112 | { "Daily starting hour:","Anfangszeit:" }, | 112 | { "Daily starting hour:","Anfangszeit:" }, |
113 | { "Daily","Täglich" }, | 113 | { "Daily","Täglich" }, |
114 | { "Date Format","Datums Format" }, | 114 | { "Date Format","Datums Format" }, |
115 | { "Date Format:","Datums Format:" }, | 115 | { "Date Format:","Datums Format:" }, |
116 | { "DateNavigator:(nr)","Datums Navigator" }, | 116 | { "DateNavigator:(nr)","Datums Navigator" }, |
117 | { "Dates: ","Datum: " }, | 117 | { "Dates: ","Datum: " }, |
118 | { "Date && Time","Datum && Zeit" }, | 118 | { "Date && Time","Datum && Zeit" }, |
119 | { "Day begins at:","Der Tag beginnt um:" }, | 119 | { "Day begins at:","Der Tag beginnt um:" }, |
120 | { "Days in Next-X-Days:","Tage in Nächste-X-Tage:" }, | 120 | { "Days in Next-X-Days:","Tage in Nächste-X-Tage:" }, |
121 | { "Days in What's Next:","Tage in What's Next:" }, | 121 | { "Days in What's Next:","Tage in What's Next:" }, |
122 | { "day(s)","Tag(e)" }, | 122 | { "day(s)","Tag(e)" }, |
123 | { "Days to show in Next-X-Days view:","Welche Tage in Nächste-X-Tagen anzeigen:" }, | 123 | { "Days to show in Next-X-Days view:","Welche Tage in Nächste-X-Tagen anzeigen:" }, |
124 | { "day","Tag" }, | 124 | { "day","Tag" }, |
125 | { "Dec","Dez" }, | 125 | { "Dec","Dez" }, |
126 | { "December","Dezember" }, | 126 | { "December","Dezember" }, |
127 | { "Default alarm time:","Standard Alarmzeit:" }, | 127 | { "Default alarm time:","Standard Alarmzeit:" }, |
128 | { "Default appointment time:","Standard Termin Startzeit:" }, | 128 | { "Default appointment time:","Standard Termin Startzeit:" }, |
129 | { "Default event color:","Standard Terminfarbe:" }, | 129 | { "Default event color:","Standard Terminfarbe:" }, |
130 | { "Default","Standard" }, | 130 | { "Default","Standard" }, |
131 | { "Def. duration of new app.:","Standard Termin Länge:" }, | 131 | { "Def. duration of new app.:","Standard Termin Länge:" }, |
132 | { "Delete all completed To-Dos?","Alle bereits erledigten Todos löschen?" }, | 132 | { "Delete all completed To-Dos?","Alle bereits erledigten Todos löschen?" }, |
133 | { "Delete All","Lösche alles" }, | 133 | { "Delete All","Lösche alles" }, |
134 | { "Delete all selected","Lösche alle Selektierten" }, | 134 | { "Delete all selected","Lösche alle Selektierten" }, |
135 | { "Delete Current","Aktuellen löschen" }, | 135 | { "Delete Current","Aktuellen löschen" }, |
136 | { "Delete Event...","Lösche Termin..." }, | 136 | { "Delete Event...","Lösche Termin..." }, |
137 | { "Delete Event","Lösche Termin" }, | 137 | { "Delete Event","Lösche Termin" }, |
138 | { "&Delete","Löschen" }, | 138 | { "&Delete","Löschen" }, |
139 | { "Delete...","Löschen..." }, | 139 | { "Delete...","Löschen..." }, |
140 | { "Delete","Löschen" }, | 140 | { "Delete","Löschen" }, |
141 | { "Delete Todo...","Lösche Todo..." }, | 141 | { "Delete Todo...","Lösche Todo..." }, |
142 | { "Delete To-Do","Lösche Todo" }, | 142 | { "Delete To-Do","Lösche Todo" }, |
143 | { "Deleting item %d ...","Lösche Eintrag %d..." }, | 143 | { "Deleting item %d ...","Lösche Eintrag %d..." }, |
144 | { "Descriptions","Beschreibungen" }, | 144 | { "Descriptions","Beschreibungen" }, |
145 | { "Deselect All","Deselektiere Alle" }, | 145 | { "Deselect All","Deselektiere Alle" }, |
146 | { "Details","Details" }, | 146 | { "Details","Details" }, |
147 | { "Dinner","Abendessen" }, | 147 | { "Dinner","Abendessen" }, |
148 | { "Do you really want\nto close KO/Pi?","Möchten Sie wirklich\nKO/PI verlassen?" }, | 148 | { "Do you really want\nto close KO/Pi?","Möchten Sie wirklich\nKO/PI verlassen?" }, |
149 | { "Due Date","Fällig am" }, | 149 | { "Due Date","Fällig am" }, |
150 | { "Due: ","Fällig: "}, | 150 | { "Due: ","Fällig: "}, |
151 | { "Due Time","Fällig um" }, | 151 | { "Due Time","Fällig um" }, |
152 | { "Due:","Fällig:"}, | 152 | { "Due:","Fällig:"}, |
153 | { "Duration: ","Dauer: " }, | 153 | { "Duration: ","Dauer: " }, |
154 | { "Edit...","Bearbeite..." }, | 154 | { "Edit...","Bearbeite..." }, |
155 | { "Edit","Bearbeite" }, | 155 | { "Edit","Bearbeite" }, |
156 | { "Edit Event...","Bearbeite Termin..." }, | 156 | { "Edit Event...","Bearbeite Termin..." }, |
157 | { "Edit Event","Bearbeite Termin" }, | 157 | { "Edit Event","Bearbeite Termin" }, |
158 | { "Edit exceptions","Bearbeite Ausnahmen" }, | 158 | { "Edit exceptions","Bearbeite Ausnahmen" }, |
159 | { "EditorBox:","Editor Fenster:" }, | 159 | { "EditorBox:","Editor Fenster:" }, |
160 | { "Edit Recurrence Range","Bearbeite Wiederholung" }, | 160 | { "Edit Recurrence Range","Bearbeite Wiederholung" }, |
161 | { "Edit Todo...","Berabeite Todo..." }, | 161 | { "Edit Todo...","Berabeite Todo..." }, |
162 | { "Edit To-Do","Todo bearbeiten" }, | 162 | { "Edit To-Do","Todo bearbeiten" }, |
163 | { "E&mail address:","E&mail Adresse:" }, | 163 | { "E&mail address:","E&mail Adresse:" }, |
164 | { "(EmptyEmail)","(KeineEmail)" }, | 164 | { "(EmptyEmail)","(KeineEmail)" }, |
165 | { "(EmptyName)","(KeinName)" }, | 165 | { "(EmptyName)","(KeinName)" }, |
166 | { "Enable Recurrence","Wiederholender Termin" }, | 166 | { "Enable Recurrence","Wiederholender Termin" }, |
167 | { "End after","Endet nach"}, | 167 | { "End after","Endet nach"}, |
168 | { "End by:","Endet am"}, | 168 | { "End by:","Endet am"}, |
169 | { "End Date","End Datum" }, | 169 | { "End Date","End Datum" }, |
170 | { "End:","Ende:" }, | 170 | { "End:","Ende:" }, |
171 | { "End Time","End Zeit" }, | 171 | { "End Time","End Zeit" }, |
172 | { "English","Englisch" }, | 172 | { "English","Englisch" }, |
173 | { "Event","Termin" }, | 173 | { "Event","Termin" }, |
174 | { "Event list","Termin Liste" }, | 174 | { "Event list","Termin Liste" }, |
175 | { "Events","Termine" }, | 175 | { "Events","Termine" }, |
176 | { "Event Viewer:","Termin Übersicht:" }, | 176 | { "Event Viewer:","Termin Übersicht:" }, |
177 | { "every","jede" }, | 177 | { "every","jede" }, |
178 | { "Exceptions...","Ausnahmen..." }, | 178 | { "Exceptions...","Ausnahmen..." }, |
179 | { "Exceptions","Ausnahmen" }, | 179 | { "Exceptions","Ausnahmen" }, |
180 | { "Exclude holidays","Ohne freie Tage" }, | 180 | { "Exclude holidays","Ohne freie Tage" }, |
181 | { "Exclude Saturdays","Ohne Samstage" }, | 181 | { "Exclude Saturdays","Ohne Samstage" }, |
182 | { "Feb","Feb" }, | 182 | { "Feb","Feb" }, |
183 | { "February","Februar" }, | 183 | { "February","Februar" }, |
184 | { "&Find","Suche!" }, | 184 | { "&Find","Suche!" }, |
185 | { "Fonts","Schriftart" }, | 185 | { "Fonts","Schriftart" }, |
186 | { "Force take local entry always","Erzwinge:Nimm immer lokalen Eintrag" }, | 186 | { "Force take local entry always","Erzwinge:Nimm immer lokalen Eintrag" }, |
187 | { "Force take remote entry always","Erzwinge:Nimm immer fernen Eintrag"}, | 187 | { "Force take remote entry always","Erzwinge:Nimm immer fernen Eintrag"}, |
188 | { "Free","Frei" }, | 188 | { "Free","Frei" }, |
189 | { "Friday","Freitag" }, | 189 | { "Friday","Freitag" }, |
190 | { "Fri","Fr" }, | 190 | { "Fri","Fr" }, |
191 | { "From:","Vom:" }, | 191 | { "From:","Vom:" }, |
192 | { "Full &name:","Vor- und &Nachname:" }, | 192 | { "Full &name:","Vor- und &Nachname:" }, |
193 | { "General","Allgemein" }, | 193 | { "General","Allgemein" }, |
194 | { "German","Deutsch" }, | 194 | { "German","Deutsch" }, |
195 | { "Gifts","Geschenke" }, | 195 | { "Gifts","Geschenke" }, |
196 | { "Go to Today","Heute anzeigen" }, | 196 | { "Go to Today","Heute anzeigen" }, |
197 | { "Help","Hilfe" }, | 197 | { "Help","Hilfe" }, |
198 | { "Hide Dates","Daten ausblenden" }, | 198 | { "Hide Dates","Daten ausblenden" }, |
199 | { "Highlight color:","Markierungen:" }, | 199 | { "Highlight color:","Markierungen:" }, |
200 | { "Holiday color:","Freie Tage:" }, | 200 | { "Holiday color:","Freie Tage:" }, |
201 | { "hour(s)","Stunde(n)" }, | 201 | { "hour(s)","Stunde(n)" }, |
202 | { "In %1 days: ","In %1 Tagen: " }, | 202 | { "In %1 days: ","In %1 Tagen: " }, |
203 | { "Incomplete Todo:","Unerledigte Aufgaben:" }, | 203 | { "Incomplete Todo:","Unerledigte Aufgaben:" }, |
204 | { "Information","Information" }, | 204 | { "Information","Information" }, |
205 | { "Invalid search expression,\ncannot perform ","Kann Suche nicht ausführen" }, | 205 | { "Invalid search expression,\ncannot perform ","Kann Suche nicht ausführen" }, |
206 | { "Jan","Jan" }, | 206 | { "Jan","Jan" }, |
207 | { "January","Januar" }, | 207 | { "January","Januar" }, |
208 | { "JournalView:","Journal Ansicht:" }, | 208 | { "JournalView:","Journal Ansicht:" }, |
209 | { "Journals","Journale" }, | 209 | { "Journals","Journale" }, |
210 | { "Jul","Jul" }, | 210 | { "Jul","Jul" }, |
211 | { "July","Juli" }, | 211 | { "July","Juli" }, |
212 | { "Jump to date","Springe zum Datum" }, | 212 | { "Jump to date","Springe zum Datum" }, |
213 | { "June","Juni" }, | 213 | { "June","Juni" }, |
214 | { "Jun","Jun" }, | 214 | { "Jun","Jun" }, |
215 | { "Key Bindings...","Tastenzuordnung..." }, | 215 | { "Key Bindings...","Tastenzuordnung..." }, |
216 | { "Kids","Kinder" }, | 216 | { "Kids","Kinder" }, |
217 | { "Known Problems...","Bekannte Probleme..." }, | 217 | { "Known Problems...","Bekannte Probleme..." }, |
218 | { "KO/Pi Find ","KO/Pi Suchdialog " }, | 218 | { "KO/Pi Find ","KO/Pi Suchdialog " }, |
219 | { "KO/Pi Find: ","KO/Pi Suchen: " }, | 219 | { "KO/Pi Find: ","KO/Pi Suchen: " }, |
220 | { "KO/Pi is starting ... "," KO/Pi startet ... \n... Zeit für eine Kaffeepause ..." }, | 220 | { "KO/Pi is starting ... "," KO/Pi startet ... \n... Zeit für eine Kaffeepause ..." }, |
221 | { "Language:(needs restart)","Sprache (Neustart!)" }, | 221 | { "Language:(needs restart)","Sprache (Neustart!)" }, |
222 | { "Language:","Sprache" }, | 222 | { "Language:","Sprache" }, |
223 | { "Large","Etwas mehr" }, | 223 | { "Large","Etwas mehr" }, |
224 | { "List View:","Listenansicht:" }, | 224 | { "List View:","Listenansicht:" }, |
225 | { "List View","Listenansicht" }, | 225 | { "List View","Listenansicht" }, |
226 | { "Load/Save","Laden/Speichern" }, | 226 | { "Load/Save","Laden/Speichern" }, |
227 | { "Load Template","Lade Vorlage" }, | 227 | { "Load Template","Lade Vorlage" }, |
228 | { "Locale","Localisation" }, | 228 | { "Locale","Localisation" }, |
229 | { "Local temp file:","Lokale temp. Datei:" }, | 229 | { "Local temp file:","Lokale temp. Datei:" }, |
230 | { "Location: ","Ort: " }, | 230 | { "Location: ","Ort: " }, |
231 | { "Location:","Ort:" }, | 231 | { "Location:","Ort:" }, |
232 | { "Mail client","Mail Programm" }, | 232 | { "Mail client","Mail Programm" }, |
233 | { "Mail Client","Mail Programm" }, | 233 | { "Mail Client","Mail Programm" }, |
234 | { "March","März" }, | 234 | { "March","März" }, |
235 | { "Mar","Mär" }, | 235 | { "Mar","Mär" }, |
236 | { "May","Mai" }, | 236 | { "May","Mai" }, |
237 | { "M. Bains line:","M. Bains Linie:" }, | 237 | { "M. Bains line:","M. Bains Linie:" }, |
238 | { "Medium","Medium" }, | 238 | { "Medium","Medium" }, |
239 | { "Method","Methode" }, | 239 | { "Method","Methode" }, |
240 | { "minute(s)","Minute(n)" }, | 240 | { "minute(s)","Minute(n)" }, |
241 | { "Monday","Montag" }, | 241 | { "Monday","Montag" }, |
242 | { "Mon","Mo" }, | 242 | { "Mon","Mo" }, |
243 | { "Monthly","Monatlich" }, | 243 | { "Monthly","Monatlich" }, |
244 | { "Month not long enough","Monat ist nicht lang genug" }, | 244 | { "Month not long enough","Monat ist nicht lang genug" }, |
245 | { "month(s)","Monat(e)" }, | 245 | { "month(s)","Monat(e)" }, |
246 | { "Month view:","Monatsansicht:" }, | 246 | { "Month view:","Monatsansicht:" }, |
247 | { "Month view uses category colors","Monatsansicht zeigt Kategorie Farben" }, | 247 | { "Month view uses category colors","Monatsansicht zeigt Kategorie Farben" }, |
248 | { "Todo view uses category colors","To-Do Ansicht zeigt Kategorie Farben" }, | 248 | { "Todo view uses category colors","To-Do Ansicht zeigt Kategorie Farben" }, |
249 | { "Move &Down","Nach unten verschieben" }, | 249 | { "Move &Down","Nach unten verschieben" }, |
250 | { "Move &Up","Nach oben verschieben" }, | 250 | { "Move &Up","Nach oben verschieben" }, |
251 | { "Name:","Name:" }, | 251 | { "Name:","Name:" }, |
252 | { "Name","Name" }, | 252 | { "Name","Name" }, |
253 | { "\nAre you sure you want\nto delete this event?","\nSind Sie sicher, dass Sie\nden Termin löschen möchten?" }, | 253 | { "\nAre you sure you want\nto delete this event?","\nSind Sie sicher, dass Sie\nden Termin löschen möchten?" }, |
254 | { "%n Days","%n Tage" }, | 254 | { "%n Days","%n Tage" }, |
255 | { "Never","Nie" }, | 255 | { "Never","Nie" }, |
256 | { "New event...","Neuer Termin..." }, | 256 | { "New event...","Neuer Termin..." }, |
257 | { "New event","Neuer Termin" }, | 257 | { "New event","Neuer Termin" }, |
258 | { "New Event...","Neuer Termin..." }, | 258 | { "New Event...","Neuer Termin..." }, |
259 | { "New Events/Todos should","Neue Termine/Todos sollten" }, | 259 | { "New Events/Todos should","Neue Termine/Todos sollten" }, |
260 | { "&New","&Neu" }, | 260 | { "&New","&Neu" }, |
261 | { "New","Neu", }, | 261 | { "New","Neu", }, |
262 | { "New Sub-Todo...","Neues Sub-Todo..." }, | 262 | { "New Sub-Todo...","Neues Sub-Todo..." }, |
263 | { "New Todo...","Neues Todo..." }, | 263 | { "New Todo...","Neues Todo..." }, |
264 | { "Next Alarm: ","Nächster Alarm: ", }, | 264 | { "Next Alarm: ","Nächster Alarm: ", }, |
265 | { "&Next Day","&Nächster Tag", }, | 265 | { "&Next Day","&Nächster Tag", }, |
266 | { "Next days view uses full window","Nächste-X-Tage nutzt Vollbild" }, | 266 | { "Next days view uses full window","Nächste-X-Tage nutzt Vollbild" }, |
267 | { "Next month","Nächster Monat" }, | 267 | { "Next month","Nächster Monat" }, |
268 | { "&Next Week","&Nächste Woche" }, | 268 | { "&Next Week","&Nächste Woche" }, |
269 | { "Next year","Nächstes Jahr" }, | 269 | { "Next year","Nächstes Jahr" }, |
270 | { "Next Year","Nächstes Jahr" }, | 270 | { "Next Year","Nächstes Jahr" }, |
271 | { "%n h","%n Std" }, | 271 | { "%n h","%n Std" }, |
272 | { "No ending date","Kein End-Datum", }, | 272 | { "No ending date","Kein End-Datum", }, |
273 | { "No event, nothing to do.","Kein Termin, nichts zu tun.", }, | 273 | { "No event, nothing to do.","Kein Termin, nichts zu tun.", }, |
274 | { "No event selected.","Kein Termin selektiert" }, | 274 | { "No event selected.","Kein Termin selektiert" }, |
275 | { "No","Nein" }, | 275 | { "No","Nein" }, |
276 | { "No program set","Kein Programm ausgewählt", }, | 276 | { "No program set","Kein Programm ausgewählt", }, |
277 | { "Normal","Normal" }, | 277 | { "Normal","Normal" }, |
278 | { "[No selection]","Keine Selektion", }, | 278 | { "[No selection]","Keine Selektion", }, |
279 | { "No sound set","Kein Sound ausgewählt", }, | 279 | { "No sound set","Kein Sound ausgewählt", }, |
280 | { "no time ","keine Zeit ", }, | 280 | { "no time ","keine Zeit ", }, |
281 | { "no time","keine Zeit", }, | 281 | { "no time","keine Zeit", }, |
282 | { "No Time","Keine Zeit" }, | 282 | { "No Time","Keine Zeit" }, |
283 | { "November","November" }, | 283 | { "November","November" }, |
284 | { "Nov","Nov", }, | 284 | { "Nov","Nov", }, |
285 | { "\nThis event recurs\nover multiple dates.\n","\nDieser Termin wiederholt sich an mehreren Tagen.\n" }, | 285 | { "\nThis event recurs\nover multiple dates.\n","\nDieser Termin wiederholt sich an mehreren Tagen.\n" }, |
286 | { "occurrence(s)","Vorkommen" }, | 286 | { "occurrence(s)","Vorkommen" }, |
287 | { "October","Oktober" }, | 287 | { "October","Oktober" }, |
288 | { "Oct","Okt", }, | 288 | { "Oct","Okt", }, |
289 | { "O-due!","Ü-fällig! " }, | 289 | { "O-due!","Ü-fällig! " }, |
290 | { "&OK","&OK" }, | 290 | { "&OK","&OK" }, |
291 | { "Ok+Show!","Ok+Anzeigen" }, | 291 | { "Ok+Show!","Ok+Anzeigen" }, |
292 | { "Organizer: %1","Organisator %1" }, | 292 | { "Organizer: %1","Organisator %1" }, |
293 | { "Organizer","Organisator" }, | 293 | { "Organizer","Organisator" }, |
294 | { "Owner: ","Besitzer: " }, | 294 | { "Owner: ","Besitzer: " }, |
295 | { "Owner:","Besitzer:" }, | 295 | { "Owner:","Besitzer:" }, |
296 | { "<p><b>Priority:</b> %2</p>","<p><b>Priorität:</b> %2</p>" }, | 296 | { "<p><b>Priority:</b> %2</p>","<p><b>Priorität:</b> %2</p>" }, |
297 | { "Pick a date to display","Wähle einen Tag zum anzeigen aus" }, | 297 | { "Pick a date to display","Wähle einen Tag zum anzeigen aus" }, |
298 | { "Please specify a valid due date.","Bitte gültiges Fälligkeitsdatum angeben."}, | 298 | { "Please specify a valid due date.","Bitte gültiges Fälligkeitsdatum angeben."}, |
299 | { "Please specify a valid end date, for example '%1'.","Bitte gültiges Enddatum angeben, z.B.'%1'." }, | 299 | { "Please specify a valid end date, for example '%1'.","Bitte gültiges Enddatum angeben, z.B.'%1'." }, |
300 | { "Please specify a valid start date.","Bitte gültiges Startdatum angeben." }, | 300 | { "Please specify a valid start date.","Bitte gültiges Startdatum angeben." }, |
301 | { "Please specify a valid start date, for example '%1'.","Bitte gültiges Startdatum angeben, z.B. '%1'." }, | 301 | { "Please specify a valid start date, for example '%1'.","Bitte gültiges Startdatum angeben, z.B. '%1'." }, |
302 | { "Please specify a valid start time.","Bitte gültige Startzeit angeben."}, | 302 | { "Please specify a valid start time.","Bitte gültige Startzeit angeben."}, |
303 | { "Please specify a valid start time, for example '%1'.","Bitte gültige Startzeit angeben, z.B. '%1'." }, | 303 | { "Please specify a valid start time, for example '%1'.","Bitte gültige Startzeit angeben, z.B. '%1'." }, |
304 | { "Preferences - some settings need a restart (nr)","Einstellungen - teilweise Neustart erforderlich (bn)" }, | 304 | { "Preferences - some settings need a restart (nr)","Einstellungen - teilweise Neustart erforderlich (bn)" }, |
305 | { "&Previous Day","Vorheriger Tag" }, | 305 | { "&Previous Day","Vorheriger Tag" }, |
306 | { "Previous month","Vorheriger Monat" }, | 306 | { "Previous month","Vorheriger Monat" }, |
307 | { "Previous Month","Vorheriger Monat" }, | 307 | { "Previous Month","Vorheriger Monat" }, |
308 | { "&Previous Week","Vorherige Woche" }, | 308 | { "&Previous Week","Vorherige Woche" }, |
309 | { "Previous year","Vorheriges Jahr" }, | 309 | { "Previous year","Vorheriges Jahr" }, |
310 | { "Previous Year","Vorheriges Jahr" }, | 310 | { "Previous Year","Vorheriges Jahr" }, |
311 | { "Printing","Drucken" }, | 311 | { "Printing","Drucken" }, |
312 | { "Priority:","Priorität:" }, | 312 | { "Priority:","Priorität:" }, |
313 | { "Private","Privat" }, | 313 | { "Private","Privat" }, |
314 | { "Proceed","Weiter" }, | 314 | { "Proceed","Weiter" }, |
315 | { "Public","Öffentlich" }, | 315 | { "Public","Öffentlich" }, |
316 | { "Purge","Entferne" }, | 316 | { "Purge","Entferne" }, |
317 | { "Purge Completed","Entferne erledigte ToDos" }, | 317 | { "Purge Completed","Entferne erledigte ToDos" }, |
318 | { "Purge To-Dos","Todos bereinigen" }, | 318 | { "Purge To-Dos","Todos bereinigen" }, |
319 | { "read-only","schreibgeschützt" }, | 319 | { "read-only","schreibgeschützt" }, |
320 | { "Recur every","Wiederh. alle" }, | 320 | { "Recur every","Wiederh. alle" }, |
321 | { "Recur in the month of","Wiederh. im Monat" }, | 321 | { "Recur in the month of","Wiederh. im Monat" }, |
322 | { "Recur on the","Wiederh. am" }, | 322 | { "Recur on the","Wiederh. am" }, |
323 | { "Recur on this day","Wiederh. am diesen Tag" }, | 323 | { "Recur on this day","Wiederh. am diesen Tag" }, |
324 | { "Recurrence Range...","Wiederholungs Zeitraum..." }, | 324 | { "Recurrence Range...","Wiederholungs Zeitraum..." }, |
325 | { "Recurrence Range","Wiederholungs Zeitraum" }, | 325 | { "Recurrence Range","Wiederholungs Zeitraum" }, |
326 | { "Recurrence Rule","Wiederholungs Regel" }, | 326 | { "Recurrence Rule","Wiederholungs Regel" }, |
327 | { "Recurrence","Wiederholung" }, | 327 | { "Recurrence","Wiederholung" }, |
328 | { "Recurs","Wiederholung" }, | 328 | { "Recurs","Wiederholung" }, |
329 | {"&Reject","Abweisen"}, | 329 | {"&Reject","Abweisen"}, |
330 | { "Reminder:","Alarm:" }, | 330 | { "Reminder:","Alarm:" }, |
331 | { "Rem.:","Alarm:" }, | 331 | { "Rem.:","Alarm:" }, |
332 | { "Rem.","Alarm:" }, | 332 | { "Rem.","Alarm:" }, |
333 | { "Remote file:","Remote Datei:"}, | 333 | { "Remote file:","Remote Datei:"}, |
334 | { "Remote IP:","Remote (ferne) IP:" }, | 334 | { "Remote IP:","Remote (ferne) IP:" }, |
335 | { "Remote syncing (via ssh/scp) network settings ","Remote Sync (via ssh/scp) Netzwerk Einstellungen " }, | 335 | { "Remote syncing (via ssh/scp) network settings ","Remote Sync (via ssh/scp) Netzwerk Einstellungen " }, |
336 | { "Remote user:","Remote Benutzer"}, | 336 | { "Remote user:","Remote Benutzer"}, |
337 | { "&Remove","Entfe&rnen" }, | 337 | { "&Remove","Entfe&rnen" }, |
338 | { "Remove","Entfernen" }, | 338 | { "Remove","Entfernen" }, |
339 | { "Request response","Bemerkung anfordern" }, | 339 | { "Request response","Bemerkung anfordern" }, |
340 | { "Role:","Rolle:" }, | 340 | { "Role:","Rolle:" }, |
341 | { "Role","Rolle" }, | 341 | { "Role","Rolle" }, |
342 | { "Sat","Sa" }, | 342 | { "Sat","Sa" }, |
343 | { "Saturday","Samstag" }, | 343 | { "Saturday","Samstag" }, |
344 | { "Search for:","Suche nach:" }, | 344 | { "Search for:","Suche nach:" }, |
345 | { "Search In","Suche in" }, | 345 | { "Search In","Suche in" }, |
346 | { "Search...","Suche..." }, | 346 | { "Search...","Suche..." }, |
347 | { "Search","Suche" }, | 347 | { "Search","Suche" }, |
348 | { "Select Addresses","Wähle Adressen" }, | 348 | { "Select Addresses","Wähle Adressen" }, |
349 | { "Select all","Selektiere Alle" }, | 349 | { "Select all","Selektiere Alle" }, |
350 | { "Select a month","Wähle Monat" }, | 350 | { "Select a month","Wähle Monat" }, |
351 | { "Select a week","Wähle Woche" }, | 351 | { "Select a week","Wähle Woche" }, |
352 | { "Select a year","Wähle Jahr" }, | 352 | { "Select a year","Wähle Jahr" }, |
353 | { "Send directly","Sende direkt" }, | 353 | { "Send directly","Sende direkt" }, |
354 | { "&Send Messages","&Sende Nachrichten", }, | 354 | { "&Send Messages","&Sende Nachrichten", }, |
355 | { "Sep","Sep" }, | 355 | { "Sep","Sep" }, |
356 | { "September","September" }, | 356 | { "September","September" }, |
357 | { "Shopping","Einkaufen" }, | 357 | { "Shopping","Einkaufen" }, |
358 | { "Use short date in (WN/E) view","Kurzdatum in (WN/Termin) Ansicht" }, | 358 | { "Use short date in (WN/E) view","Kurzdatum in (WN/Termin) Ansicht" }, |
359 | { "Show Dates","Zeige Daten" }, | 359 | { "Show Dates","Zeige Daten" }, |
360 | { "Show events that recur daily in date nav.","Zeige tägl.wiederh.Term.in Datums Nav." }, | 360 | { "Show events that recur daily in date nav.","Zeige tägl.wiederh.Term.in Datums Nav." }, |
361 | { "Show Event...","Zeige Termin..." }, | 361 | { "Show Event...","Zeige Termin..." }, |
362 | { "Show ev. that recur weekly in date nav.","Zeige wöch.wiederh.Term.in Datums Nav." }, | 362 | { "Show ev. that recur weekly in date nav.","Zeige wöch.wiederh.Term.in Datums Nav." }, |
363 | { "Show Marcus Bains line","Zeige Marcus Bains Linie" }, | 363 | { "Show Marcus Bains line","Zeige Marcus Bains Linie" }, |
364 | { "Show summary after syncing","Zeige Zusammenfassung nach Sync." }, | 364 | { "Show summary after syncing","Zeige Zusammenfassung nach Sync." }, |
365 | { "Show time as:","Zeige Zeit als" }, | 365 | { "Show time as:","Zeige Zeit als" }, |
366 | { "Show Todo...","Zeige To-Do" }, | 366 | { "Show Todo...","Zeige To-Do" }, |
367 | { "Show topmost todo prios in What's N.:","Anz. höchster Prios in What's N.:"}, | 367 | { "Show topmost todo prios in What's N.:","Anz. höchster Prios in What's N.:"}, |
368 | { "Show topmost todo prios in What's Next:","Anz. höchster Prios in What's Next:"}, | 368 | { "Show topmost todo prios in What's Next:","Anz. höchster Prios in What's Next:"}, |
369 | { "Show vertical screen (Needs restart)","Vertikaler Bildschirm-Layout (Neustart!)" }, | 369 | { "Show vertical screen (Needs restart)","Vertikaler Bildschirm-Layout (Neustart!)" }, |
370 | { "&Show","Zeige" }, | 370 | { "&Show","Zeige" }, |
371 | { "Show...","Zeige..." }, | 371 | { "Show...","Zeige..." }, |
372 | { "Show","Zeige" }, | 372 | { "Show","Zeige" }, |
373 | { "Small","Klein" }, | 373 | { "Small","Klein" }, |
374 | { "Sorry","Entschuldigung" }, | 374 | { "Sorry","Entschuldigung" }, |
375 | {"Sorry, the copy command failed!\nCommand was:\n","Der Kopierbefehl schlug fehl!\nBefehl war:\n"}, | 375 | {"Sorry, the copy command failed!\nCommand was:\n","Der Kopierbefehl schlug fehl!\nBefehl war:\n"}, |
376 | { "Start:","Start:" }, | 376 | { "Start:","Start:" }, |
377 | { "Start Date","Start Datum" }, | 377 | { "Start Date","Start Datum" }, |
378 | { "Start date: %1","Start Datum: %1" }, | 378 | { "Start date: %1","Start Datum: %1" }, |
379 | { "Start Time","Start Zeit" }, | 379 | { "Start Time","Start Zeit" }, |
380 | { "Status:","Status:" }, | 380 | { "Status:","Status:" }, |
381 | { "Status","Status:" }, | 381 | { "Status","Status:" }, |
382 | { "Summaries","Titel" }, | 382 | { "Summaries","Titel" }, |
383 | { "Summary:","Titel:" }, | 383 | { "Summary:","Titel:" }, |
384 | { "Summary","Titel" }, | 384 | { "Summary","Titel" }, |
385 | { "Sunday","Sonntag" }, | 385 | { "Sunday","Sonntag" }, |
386 | { "Sun","So" }, | 386 | { "Sun","So" }, |
387 | { "Sync preferences:","Sync Einstellungen" }, | 387 | { "Sync preferences:","Sync Einstellungen" }, |
388 | { "Sync Prefs","Sync Einstellungen" }, | 388 | { "Sync Prefs","Sync Einstellungen" }, |
389 | { "Syncronize","Daten abgleich" }, | 389 | { "Syncronize","Daten abgleich" }, |
390 | { "Take local entry on conflict","Nimm lokalen Eintrag beim Konflikt" }, | 390 | { "Take local entry on conflict","Nimm lokalen Eintrag beim Konflikt" }, |
391 | { "Take newest entry on conflict","Nimm neuesten Eintrag beim Konflikt" }, | 391 | { "Take newest entry on conflict","Nimm neuesten Eintrag beim Konflikt" }, |
392 | { "Take remote entry on conflict","Nimm fernen Eintrag beim Konflikt" }, | 392 | { "Take remote entry on conflict","Nimm fernen Eintrag beim Konflikt" }, |
393 | { "Template '%1' does not contain a valid Todo.","Template '%1' enthält kein gültiges To-Do" }, | 393 | { "Template '%1' does not contain a valid Todo.","Template '%1' enthält kein gültiges To-Do" }, |
394 | { "Template does not contain a valid Event.","Template '%1' enthält keinen gültigen Termin" }, | 394 | { "Template does not contain a valid Event.","Template '%1' enthält keinen gültigen Termin" }, |
395 | { "Template...","Vorlage..." }, | 395 | { "Template...","Vorlage..." }, |
396 | { "This day","Dieser Tag" }, | 396 | { "This day","Dieser Tag" }, |
397 | { "This is an experimental feature. ","Dieses Feature ist experimentel" }, | 397 | { "This is an experimental feature. ","Dieses Feature ist experimentel" }, |
398 | { "This item will be\npermanently deleted.","Dieser Eintrag wird\nkomplett gelöscht." }, | 398 | { "This item will be\npermanently deleted.","Dieser Eintrag wird\nkomplett gelöscht." }, |
399 | { "This item will be permanently deleted.", "Dieser Eintrag wird komplett gelöscht." }, | 399 | { "This item will be permanently deleted.", "Dieser Eintrag wird komplett gelöscht." }, |
400 | { "Thu","Do" }, | 400 | { "Thu","Do" }, |
401 | { "Thursday","Donnerstag" }, | 401 | { "Thursday","Donnerstag" }, |
402 | { "Time associated","Mit Zeit" }, | 402 | { "Time associated","Mit Zeit" }, |
403 | { "Time bar:","Uhrzeit Zeile:" }, | 403 | { "Time bar:","Uhrzeit Zeile:" }, |
404 | { "Time && Date","Zeit und Datum" }, | 404 | { "Time && Date","Zeit und Datum" }, |
405 | { "Time Format","Zeit Format" }, | 405 | { "Time Format","Zeit Format" }, |
406 | { "Time Format(nr):","Zeit Format(Neustart!)" }, | 406 | { "Time Format(nr):","Zeit Format(Neustart!)" }, |
407 | { "Date Labels:","Datumsleiste:" }, | 407 | { "Date Labels:","Datumsleiste:" }, |
408 | { "Time: ","Zeit: " }, | 408 | { "Time: ","Zeit: " }, |
409 | { "Timezone:","Zeitzone:" }, | 409 | { "Timezone:","Zeitzone:" }, |
410 | { "Tiny","Sehr klein" }, | 410 | { "Tiny","Sehr klein" }, |
411 | { "To: ","Bis: " }, | 411 | { "To: ","Bis: " }, |
412 | { "To:","Bis:" }, | 412 | { "To:","Bis:" }, |
413 | { "Today: ","Heute: " }, | 413 | { "Today: ","Heute: " }, |
414 | { "Todo due today color:","Heute fällige To-Do's" }, | 414 | { "Todo due today color:","Heute fällige To-Do's" }, |
415 | { "To-do items:","To-Do items:" }, | 415 | { "To-do items:","To-Do items:" }, |
416 | { "Todo overdue color:","Überfällige To-Do's" }, | 416 | { "Todo overdue color:","Überfällige To-Do's" }, |
417 | { "Todo","Todo" }, | 417 | { "Todo","Todo" }, |
418 | { "To-do view shows completed Todos","To-do Ansicht zeigt erledigte To-dos" }, | 418 | { "To-do view shows completed Todos","To-do Ansicht zeigt erledigte To-dos" }, |
419 | { "ToDoView:","Todo Ansicht:" }, | 419 | { "ToDoView:","Todo Ansicht:" }, |
420 | { "Toggle Alarm","Wechsle Alarm" }, | 420 | { "Toggle Alarm","Wechsle Alarm" }, |
421 | { "Toggle Allday","Umschalten Ganztag" }, | 421 | { "Toggle Allday","Umschalten Ganztag" }, |
422 | { "Tomorrow: ","Morgen: " }, | 422 | { "Tomorrow: ","Morgen: " }, |
423 | { "Tue","Di" }, | 423 | { "Tue","Di" }, |
424 | { "Tuesday","Dienstag" }, | 424 | { "Tuesday","Dienstag" }, |
425 | { "Two entries are in conflict, if: ","Zwei Einträge haben einen Konflikt, wenn:" }, | 425 | { "Two entries are in conflict, if: ","Zwei Einträge haben einen Konflikt, wenn:" }, |
426 | { "Unable to find template '%1'.","Kann Vorlage '%1' nicht finden." }, | 426 | { "Unable to find template '%1'.","Kann Vorlage '%1' nicht finden." }, |
427 | { "Unknown","Unbekannt" }, | 427 | { "Unknown","Unbekannt" }, |
428 | { "Up","Hinauf" }, | 428 | { "Up","Hinauf" }, |
429 | { "Use password (if not, ask when syncing)","Passwort: (sonst jedesmal anfragen)" }, | 429 | { "Use password (if not, ask when syncing)","Passwort: (sonst jedesmal anfragen)" }, |
430 | { "User defined","Benutzerdefiniert" }, | 430 | { "User defined","Benutzerdefiniert" }, |
431 | { "User long date:","Format langes Datum:" }, | 431 | { "User long date:","Format langes Datum:" }, |
432 | { "User short date:","Forma kurzes Datum:" }, | 432 | { "User short date:","Forma kurzes Datum:" }, |
433 | { "View","Ansicht" }, | 433 | { "View","Ansicht" }, |
434 | { "View Fonts","Schriftarten Ansichten" }, | 434 | { "View Fonts","Schriftarten Ansichten" }, |
435 | { "Views","Ansichten" }, | 435 | { "Views","Ansichten" }, |
436 | { "Wed","Mi" }, | 436 | { "Wed","Mi" }, |
437 | { "Wednesday","Mittwoch" }, | 437 | { "Wednesday","Mittwoch" }, |
438 | { "Week %1","Woche %1" }, | 438 | { "Week %1","Woche %1" }, |
439 | { "Weekly","Wöchentlich" }, | 439 | { "Weekly","Wöchentlich" }, |
440 | { "Week starts on Sunday","Woche beginnt Sonntags" }, | 440 | { "Week starts on Sunday","Woche beginnt Sonntags" }, |
441 | { "What's Next View:","What's Next Anz." }, | 441 | { "What's Next View:","What's Next Anz." }, |
442 | { "What's next ?","Was kommt als nächstes?(What's Next)" }, | 442 | { "What's next ?","Was kommt als nächstes?(What's Next)" }, |
443 | { "Working Hours","Tägliche Arbeitszeit" }, | 443 | { "Working Hours","Tägliche Arbeitszeit" }, |
444 | { "Working hours color:","Arbeitszeit in der Agenda Ansicht:" }, | 444 | { "Working hours color:","Arbeitszeit in der Agenda Ansicht:" }, |
445 | { "Write back existing entries only","Nur exisitierende Einträge zurückschreiben" }, | 445 | { "Write back existing entries only","Nur exisitierende Einträge zurückschreiben" }, |
446 | { "Write back synced file","Syncronisierte Datei zurückschreiben" }, | 446 | { "Write back synced file","Syncronisierte Datei zurückschreiben" }, |
447 | { "Yearly","Jährlich" }, | 447 | { "Yearly","Jährlich" }, |
448 | { "year(s)","Jahr(e)" }, | 448 | { "year(s)","Jahr(e)" }, |
449 | { "Yes","Ja" }, | 449 | { "Yes","Ja" }, |
450 | { "You have %d item(s) selected.\n","Sie haben %d Einträge ausgewählt.\n" }, | 450 | { "You have %d item(s) selected.\n","Sie haben %d Einträge ausgewählt.\n" }, |
451 | { "You have to restart KOrganizer for this setting to take effect.","Sie müssem Korganizer neu starten, damit diese Einstellung aktiviert wird." }, | 451 | { "You have to restart KOrganizer for this setting to take effect.","Sie müssem Korganizer neu starten, damit diese Einstellung aktiviert wird." }, |
452 | { "week(s) on:","Woche(n) am: " }, | 452 | { "week(s) on:","Woche(n) am: " }, |
453 | { "Full menu bar(nr)","Volle Menuleiste(bn)" }, | 453 | { "Full menu bar(nr)","Volle Menuleiste(bn)" }, |
454 | { "Timezone has daylight saving","Zeitzone hat Sommerzeit" }, | 454 | { "Timezone has daylight saving","Zeitzone hat Sommerzeit" }, |
455 | { "Actual start/end is the\nsunday before this date.","Tatsächlicher Beginn/Ende ist der Sonntag\nvor diesem Datum!" }, | 455 | { "Actual start and end is the\nsunday before this date.","Tatsächlicher Beginn/Ende ist der Sonntag\nvor diesem Datum!" }, |
456 | { "The year in the date is ignored.","Das Jahr vom Datum wird ignoriert." }, | 456 | { "The year in the date is ignored.","Das Jahr vom Datum wird ignoriert." }, |
457 | { "Daylight start:","Sommerzeit Beginn:" }, | 457 | { "Daylight start:","Sommerzeit Beginn:" }, |
458 | { "Daylight end:","Sommerzeit Ende:" }, | 458 | { "Daylight end:","Sommerzeit Ende:" }, |
459 | { "Time Zone","Zeitzone" }, | 459 | { "Time Zone","Zeitzone" }, |
460 | { "Monday 19 April 2004: %A %d %B %Y","Montag 19 April 2004: %A %d %B %Y" }, | 460 | { "Monday 19 April 2004: %A %d %B %Y","Montag 19 April 2004: %A %d %B %Y" }, |
461 | { "%A: Monday --- %a: Mon","%A: Montag --- %a: Mon" }, | 461 | { "%A: Monday --- %a: Mon","%A: Montag --- %a: Mon" }, |
462 | { "minutely","minütlich" }, | 462 | { "minutely","minütlich" }, |
463 | { "hourly","stündlich" }, | 463 | { "hourly","stündlich" }, |
464 | { "daily","täglich" }, | 464 | { "daily","täglich" }, |
465 | { "weekly","wöchentlich" }, | 465 | { "weekly","wöchentlich" }, |
466 | { "monthly","monatlich" }, | 466 | { "monthly","monatlich" }, |
467 | { "day-monthly","tag-monatlich" }, | 467 | { "day-monthly","tag-monatlich" }, |
468 | { "month-yearly","monat-jährlich" }, | 468 | { "month-yearly","monat-jährlich" }, |
469 | { "day-yearly","tag-jährlich" }, | 469 | { "day-yearly","tag-jährlich" }, |
470 | { "position-yearly","pos-jährlich" }, | 470 | { "position-yearly","pos-jährlich" }, |
471 | { "Edit item on doubleclick (if not, show)","Editiere mit Doppelklick(wenn nicht, zeige)" }, | 471 | { "Edit item on doubleclick (if not, show)","Editiere mit Doppelklick(wenn nicht, zeige)" }, |
472 | { "Highlight current day in agenda","Hebe >>heute<< in Agenda hervor" }, | 472 | { "Highlight current day in agenda","Hebe >>heute<< in Agenda hervor" }, |
473 | { "Use light color for highlight current day","Helle Farbe für >>heute<< Hervorhebung" }, | 473 | { "Use light color for highlight current day","Helle Farbe für >>heute<< Hervorhebung" }, |
474 | { "Highlight selection in Time Edit","Hebe Auswahl in Zeit Edit hervor" }, | 474 | { "Highlight selection in Time Edit","Hebe Auswahl in Zeit Edit hervor" }, |
475 | { "Hold fullscreen on view change","Behalte Vollbild bei Ansichswechsel" }, | 475 | { "Hold fullscreen on view change","Behalte Vollbild bei Ansichswechsel" }, |
476 | { "Hold non-fullscreen on view change","Behalte Nicht-Vollbild bei Ansichtsw." }, | 476 | { "Hold non-fullscreen on view change","Behalte Nicht-Vollbild bei Ansichtsw." }, |
477 | { "Event list view uses full window","Listenansicht nutzt Vollbild" }, | 477 | { "Event list view uses full window","Listenansicht nutzt Vollbild" }, |
478 | { "Set agenda to DayBeginsAt on change","Setze Agenda auf TagBeginntUm bei Wechsel" }, | 478 | { "Set agenda to DayBeginsAt on change","Setze Agenda auf TagBeginntUm bei Wechsel" }, |
479 | { "Set agenda to current time on change","Setze Agenda auf gegenw.Zeit bei Wechsel" }, | 479 | { "Set agenda to current time on change","Setze Agenda auf gegenw.Zeit bei Wechsel" }, |
480 | { "Listview uses monthly timespan","Listenansicht zeigt monatliche Zeitspanne" }, | 480 | { "Listview uses monthly timespan","Listenansicht zeigt monatliche Zeitspanne" }, |
481 | { "ViewChange","Ansichtswechsel" }, | 481 | { "ViewChange","Ansichtswechsel" }, |
482 | { "Default alarm *.wav file:","Standard Alarm *.wav Datei:" }, | 482 | { "Default alarm *.wav file:","Standard Alarm *.wav Datei:" }, |
483 | { "This setting is useless for 5500 user!","Diese Einst. ist nutzlos für 5500 Nutzer" }, | 483 | { "This setting is useless for 5500 user!","Diese Einst. ist nutzlos für 5500 Nutzer" }, |
484 | { "File","Datei" }, | 484 | { "File","Datei" }, |
485 | { "Clone...","Dupliziere.." }, | 485 | { "Clone...","Dupliziere.." }, |
486 | { "Move...","Bewege..." }, | 486 | { "Move...","Bewege..." }, |
487 | { "Beam...","Sende via IR..." }, | 487 | { "Beam...","Sende via IR..." }, |
488 | { "&Clone...","Dupliziere.." }, | 488 | { "&Clone...","Dupliziere.." }, |
489 | { "&Move...","Bewege..." }, | 489 | { "&Move...","Bewege..." }, |
490 | { "&Beam...","Sende via IR..." }, | 490 | { "&Beam...","Sende via IR..." }, |
491 | { "Show Completed","Zeige erledigte Todos" }, | 491 | { "Show Completed","Zeige erledigte Todos" }, |
492 | { "Show Quick Todo","Zeige Quick Todo" }, | 492 | { "Show Quick Todo","Zeige Quick Todo" }, |
493 | { "Unparent Todo","Un-sub Todo" }, | 493 | { "Unparent Todo","Un-sub Todo" }, |
494 | { "Save selected to file...","Speichere Selektierte..." }, | 494 | { "Save selected to file...","Speichere Selektierte..." }, |
495 | { "Add Categ. to selected...","Füge zu Selekt. Kateg. hinzu..." }, | 495 | { "Add Categ. to selected...","Füge zu Selekt. Kateg. hinzu..." }, |
496 | { "Set Categ. for selected...","Setze Kateg. für Selekt." }, | 496 | { "Set Categ. for selected...","Setze Kateg. für Selekt." }, |
497 | { "Beam selected via IR","Sende Selekt. via IR..." }, | 497 | { "Beam selected via IR","Sende Selekt. via IR..." }, |
498 | { "Search","Suchen" }, | 498 | { "Search","Suchen" }, |
499 | { "Date Picker","Datum auswählen" }, | 499 | { "Date Picker","Datum auswählen" }, |
500 | { "Day View","Tagesansicht" }, | 500 | { "Day View","Tagesansicht" }, |
501 | { "Work Week","Arbeitswoche" }, | 501 | { "Work Week","Arbeitswoche" }, |
502 | { "Week","Wochenansicht" }, | 502 | { "Week","Wochenansicht" }, |
503 | { "Month","Monatsansicht" }, | 503 | { "Month","Monatsansicht" }, |
504 | { "Todo View","Todo Liste" }, | 504 | { "Todo View","Todo Liste" }, |
505 | { "Journal","Journal Ansicht" }, | 505 | { "Journal","Journal Ansicht" }, |
506 | { "Next days","Nächste Tage" }, | 506 | { "Next days","Nächste Tage" }, |
507 | { "Print agenda selection...","Drucke Agendaselektion..." }, | 507 | { "Print agenda selection...","Drucke Agendaselektion..." }, |
508 | { "Toggle DateNavigator","Navigator umschalten" }, | 508 | { "Toggle DateNavigator","Navigator umschalten" }, |
509 | { "Toggle FilterView","Filteransicht umschalten" }, | 509 | { "Toggle FilterView","Filteransicht umschalten" }, |
510 | { "Prev. month","Vorheriger Monat" }, | 510 | { "Prev. month","Vorheriger Monat" }, |
511 | { "Go backward","Gehe zurück" }, | 511 | { "Go backward","Gehe zurück" }, |
512 | { "Go forward","Gehe weiter" }, | 512 | { "Go forward","Gehe weiter" }, |
513 | { "Synchronize","Synchronisieren" }, | 513 | { "Synchronize","Synchronisieren" }, |
514 | { "AgendaSize","Agendagröße" }, | 514 | { "AgendaSize","Agendagröße" }, |
515 | { "Import (*.ics/*.vcs) file","Importiere (*.ics/*.vcs) Datei" }, | 515 | { "Import (*.ics/*.vcs) file","Importiere (*.ics/*.vcs) Datei" }, |
516 | { "Import last file","Importiere letzte Datei" }, | 516 | { "Import last file","Importiere letzte Datei" }, |
517 | { "Import Opie/Qtopia Cal.","Importiere Opie/Qtopia Kal." }, | 517 | { "Import Opie/Qtopia Cal.","Importiere Opie/Qtopia Kal." }, |
518 | { "Load Calendar Backup","Lade Kalender Backup" }, | 518 | { "Load Calendar Backup","Lade Kalender Backup" }, |
519 | { "Save Calendar Backup","Speichere Kalender Backup" }, | 519 | { "Save Calendar Backup","Speichere Kalender Backup" }, |
520 | { "Export VCalendar","Exportiere VCalendar" }, | 520 | { "Export VCalendar","Exportiere VCalendar" }, |
521 | { "Manage new categories...","Verwalte neue Kategorien..." }, | 521 | { "Manage new categories...","Verwalte neue Kategorien..." }, |
522 | { "Beam complete calendar...","Sende kompletten Kalender via IR" }, | 522 | { "Beam complete calendar...","Sende kompletten Kalender via IR" }, |
523 | { "Beam filtered calendar...","Sende gefilterten Kalender via IR" }, | 523 | { "Beam filtered calendar...","Sende gefilterten Kalender via IR" }, |
524 | { "Remote via ssh","Über Netzwerk via ssh" }, | 524 | { "Remote via ssh","Über Netzwerk via ssh" }, |
525 | { "With local file","Mit lokaler Datei" }, | 525 | { "With local file","Mit lokaler Datei" }, |
526 | { "With last file","Mit letzter Datei" }, | 526 | { "With last file","Mit letzter Datei" }, |
527 | { "KO/Pi: Ready for beaming","KO/Pi: Bereit zum Senden" }, | 527 | { "KO/Pi: Ready for beaming","KO/Pi: Bereit zum Senden" }, |
528 | { "KO/Pi:Beaming done","KO/Pi: Senden erfolgt" }, | 528 | { "KO/Pi:Beaming done","KO/Pi: Senden erfolgt" }, |
529 | { "Save filename","Speichern: Dateinamen wählen" }, | 529 | { "Save filename","Speichern: Dateinamen wählen" }, |
530 | { "File already exists!\nOld file from:\n%1\nOverwrite?\n","Dateiname existiert bereits!\nAlte Datei vom:\n%1\nÜberschreiben?\n" }, | 530 | { "File already exists!\nOld file from:\n%1\nOverwrite?\n","Dateiname existiert bereits!\nAlte Datei vom:\n%1\nÜberschreiben?\n" }, |
531 | { "KO/Pi: Warning!","KO/Pi: Warnung!" }, | 531 | { "KO/Pi: Warning!","KO/Pi: Warnung!" }, |
532 | { "Overwrite!","Überschreibe!" }, | 532 | { "Overwrite!","Überschreibe!" }, |
533 | { "KO/Pi:Saved %1","KO/Pi:Gespeichert %1" }, | 533 | { "KO/Pi:Saved %1","KO/Pi:Gespeichert %1" }, |
534 | { "All selected items will be\npermanently deleted.\n(Deleting items will take\nsome time on a PDA)\n","Alle selektierten Einträge werden\nunwiederbringlich gelöscht.\n(Löschen kann auf dem\nPDA einige Zeit dauern)\n" }, | 534 | { "All selected items will be\npermanently deleted.\n(Deleting items will take\nsome time on a PDA)\n","Alle selektierten Einträge werden\nunwiederbringlich gelöscht.\n(Löschen kann auf dem\nPDA einige Zeit dauern)\n" }, |
535 | { "KO/Pi Confirmation","KO/Pi Bestätigung" }, | 535 | { "KO/Pi Confirmation","KO/Pi Bestätigung" }, |
536 | { "Close dialog to abort deletion!","Schließe Dialog um das Löschen abzubrechen!" }, | 536 | { "Close dialog to abort deletion!","Schließe Dialog um das Löschen abzubrechen!" }, |
537 | { "Deleting item %d ...","Lösche Eintrag %d ..." }, | 537 | { "Deleting item %d ...","Lösche Eintrag %d ..." }, |
538 | { "%d items remaining in list.","%d Einträge sind in der Liste verblieben." }, | 538 | { "%d items remaining in list.","%d Einträge sind in der Liste verblieben." }, |
539 | { "Size","Größe" }, | 539 | { "Size","Größe" }, |
540 | { "Date","Datum" }, | 540 | { "Date","Datum" }, |
541 | { "Mime Type","Datei Typ" }, | 541 | { "Mime Type","Datei Typ" }, |
542 | { "All Files","Alle Dateien" }, | 542 | { "All Files","Alle Dateien" }, |
543 | { "Files","Dateien" }, | 543 | { "Files","Dateien" }, |
544 | { "Documents","DoKumente" }, | 544 | { "Documents","DoKumente" }, |
545 | { "Select Categories","Selektiere Kategorien" }, | 545 | { "Select Categories","Selektiere Kategorien" }, |
546 | { " &Deselect All "," Auswahl aufheben " }, | 546 | { " &Deselect All "," Auswahl aufheben " }, |
547 | { "A&dd","Hinzu" }, | 547 | { "A&dd","Hinzu" }, |
548 | { "&Modify","Ändern" }, | 548 | { "&Modify","Ändern" }, |
549 | { "Edit Categories","Editiere Kategorien" }, | 549 | { "Edit Categories","Editiere Kategorien" }, |
550 | { " &Edit Categories "," &Editiere Kategorien " }, | 550 | { " &Edit Categories "," &Editiere Kategorien " }, |
551 | { "Beam Options","Beam Einstellungen" }, | 551 | { "Beam Options","Beam Einstellungen" }, |
552 | { " With timezone "," Mit Zeitzone " }, | 552 | { " With timezone "," Mit Zeitzone " }, |
553 | { " Local time ", " Lokale Zeit " }, | 553 | { " Local time ", " Lokale Zeit " }, |
554 | { "Manage new Categories","Verwalte neue Kategorien" }, | 554 | { "Manage new Categories","Verwalte neue Kategorien" }, |
555 | { "Add to category list","Füge zur Kategorieliste hinzu" }, | 555 | { "Add to category list","Füge zur Kategorieliste hinzu" }, |
556 | { "Remove from Events/Todos","Entferne von Terminen/Todos" }, | 556 | { "Remove from Events/Todos","Entferne von Terminen/Todos" }, |
557 | { "After importing/loading/syncing\nthere may be new categories in\nevents or todos\nwhich are not in the category list.\nPlease choose what to do:\n ","Nach dem Importieren/Laden/Syncen\nkann es neue Kategorien in den \nTerminen oder Todos geben, die nicht\nin der Kategorieliste enthalten sind.\nBitte wählen Sie, was passieren soll:\n " }, | 557 | { "After importing/loading/syncing\nthere may be new categories in\nevents or todos\nwhich are not in the category list.\nPlease choose what to do:\n ","Nach dem Importieren/Laden/Syncen\nkann es neue Kategorien in den \nTerminen oder Todos geben, die nicht\nin der Kategorieliste enthalten sind.\nBitte wählen Sie, was passieren soll:\n " }, |
558 | { "New categories not in list:","Kategorien, die nicht in der Liste sind:" }, | 558 | { "New categories not in list:","Kategorien, die nicht in der Liste sind:" }, |
559 | { "File format","Datei Format" }, | 559 | { "File format","Datei Format" }, |
560 | { "Time format","Zeit Format" }, | 560 | { "Time format","Zeit Format" }, |
561 | { "Delete all\ncompleted To-Dos?","Lösche alle\nerledigten To-Dos?" }, | 561 | { "Delete all\ncompleted To-Dos?","Lösche alle\nerledigten To-Dos?" }, |
562 | { "KO/Pi:Saving Data to File ...","KO/Pi: Speichere Kalender in Datei ..." }, | 562 | { "KO/Pi:Saving Data to File ...","KO/Pi: Speichere Kalender in Datei ..." }, |
563 | { "KO/Pi:File Saved. Needed %d sec, %d ms","KO/Pi: Abgespeichert in %d sec, %d ms" }, | 563 | { "KO/Pi:File Saved. Needed %d sec, %d ms","KO/Pi: Abgespeichert in %d sec, %d ms" }, |
564 | { "h","Std" }, | 564 | { "h","Std" }, |
565 | { "min","Min" }, | 565 | { "min","Min" }, |
566 | { "hou","Std" }, | 566 | { "hou","Std" }, |
567 | { "day","Tag" }, | 567 | { "day","Tag" }, |
568 | { "French(nyi)","Französich (noch nicht implementiert)" }, | 568 | { "French","Französich" }, |
569 | { "Time","Zeit" }, | 569 | { "Time","Zeit" }, |
570 | { "Event Viewer","Termin Ansicht" }, | 570 | { "Event Viewer","Termin Ansicht" }, |
571 | { "Cancel Sync","Sync Abbrechen" }, | 571 | { "Cancel Sync","Sync Abbrechen" }, |
572 | { "Remote","Fern" }, | 572 | { "Remote","Fern" }, |
573 | { "Local","Lokal" }, | 573 | { "Local","Lokal" }, |
574 | { "Conflict! Please choose entry","Konflikt! Bitte Eintrag wählen" }, | 574 | { "Conflict! Please choose entry","Konflikt! Bitte Eintrag wählen" }, |
575 | { "Local: ","Lokal: " }, | 575 | { "Local: ","Lokal: " }, |
576 | { "Remote: ","Fern: " }, | 576 | { "Remote: ","Fern: " }, |
577 | { "Last modified: ","Zuletzt geändert: " }, | 577 | { "Last modified: ","Zuletzt geändert: " }, |
578 | { "Location: ","Ort: " }, | 578 | { "Location: ","Ort: " }, |
579 | { "<p><b>From:</b> %1 </p><p><b>To:</b> %2</p>","<p><b>Von:</b> %1 </p><p><b>Bis:</b> %2</p>" }, | 579 | { "<p><b>From:</b> %1 </p><p><b>To:</b> %2</p>","<p><b>Von:</b> %1 </p><p><b>Bis:</b> %2</p>" }, |
580 | { "<p><b>On:</b> %1</p>","<p><b>Am:</b> %1</p>" }, | 580 | { "<p><b>On:</b> %1</p>","<p><b>Am:</b> %1</p>" }, |
581 | { "<p><b>From:</b> %1</p> ","<p><b>Von:</b> %1</p> " }, | 581 | { "<p><b>From:</b> %1</p> ","<p><b>Von:</b> %1</p> " }, |
582 | { "<p><b>To:</b> %1</p>","<p><b>Bis:</b> %1</p>" }, | 582 | { "<p><b>To:</b> %1</p>","<p><b>Bis:</b> %1</p>" }, |
583 | { "<p><b>On:</b> %1</p> ","<p><b>Am:</b> %1</p> " }, | 583 | { "<p><b>On:</b> %1</p> ","<p><b>Am:</b> %1</p> " }, |
584 | { "<p><b>From:</b> %1 <b>To:</b> %2</p>","<p><b>Von:</b> %1 <b>Bis:</b> %2</p>" }, | 584 | { "<p><b>From:</b> %1 <b>To:</b> %2</p>","<p><b>Von:</b> %1 <b>Bis:</b> %2</p>" }, |
585 | { "This is a %1 recurring event.","Das ist ein %1 wiederholender Termin." }, | 585 | { "This is a %1 recurring event.","Das ist ein %1 wiederholender Termin." }, |
586 | { "<b>Next recurrence is on:</b>","<b>Nächste Wiederholung ist am:</b>" }, | 586 | { "<b>Next recurrence is on:</b>","<b>Nächste Wiederholung ist am:</b>" }, |
587 | { "<b>Last recurrence was on:</b>","<b>Letzte Wiederholung war am:</b>" }, | 587 | { "<b>Last recurrence was on:</b>","<b>Letzte Wiederholung war am:</b>" }, |
588 | { "( %1 min before )","( %1 min vorher )" }, | 588 | { "( %1 min before )","( %1 min vorher )" }, |
589 | { "<b>Alarm on: ","<b>Alarm am: " }, | 589 | { "<b>Alarm on: ","<b>Alarm am: " }, |
590 | { "<b>Details: </b>","<b>Details: </b>" }, | 590 | { "<b>Details: </b>","<b>Details: </b>" }, |
591 | { "<p><b>Priority:</b> %2</p>","<p><b>Priorität:</b> %2</p>" }, | 591 | { "<p><b>Priority:</b> %2</p>","<p><b>Priorität:</b> %2</p>" }, |
592 | { "<p><i>%1 % completed</i></p>","<p><i>%1 % erledigt</i></p>" }, | 592 | { "<p><i>%1 % completed</i></p>","<p><i>%1 % erledigt</i></p>" }, |
593 | { "Organizer","Organisator" }, | 593 | { "Organizer","Organisator" }, |
594 | { "Save","Speichern" }, | 594 | { "Save","Speichern" }, |
595 | { "Exit (+save)","Beenden (+ speichern)" }, | 595 | { "Exit (+save)","Beenden (+ speichern)" }, |
596 | { "Home","Zuhause" }, | 596 | { "Home","Zuhause" }, |
597 | { "Office","Büro" }, | 597 | { "Office","Büro" }, |
598 | { "Libary","Bücherei" }, | 598 | { "Libary","Bücherei" }, |
599 | { "Doctor","Arzt" }, | 599 | { "Doctor","Arzt" }, |
600 | { "Beach","Strand" }, | 600 | { "Beach","Strand" }, |
601 | { "Conference room","Konferenzraum" }, | 601 | { "Conference room","Konferenzraum" }, |
602 | { "Drive Home","Heimfahrt" }, | 602 | { "Drive Home","Heimfahrt" }, |
603 | { "Watch TV","Tv gucken" }, | 603 | { "Watch TV","Tv gucken" }, |
604 | { "Phone call","Telefonanruf" }, | 604 | { "Phone call","Telefonanruf" }, |
605 | { "Pay bill","Rechnung bezahlen" }, | 605 | { "Pay bill","Rechnung bezahlen" }, |
606 | { "Read book","Buch lesen" }, | 606 | { "Read book","Buch lesen" }, |
607 | { "Watering plants","Pflanzen giessen" }, | 607 | { "Watering plants","Pflanzen giessen" }, |
608 | {"Appointment","Verabredung" }, | 608 | {"Appointment","Verabredung" }, |
609 | {"Birthday","Geburtstag" }, | 609 | {"Birthday","Geburtstag" }, |
610 | {"Business","Geschäft" }, | 610 | {"Business","Geschäft" }, |
611 | {"Business Travel","Geschäftsreise" }, | 611 | {"Business Travel","Geschäftsreise" }, |
612 | {"Cinema","Kino" }, | 612 | {"Cinema","Kino" }, |
613 | {"Customer","Kunde" }, | 613 | {"Customer","Kunde" }, |
614 | {"Break","Pause" }, | 614 | {"Break","Pause" }, |
615 | {"Breakfast","Frühstück" }, | 615 | {"Breakfast","Frühstück" }, |
616 | {"Competition","Wettkampf" }, | 616 | {"Competition","Wettkampf" }, |
617 | {"Dinner","Abendessen" }, | 617 | {"Dinner","Abendessen" }, |
618 | {"Education","Erziehung" }, | 618 | {"Education","Erziehung" }, |
619 | {"Family","Familie" }, | 619 | {"Family","Familie" }, |
620 | {"Favorites","Favoriten" }, | 620 | {"Favorites","Favoriten" }, |
621 | {"Festival","Festival" }, | 621 | {"Festival","Festival" }, |
622 | {"Fishing","Angeln" }, | 622 | {"Fishing","Angeln" }, |
623 | {"Flight","Flug" }, | 623 | {"Flight","Flug" }, |
624 | {"Gifts","Geschenk" }, | 624 | {"Gifts","Geschenk" }, |
625 | {"Holiday","Feiertag" }, | 625 | {"Holiday","Feiertag" }, |
626 | {"Holiday Cards","Ansichtskarten" }, | 626 | {"Holiday Cards","Ansichtskarten" }, |
627 | {"Hot Contacts","Heisse Kontakte" }, | 627 | {"Hot Contacts","Heisse Kontakte" }, |
628 | {"Hiking","Wandern" }, | 628 | {"Hiking","Wandern" }, |
629 | {"Hunting","Jagen" }, | 629 | {"Hunting","Jagen" }, |
630 | {"Key Customer","Wichtiger Kunde" }, | 630 | {"Key Customer","Wichtiger Kunde" }, |
631 | {"Kids","Kinder" }, | 631 | {"Kids","Kinder" }, |
632 | {"Lunch","Mittagessen" }, | 632 | {"Lunch","Mittagessen" }, |
633 | {"Meeting","Treffen" }, | 633 | {"Meeting","Treffen" }, |
634 | {"Miscellaneous","Verschiedenes" }, | 634 | {"Miscellaneous","Verschiedenes" }, |
635 | {"Partner","Partner" }, | 635 | {"Partner","Partner" }, |
636 | {"Party","Partie" }, | 636 | {"Party","Partie" }, |
637 | {"Personal","Privat" }, | 637 | {"Personal","Privat" }, |
638 | {"Personal Travel","Privatreise"}, | 638 | {"Personal Travel","Privatreise"}, |
639 | {"PHB","PHB" }, | 639 | {"PHB","PHB" }, |
640 | {"Phone Calls","Telefonanruf" }, | 640 | {"Phone Calls","Telefonanruf" }, |
641 | {"Projects","Projekt" }, | 641 | {"Projects","Projekt" }, |
642 | {"Recurring","Wiederholend" }, | 642 | {"Recurring","Wiederholend" }, |
643 | {"School","Schule" }, | 643 | {"School","Schule" }, |
644 | {"Shopping","Einkaufen" }, | 644 | {"Shopping","Einkaufen" }, |
645 | {"Speach","Rede" }, | 645 | {"Speach","Rede" }, |
646 | {"Special Occasion","Spez.Gelegenheit" }, | 646 | {"Special Occasion","Spez.Gelegenheit" }, |
647 | {"Sports","Sport" }, | 647 | {"Sports","Sport" }, |
648 | {"Talk","Vortrag" }, | 648 | {"Talk","Vortrag" }, |
649 | {"Travel","Reise" }, | 649 | {"Travel","Reise" }, |
650 | {"TV","TV" }, | 650 | {"TV","TV" }, |
651 | {"Germany","Deutschland" }, | 651 | {"Germany","Deutschland" }, |
652 | {"Sweden","Schweden" }, | 652 | {"Sweden","Schweden" }, |
653 | {"Forest","Wald" }, | 653 | {"Forest","Wald" }, |
654 | { "Desert","Wüste" }, | 654 | { "Desert","Wüste" }, |
655 | { "Kitchen","Küche" }, | 655 | { "Kitchen","Küche" }, |
656 | { "Lake","See" }, | 656 | { "Lake","See" }, |
657 | {"University","Universität"}, | 657 | {"University","Universität"}, |
658 | {"Vacation","Urlaub" }, | 658 | {"Vacation","Urlaub" }, |
659 | {"VIP","VIP" }, | 659 | {"VIP","VIP" }, |
660 | { "Import Sharp Calendar","Importiere Sharp Kalender" }, | 660 | { "Import Sharp Calendar","Importiere Sharp Kalender" }, |
661 | { "This todo has been cancelled!","Dieses Todo wurde gecancelt!" }, | 661 | { "This todo has been cancelled!","Dieses Todo wurde gecancelt!" }, |
662 | { "This event has been cancelled!","Dieser Termin wurde gecancelt!" }, | 662 | { "This event has been cancelled!","Dieser Termin wurde gecancelt!" }, |
663 | { "Cancelled","Gecancelt" }, | 663 | { "Cancelled","Gecancelt" }, |
664 | { "Multiple sync","Mehrfach Sync" }, | 664 | { "Multiple sync","Mehrfach Sync" }, |
665 | { "Local file","Lokale Datei" }, | 665 | { "Local file","Lokale Datei" }, |
666 | { "Last file","Letzte Datei" }, | 666 | { "Last file","Letzte Datei" }, |
667 | { "Keys + Colors...","Tasten + Farben..." }, | 667 | { "Keys + Colors...","Tasten + Farben..." }, |
668 | { "Mini icons in toolbar(nr)","Mini Icons in ToolBar(bn)" }, | 668 | { "Mini icons in toolbar(nr)","Mini Icons in ToolBar(bn)" }, |
669 | { "Quick load/save (w/o Unicode)","Schnelles Laden/Speichern (o Unicode)" }, | 669 | { "Quick load/save (w/o Unicode)","Schnelles Laden/Speichern (o Unicode)" }, |
670 | { "Choose...","Wähle..." }, | 670 | { "Choose...","Wähle..." }, |
671 | { "Use colors for application:","Setze Farben für Programm:" }, | 671 | { "Use colors for application:","Setze Farben für Programm:" }, |
672 | { "Buttons, menus, etc.:","Knöpfe, Menu, etc.:" }, | 672 | { "Buttons, menus, etc.:","Knöpfe, Menu, etc.:" }, |
673 | { "Frames, labels, etc.:","Rahmen, Label, etc.:" }, | 673 | { "Frames, labels, etc.:","Rahmen, Label, etc.:" }, |
674 | { "Show parent To-Do's in What's Next view","Zeige Ober-Todo in What's Next Anz." }, | 674 | { "Show parent To-Do's in What's Next view","Zeige Ober-Todo in What's Next Anz." }, |
675 | { "Show location in What's Next view","Zeige Ort in What's Next Anz." }, | 675 | { "Show location in What's Next view","Zeige Ort in What's Next Anz." }, |
676 | { "Show events that recur ","Zeige Termine, die sich wiederholen:" }, | 676 | { "Show events that recur ","Zeige Termine, die sich wiederholen:" }, |
677 | { "Show in every cell ","Zeige in jeder Zelle " }, | 677 | { "Show in every cell ","Zeige in jeder Zelle " }, |
678 | { "short month","kurzen Monat" }, | 678 | { "short month","kurzen Monat" }, |
679 | { "icons","Icons" }, | 679 | { "icons","Icons" }, |
680 | { "Show Sat/Sun together","Zeige Sam/Son zusammen" }, | 680 | { "Show Sat/Sun together","Zeige Sam/Son zusammen" }, |
681 | { "Categorie colors are applied to text","Kategorie Farben färben Text" }, | 681 | { "Categorie colors are applied to text","Kategorie Farben färben Text" }, |
682 | { "Month view uses day colors","Monatsansicht zeigt Tagesfarben" }, | 682 | { "Month view uses day colors","Monatsansicht zeigt Tagesfarben" }, |
683 | { "Day color odd months","Tagesfarbe ungerade Monate" }, | 683 | { "Day color odd months","Tagesfarbe ungerade Monate" }, |
684 | { "Day color even months","Tagesfarbe gerade Monate" }, | 684 | { "Day color even months","Tagesfarbe gerade Monate" }, |
685 | { "Color for Sundays + category \"Holiday\"","Farbe für Sonntag + Kateg.\" Feiertag\"" }, | 685 | { "Color for Sundays + category \"Holiday\"","Farbe für Sonntag + Kateg.\" Feiertag\"" }, |
686 | { "To-do view shows complete as 'xx %'","Zeige Prozent erledigt als 'xx %'" }, | 686 | { "To-do view shows complete as 'xx %'","Zeige Prozent erledigt als 'xx %'" }, |
687 | { "Small To-do view uses smaller font","Kleine To-do Ansicht nutzt kleineren Font" }, | 687 | { "Small To-do view uses smaller font","Kleine To-do Ansicht nutzt kleineren Font" }, |
688 | { "Colors are applied to text","Farben werden auf Text angewendet" }, | 688 | { "Colors are applied to text","Farben werden auf Text angewendet" }, |
689 | { "Use internal alarm notification","Nutze interne Alarm Benachrichtigung" }, | 689 | { "Use internal alarm notification","Nutze interne Alarm Benachrichtigung" }, |
690 | { "Note: KO/Pi must be running to notify you about an alarm. Recommended for use on Zaurus: Disable this option and install KO/Pi alarm applet.\n","Achtung: KO/Pi muß ausgeführt werden damit die Benachrichtigung funktioniert. Empfehlung für Zaurus: Diese Option nicht wählen und KO/Pi Alarm Applet installieren.\n" }, | 690 | { "Note: KO/Pi must be running to notify you about an alarm. Recommended for use on Zaurus: Disable this option and install KO/Pi alarm applet.\n","Achtung: KO/Pi muß ausgeführt werden damit die Benachrichtigung funktioniert. Empfehlung für Zaurus: Diese Option nicht wählen und KO/Pi Alarm Applet installieren.\n" }, |
691 | { "Play beeps count:","Anzahl der Alarmpiepse: " }, | 691 | { "Play beeps count:","Anzahl der Alarmpiepse: " }, |
692 | { "Beeps interval in sec:","Zeitintervall der Alarmpiepse: " }, | 692 | { "Beeps interval in sec:","Zeitintervall der Alarmpiepse: " }, |
693 | { "Default suspend time in min:","Standard Supendierungs Zeit: " }, | 693 | { "Default suspend time in min:","Standard Supendierungs Zeit: " }, |
694 | { "Auto suspend count:","Anzahl der auto Suspendierungen" }, | 694 | { "Auto suspend count:","Anzahl der auto Suspendierungen" }, |
695 | { "Alarm *.wav file for newly created alarm:","Alarm *.wav Datei für neu angelegte Alarme:" }, | 695 | { "Alarm *.wav file for newly created alarm:","Alarm *.wav Datei für neu angelegte Alarme:" }, |
696 | { "New profile","Neues Profil" }, | 696 | { "New profile","Neues Profil" }, |
697 | { "Clone profile","Klone Profil" }, | 697 | { "Clone profile","Klone Profil" }, |
698 | { "Delete profile","Lösche Profil" }, | 698 | { "Delete profile","Lösche Profil" }, |
699 | { "Profile:","Profil:" }, | 699 | { "Profile:","Profil:" }, |
700 | { "Include in multiple sync","Beziehe Profil in mehrfach Sync mit ein" }, | 700 | { "Include in multiple sync","Beziehe Profil in mehrfach Sync mit ein" }, |
701 | { "Force: Take local entry always","Erzwinge: Nimm immer lokalen Eintrag" }, | 701 | { "Force: Take local entry always","Erzwinge: Nimm immer lokalen Eintrag" }, |
702 | { "Force: Take remote entry always","Erzwinge: Nimm immer fernen Eintrag" }, | 702 | { "Force: Take remote entry always","Erzwinge: Nimm immer fernen Eintrag" }, |
703 | { "Show summary after sync","Zeige Zusammenfassung nach dem Synchronisieren" }, | 703 | { "Show summary after sync","Zeige Zusammenfassung nach dem Synchronisieren" }, |
704 | { "Write back file","Schreibe Datei zurück" }, | 704 | { "Write back file","Schreibe Datei zurück" }, |
705 | { "Remote file (w down/upload command)","Entfernte Datei (via down/upload Kommando)" }, | 705 | { "Remote file (w down/upload command)","Entfernte Datei (via down/upload Kommando)" }, |
706 | { "Pre sync (download) command:","Bevor Sync (download) Kommando:" }, | 706 | { "Pre sync (download) command:","Bevor Sync (download) Kommando:" }, |
707 | { "Local device name:","Name dieses Gerätes:" }, | 707 | { "Local device name:","Name dieses Gerätes:" }, |
708 | { "Ask for preferences before sync","Frage nach Synchronisationseinstellungen vor dem Syncen" }, | 708 | { "Ask for preferences before sync","Frage nach Synchronisationseinstellungen vor dem Syncen" }, |
709 | { "Sync preferences","Synchronisations Einstellungen" }, | 709 | { "Sync preferences","Synchronisations Einstellungen" }, |
710 | { "Profile kind","Profil Art" }, | 710 | { "Profile kind","Profil Art" }, |
711 | { "Local file","Lokale Datei" }, | 711 | { "Local file","Lokale Datei" }, |
712 | { "Local file:","Lokale Datei:" }, | 712 | { "Local file:","Lokale Datei:" }, |
713 | { "Post sync (upload) command:","Nach Sync (upload) Kommando:" }, | 713 | { "Post sync (upload) command:","Nach Sync (upload) Kommando:" }, |
714 | { "Fill in default values for:","Setze Beispiel Werte ein für:" }, | 714 | { "Fill in default values for:","Setze Beispiel Werte ein für:" }, |
715 | { "Hint: Use $PWD$ for placeholder of password!","Hinweis: Benutze $PWD$ als Platzhalter für ein Passwort!" }, | 715 | { "Hint: Use $PWD$ for placeholder of password!","Hinweis: Benutze $PWD$ als Platzhalter für ein Passwort!" }, |
716 | { "Synchronization Preferences","Einstellungen der Synchronisationsprofile"}, | 716 | { "Synchronization Preferences","Einstellungen der Synchronisationsprofile"}, |
717 | { "Device","Gerät:" }, | 717 | { "Device","Gerät:" }, |
718 | { "Sync with file \n...%1\nfrom:\n%2\n","Sync mit Datei \n...%1\nvom:\n%2\n" }, | 718 | { "Sync with file \n...%1\nfrom:\n%2\n","Sync mit Datei \n...%1\nvom:\n%2\n" }, |
719 | { "Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n","Synchronisationsübersicht:\n\n %d items lokal hinzugefügt\n %d items entfernt hinzugefügt\n %d items lokal geändert\n %d items entfernt geändert\n %d items lokal gelöscht\n %d items entfernt gelöscht\n" }, | 719 | { "Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n","Synchronisationsübersicht:\n\n %d items lokal hinzugefügt\n %d items entfernt hinzugefügt\n %d items lokal geändert\n %d items entfernt geändert\n %d items lokal gelöscht\n %d items entfernt gelöscht\n" }, |
720 | { "Synchronization successful","Synchronisation erfolgreich" }, | 720 | { "Synchronization successful","Synchronisation erfolgreich" }, |
721 | { "Sync cancelled or failed. Nothing synced.","Sync abgebrochen oder fehlgeschlagen. Nichts wurde gesynced." }, | 721 | { "Sync cancelled or failed. Nothing synced.","Sync abgebrochen oder fehlgeschlagen. Nichts wurde gesynced." }, |
722 | { "Sync file \n...%1\ndoes not exist!\nNothing synced!\n","Sync Datei \n...%1\nexistiert nicht!\nNichts wurde gesynced!\n" }, | 722 | { "Sync file \n...%1\ndoes not exist!\nNothing synced!\n","Sync Datei \n...%1\nexistiert nicht!\nNichts wurde gesynced!\n" }, |
723 | { "Sync filename(*.ics/*.vcs)","Sync Dateiname(*.ics/*.vcs)" }, | 723 | { "Sync filename(*.ics/*.vcs)","Sync Dateiname(*.ics/*.vcs)" }, |
724 | { "Enter password","Passwort eingeben" }, | 724 | { "Enter password","Passwort eingeben" }, |
725 | { "Do you really want\nto remote sync\nwith profile \n","Wollen Sie wirklich\nmit dem entfernten\nProfil syncen: \n" }, | 725 | { "Do you really want\nto remote sync\nwith profile \n","Wollen Sie wirklich\nmit dem entfernten\nProfil syncen: \n" }, |
726 | { "Copy remote file to local machine...","Kopiere entfernte Datei auf lokalen Rechner..." }, | 726 | { "Copy remote file to local machine...","Kopiere entfernte Datei auf lokalen Rechner..." }, |
727 | { "Sorry, the copy command failed!\nCommand was:\n%1\n \nTry command on console to get more\ndetailed info about the reason.\n","Sorry, das Kopierkommando schlug fehl!\nKommando war:\n%1\n \nVersuche Kommando von Kosole um\nDetails für das Fehlschlagen\nzu erfahren.\n" }, | 727 | { "Sorry, the copy command failed!\nCommand was:\n%1\n \nTry command on console to get more\ndetailed info about the reason.\n","Sorry, das Kopierkommando schlug fehl!\nKommando war:\n%1\n \nVersuche Kommando von Kosole um\nDetails für das Fehlschlagen\nzu erfahren.\n" }, |
728 | { "Writing back file result: ","Resultat des Dateizurückschreibens: " }, | 728 | { "Writing back file result: ","Resultat des Dateizurückschreibens: " }, |
729 | { "Syncronization sucessfully completed","Synchronisation erfolgreich abgeschlossen" }, | 729 | { "Syncronization sucessfully completed","Synchronisation erfolgreich abgeschlossen" }, |
730 | { "Edit Calendar Filters","Editiere Kalendar Filter" }, | 730 | { "Edit Calendar Filters","Editiere Kalendar Filter" }, |
731 | { "Enter filter name:","Neuer Filter Name:" }, | 731 | { "Enter filter name:","Neuer Filter Name:" }, |
732 | { "Add Filter","Filter hinzufügen" }, | 732 | { "Add Filter","Filter hinzufügen" }, |
733 | { "Question","Frage" }, | 733 | { "Question","Frage" }, |
734 | { "Filter position: ","Filter Position: " }, | 734 | { "Filter position: ","Filter Position: " }, |
735 | { "Month View","Monatsansicht" }, | 735 | { "Month View","Monatsansicht" }, |
736 | { "This profil cannot be deleted!\n","Dieses Profil kann\nnicht gelöscht werden!" }, | 736 | { "This profil cannot be deleted!\n","Dieses Profil kann\nnicht gelöscht werden!" }, |
737 | { "KO/Pi config error","KO/Pi Konfig. Fehler" }, | 737 | { "KO/Pi config error","KO/Pi Konfig. Fehler" }, |
738 | { "Local device name undefined!\nPlease define device name!","Name dieses Gerätes undefiniert!\nBitte Namen angeben!" }, | 738 | { "Local device name undefined!\nPlease define device name!","Name dieses Gerätes undefiniert!\nBitte Namen angeben!" }, |
739 | { "Multiple profiles with same name!\nPlease use unique profile names!","Mehrere Profile haben denselben Namen!\nBitte unterschiedliche Namen wählen!" }, | 739 | { "Multiple profiles with same name!\nPlease use unique profile names!","Mehrere Profile haben denselben Namen!\nBitte unterschiedliche Namen wählen!" }, |
740 | { "Access: ","Zugriff: " }, | 740 | { "Access: ","Zugriff: " }, |
741 | { "Needs Action","Aktion notwendig" }, | 741 | { "Needs Action","Aktion notwendig" }, |
742 | { "Accepted","Akzeptiert" }, | 742 | { "Accepted","Akzeptiert" }, |
743 | { "Declined","Abgelehnt" }, | 743 | { "Declined","Abgelehnt" }, |
744 | { "Tentative","Vorläufig" }, | 744 | { "Tentative","Vorläufig" }, |
745 | { "Delegated","Beauftragt" }, | 745 | { "Delegated","Beauftragt" }, |
746 | { "Completed","Vollständig" }, | 746 | { "Completed","Vollständig" }, |
747 | { "In Process","In Bearbeitung" }, | 747 | { "In Process","In Bearbeitung" }, |
748 | { "Participant","Teilnehmer" }, | 748 | { "Participant","Teilnehmer" }, |
749 | { "Optional Participant","Möglicher Teilnehmer" }, | 749 | { "Optional Participant","Möglicher Teilnehmer" }, |
750 | { "Observer","Beobachter" }, | 750 | { "Observer","Beobachter" }, |
751 | { "Chair","Vorsitzender" }, | 751 | { "Chair","Vorsitzender" }, |
752 | { "Not supported \non desktop!\n","" }, | 752 | { "Not supported \non desktop!\n","" }, |
753 | { "Nothing selected!\n\nThis prints the full width of the Agenda view as you see it!\n\nTo determine the vertical range of the printing, please select\na vertical range (with the left mouse button down) in one column. ","Es ist nichts selektiert!\nDieses druckt die volle Breite der Agenda View, so wie man sie sieht.\nUm die verticale Auswahl zum Drucken zu bestimmen,\nbitte einen verticalen Zeitraum (mit gedrückter linker Maustaste)\nin einer Spalte auswählen. " }, | 753 | { "Nothing selected!\n\nThis prints the full width of the Agenda view as you see it!\n\nTo determine the vertical range of the printing, please select\na vertical range (with the left mouse button down) in one column. ","Es ist nichts selektiert!\nDieses druckt die volle Breite der Agenda View, so wie man sie sieht.\nUm die verticale Auswahl zum Drucken zu bestimmen,\nbitte einen verticalen Zeitraum (mit gedrückter linker Maustaste)\nin einer Spalte auswählen. " }, |
754 | { "Date range: ","Datums Zeitspanne: " }, | 754 | { "Date range: ","Datums Zeitspanne: " }, |
755 | { "Not supported \non PDA!\n","Nicht verfügbar\nauf dem PDA. " }, | 755 | { "Not supported \non PDA!\n","Nicht verfügbar\nauf dem PDA. " }, |
756 | { "Syncing - close to abort!","Syncing-schließe um abzubrechen." }, | 756 | { "Syncing - close to abort!","Syncing-schließe um abzubrechen." }, |
757 | { "Add / remove events","Add./entferne Termine" }, | 757 | { "Add / remove events","Add./entferne Termine" }, |
758 | { "File does not exist:\n '%1'.","Datei existiert nicht:\n '%1'." }, | 758 | { "File does not exist:\n '%1'.","Datei existiert nicht:\n '%1'." }, |
759 | { "Couldn't load calendar\n '%1'.","Kann Kalender nicht laden:\n '%1'." }, | 759 | { "Couldn't load calendar\n '%1'.","Kann Kalender nicht laden:\n '%1'." }, |
760 | { "\nThe file on disk has changed!\nFile size: %1 bytes.\nLast modified: %2\nDo you want to:\n\n - Save and overwrite file?\n - Sync with file, then save?\n - Cancel without saving? \n","\nDie gepeicherte Datei wurde verändert!\nDatei Grösse: %1 Bytes.\nZuletzt geändert: %2\nMöchten Sie:\n\n - Speichern und die Datei überschreiben?\n - Mit Datei Synchronisieren, dann speichern?\n - Abbrechen ohne zu speichern? \n" }, | 760 | { "\nThe file on disk has changed!\nFile size: %1 bytes.\nLast modified: %2\nDo you want to:\n\n - Save and overwrite file?\n - Sync with file, then save?\n - Cancel without saving? \n","\nDie gepeicherte Datei wurde verändert!\nDatei Grösse: %1 Bytes.\nZuletzt geändert: %2\nMöchten Sie:\n\n - Speichern und die Datei überschreiben?\n - Mit Datei Synchronisieren, dann speichern?\n - Abbrechen ohne zu speichern? \n" }, |
761 | { "Overwrite","Überschreiben" }, | 761 | { "Overwrite","Überschreiben" }, |
762 | { "Sync+save","Syncen+speichern" }, | 762 | { "Sync+save","Syncen+speichern" }, |
763 | { "Default","Standard" }, | 763 | { "Default","Standard" }, |
764 | { " Categories added to list! "," Kategorien zur Liste hinzugefügt! " }, | 764 | { " Categories added to list! "," Kategorien zur Liste hinzugefügt! " }, |
765 | { " %d items?"," %d Einträge?" }, | 765 | { " %d items?"," %d Einträge?" }, |
766 | { "\nThis event recurs\nover multiple dates.\nAre you sure you want\nto delete this event\nand all its recurrences?","\nDieses ist ein\nwiederholender Termin!.\nSind Sie sicher, dass Sie\ndiesen Termin und alle\nWiederholungen löschen möchten?" }, | 766 | { "\nThis event recurs\nover multiple dates.\nAre you sure you want\nto delete this event\nand all its recurrences?","\nDieses ist ein\nwiederholender Termin!.\nSind Sie sicher, dass Sie\ndiesen Termin und alle\nWiederholungen löschen möchten?" }, |
767 | { " ?\n\nDelete:\n"," ?\n\nLösche:\n" }, | 767 | { " ?\n\nDelete:\n"," ?\n\nLösche:\n" }, |
768 | { "Current","Aktuelle" }, | 768 | { "Current","Aktuelle" }, |
769 | { "\nThis event recurs\nover multiple dates.\nDo you want to delete\nall it's recurrences,\nor only the current one on:\n","\nDieses ist ein\nwiederholender Termin!\nMöchten sie alle Wiederholungen\nlöschen, oder nur die aktuelle am:\n" }, | 769 | { "\nThis event recurs\nover multiple dates.\nDo you want to delete\nall it's recurrences,\nor only the current one on:\n","\nDieses ist ein\nwiederholender Termin!\nMöchten sie alle Wiederholungen\nlöschen, oder nur die aktuelle am:\n" }, |
770 | { "All","Alle" }, | 770 | { "All","Alle" }, |
771 | { "Data Loss Warning","Datenverlust Warnung" }, | 771 | { "Data Loss Warning","Datenverlust Warnung" }, |
772 | { "Proceed","Weitermachen" }, | 772 | { "Proceed","Weitermachen" }, |
773 | { "The journal entries can not be\nexported to a vCalendar file.","Die Journal Einträge können\nnicht in eine vCalendar\nDatei exportiert werden!" }, | 773 | { "The journal entries can not be\nexported to a vCalendar file.","Die Journal Einträge können\nnicht in eine vCalendar\nDatei exportiert werden!" }, |
774 | { "Filter disabled ","Filter abgeschaltet" }, | 774 | { "Filter disabled ","Filter abgeschaltet" }, |
775 | { "Filter selected: ","Gewählter Filter: " }, | 775 | { "Filter selected: ","Gewählter Filter: " }, |
776 | { "Toggle Cancel","Gecancelt ändern" }, | 776 | { "Toggle Cancel","Gecancelt ändern" }, |
777 | { "&Toggle Cancel","Gecancel&t ändern" }, | 777 | { "&Toggle Cancel","Gecancel&t ändern" }, |
778 | { "Configure Toolbar","Konfiguriere Toolbar" }, | 778 | { "Configure Toolbar","Konfiguriere Toolbar" }, |
779 | { "Stretched TB","Gedehnte TB" }, | 779 | { "Stretched TB","Gedehnte TB" }, |
780 | { "Import file \n...%1\ndoes not exist!\nNothing imported!\n","Import Datei \n...%1\nexistiert nicht!\nNichts importiert!\n" }, | 780 | { "Import file \n...%1\ndoes not exist!\nNothing imported!\n","Import Datei \n...%1\nexistiert nicht!\nNichts importiert!\n" }, |
781 | { "Import filename(*.ics/*.vcs)","Import Dateiname(*.ics/*.vcs)" }, | 781 | { "Import filename(*.ics/*.vcs)","Import Dateiname(*.ics/*.vcs)" }, |
782 | { "When importing a calendar twice\nduplicated events will be ignored!\nYou can create a backup file with\nFile - Save Calendar Backup\nto revert importing","Wenn ein Kalender doppelt importiert\nwird, werden doppelte Einträge ignoriert!\nSie können eine Backup Datei anlegen unter\nDatei - Speichere Kalender Backup\num den Import rückgängig machen zu können.\n" }, | 782 | { "When importing a calendar twice\nduplicated events will be ignored!\nYou can create a backup file with\nFile - Save Calendar Backup\nto revert importing","Wenn ein Kalender doppelt importiert\nwird, werden doppelte Einträge ignoriert!\nSie können eine Backup Datei anlegen unter\nDatei - Speichere Kalender Backup\num den Import rückgängig machen zu können.\n" }, |
783 | { "Not supported \non desktop!\n","Nur verfügbar auf PDA!" }, | 783 | { "Not supported \non desktop!\n","Nur verfügbar auf PDA!" }, |
784 | { "Imported file successfully","Datei erfolgreich importiert" }, | 784 | { "Imported file successfully","Datei erfolgreich importiert" }, |
785 | { "Error importing file","Fehler beim Importieren der Datei" }, | 785 | { "Error importing file","Fehler beim Importieren der Datei" }, |
786 | { "Export vcal filename(*.vcs)","Export vcal Dateiname(*.vcs)" }, | 786 | { "Export vcal filename(*.vcs)","Export vcal Dateiname(*.vcs)" }, |
787 | { "Save file\nalready exists!\nOld save file from:\n%1\nOverwrite?\n","Zu speichernde Datei\existiert bereits!\nExist. Datei vom:\n%1\nÜberschreiben?\n" }, | 787 | { "Save file\nalready exists!\nOld save file from:\n%1\nOverwrite?\n","Zu speichernde Datei\existiert bereits!\nExist. Datei vom:\n%1\nÜberschreiben?\n" }, |
788 | { "Overwrite!","Überschreiben!" }, | 788 | { "Overwrite!","Überschreiben!" }, |
789 | { "Import file \n...%1\nfrom:\n%2\nDuplicated entries\nwill not be imported!\n","Import Datei \n...%1\nvom:\n%2\nDuplizierte Einträge\nwerden nicht importiert!\n" }, | 789 | { "Import file \n...%1\nfrom:\n%2\nDuplicated entries\nwill not be imported!\n","Import Datei \n...%1\nvom:\n%2\nDuplizierte Einträge\nwerden nicht importiert!\n" }, |
790 | { "Load backup filename","Lade Backup Dateiname" }, | 790 | { "Load backup filename","Lade Backup Dateiname" }, |
791 | { "Backup file\ndoes not exist!\nNothing loaded!","Backup Datei\nexistiert nicht!\nNichts geladen!" }, | 791 | { "Backup file\ndoes not exist!\nNothing loaded!","Backup Datei\nexistiert nicht!\nNichts geladen!" }, |
792 | { "KO/Pi:Loaded %1","KO/Pi:Geladen %1" }, | 792 | { "KO/Pi:Loaded %1","KO/Pi:Geladen %1" }, |
793 | { "Save backup filename","Speichere Backup Dateiname" }, | 793 | { "Save backup filename","Speichere Backup Dateiname" }, |
794 | { "Backup file\nalready exists!\nOld backup file from:\n%1\nOverwrite?\n","Backup Datei\nexistiert bereits!\nAlte Backup Datei vom:\n%1\nÜberschreiben?\n" }, | 794 | { "Backup file\nalready exists!\nOld backup file from:\n%1\nOverwrite?\n","Backup Datei\nexistiert bereits!\nAlte Backup Datei vom:\n%1\nÜberschreiben?\n" }, |
795 | { "KO/Pi:Saved %1","KO/Pi:Gespeichert %1" }, | 795 | { "KO/Pi:Saved %1","KO/Pi:Gespeichert %1" }, |
796 | { "Details of attendee","Teilnehmerdetails" }, | 796 | { "Details of attendee","Teilnehmerdetails" }, |
797 | { "Work phone:\n","Telefon Arbeit:\n" }, | 797 | { "Work phone:\n","Telefon Arbeit:\n" }, |
798 | { "Work mobile phone:\n","Mobiltelefon Arbeit:\n" }, | 798 | { "Work mobile phone:\n","Mobiltelefon Arbeit:\n" }, |
799 | { "Home phone:\n","Telefon privat:\n" }, | 799 | { "Home phone:\n","Telefon privat:\n" }, |
800 | { "Mobile home phone:\n","Mobiltelefon privat:\n" }, | 800 | { "Mobile home phone:\n","Mobiltelefon privat:\n" }, |
801 | { "Email:\n","Email:\n" }, | 801 | { "Email:\n","Email:\n" }, |
802 | { "Alarm disabled","Alarm deaktiviert" }, | 802 | { "Alarm disabled","Alarm deaktiviert" }, |
803 | { "Audio.Al.: ","Audio Al.: " }, | 803 | { "Audio.Al.: ","Audio Al.: " }, |
804 | { "Proc.Al.: ","Proc.Al.: " }, | 804 | { "Proc.Al.: ","Proc.Al.: " }, |
805 | { "No sound set","Kein Sound definiert" }, | 805 | { "No sound set","Kein Sound definiert" }, |
806 | { "*.wav|Wav Files","*.wav|Wav Dateien" }, | 806 | { "*.wav|Wav Files","*.wav|Wav Dateien" }, |
807 | { "No program set","Kein Programm definiert" }, | 807 | { "No program set","Kein Programm definiert" }, |
808 | { "Running '%1'","Ausführen '%1'" }, | 808 | { "Running '%1'","Ausführen '%1'" }, |
809 | { "Playing '%1'","Abspielen '%1'" }, | 809 | { "Playing '%1'","Abspielen '%1'" }, |
810 | { "Show Sync Events in WN/Agenda view","Zeige Sync Events in WN/Agenda Ansicht" }, | 810 | { "Show Sync Events in WN/Agenda view","Zeige Sync Events in WN/Agenda Ansicht" }, |
811 | { "User defined (usertranslation.txt)","Benutzerdefiniert (usertranslation.txt)" }, | 811 | { "User defined (usertranslation.txt)","Benutzerdefiniert (usertranslation.txt)" }, |
812 | { "Load!","Laden!" }, | 812 | { "Load!","Laden!" }, |
813 | { "Backup file from:\n%1\nLoading backup\nfile will delete\nyour current Data!\n","Backup Datei vom:\n%1\nDas Laden der Backup Datei\nlöscht die aktuellen Daten!\n" }, | 813 | { "Backup file from:\n%1\nLoading backup\nfile will delete\nyour current Data!\n","Backup Datei vom:\n%1\nDas Laden der Backup Datei\nlöscht die aktuellen Daten!\n" }, |
814 | { "KO/Pi Features and hints","KO/Pi Eigenschaften und Tipps" }, | 814 | { "KO/Pi Features and hints","KO/Pi Eigenschaften und Tipps" }, |
815 | { "KO/Pi User translation HowTo","KO/Pi Benutzer-Übersetzung HowTo" }, | 815 | { "KO/Pi User translation HowTo","KO/Pi Benutzer-Übersetzung HowTo" }, |
816 | { "KO/Pi Synchronization HowTo","KO/Pi Synchronisation HowTo" }, | 816 | { "KO/Pi Synchronization HowTo","KO/Pi Synchronisation HowTo" }, |
817 | { "Features + hints...","Eigenschaften + Tipps..." }, | 817 | { "Features + hints...","Eigenschaften + Tipps..." }, |
818 | { "User translation...","Benutzer Übersetzung..." }, | 818 | { "User translation...","Benutzer Übersetzung..." }, |
819 | { "Sync HowTo...","Synchronisation HowTo..." }, | 819 | { "Sync HowTo...","Synchronisation HowTo..." }, |
820 | { "Print calendar...","Drucke Kalender..." }, | 820 | { "Print calendar...","Drucke Kalender..." }, |
821 | { "Anniversary","Jahrestag" }, | 821 | { "Anniversary","Jahrestag" }, |
822 | { "When importing birthdays twice\nduplicated events will be ignored,\nif the event has not been\nchanged in KO/Pi!\n","Wenn Geburtstage mehrfach importiert\nwerden, werden doppelte Einträge ignoriert\nwenn sie nicht verändert wurden.\n" }, | 822 | { "When importing birthdays twice\nduplicated events will be ignored,\nif the event has not been\nchanged in KO/Pi!\n","Wenn Geburtstage mehrfach importiert\nwerden, werden doppelte Einträge ignoriert\nwenn sie nicht verändert wurden.\n" }, |
823 | { "Import Birthdays (KA/Pi)","Importiere Geburtstage (KA/Pi)" }, | 823 | { "Import Birthdays (KA/Pi)","Importiere Geburtstage (KA/Pi)" }, |
824 | { "Next recurrence is on: ","Nächste Wiederholung ist am:" }, | 824 | { "Next recurrence is on: ","Nächste Wiederholung ist am:" }, |
825 | { "<b>Alarm on: </b>","<b>Alarm am: </b>" }, | 825 | { "<b>Alarm on: </b>","<b>Alarm am: </b>" }, |
826 | { "<b>Access: </b>","<b>Zugriff: </b>" }, | 826 | { "<b>Access: </b>","<b>Zugriff: </b>" }, |
827 | { "(%1 min before)","(%1 min vorher)" }, | 827 | { "(%1 min before)","(%1 min vorher)" }, |
828 | { "<b>Categories: </b>","<b>Kategorien: </b>" }, | 828 | { "<b>Categories: </b>","<b>Kategorien: </b>" }, |
829 | { "Save Journal/Description...","Speichere Journal/Details..." }, | 829 | { "Save Journal/Description...","Speichere Journal/Details..." }, |
830 | { "This saves the text/details of selected\nJournals and Events/Todos\nto a text file.","Das speichert den Text bzw.\ndie Details von selektierten\nJournalen und Events/Todos\nin eine Textdatei." }, | 830 | { "This saves the text/details of selected\nJournals and Events/Todos\nto a text file.","Das speichert den Text bzw.\ndie Details von selektierten\nJournalen und Events/Todos\nin eine Textdatei." }, |
831 | { "Continue","Weitermachen" }, | 831 | { "Continue","Weitermachen" }, |
832 | { " birthdays/anniversaries added!"," Geburts-/Jahrestage hinzugefügt" }, | 832 | { " birthdays/anniversaries added!"," Geburts-/Jahrestage hinzugefügt" }, |
833 | { "Attendee:","Teilnehmer:" }, | 833 | { "Attendee:","Teilnehmer:" }, |
834 | { "Click OK to search ->","Klicke zum Suchen auf OK ->" }, | 834 | { "Click OK to search ->","Klicke zum Suchen auf OK ->" }, |
835 | { "On day ","Am Tag " }, | 835 | { "On day ","Am Tag " }, |
836 | { "%1 of ","%1 des Monats" }, | 836 | { "%1 of ","%1 des Monats" }, |
837 | { "%1 of the year","%1 des Jahres" }, | 837 | { "%1 of the year","%1 des Jahres" }, |
838 | { "","" }, | 838 | { "","" }, |
839 | { "","" }, | 839 | { "","" }, |
840 | { "","" }, | 840 | { "","" }, |
841 | { "","" }, | 841 | { "","" }, |
842 | { "","" }, | 842 | { "","" }, |
843 | { "","" }, | 843 | { "","" }, |
844 | { "","" }, | 844 | { "","" }, |