SVN_SILENT made messages (after extraction)
[kdepim.git] / kalarm / kalarmconfig.kcfg
blobd0748778a59b617608f1b10bf86864ecd2ab235e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Author: David Jarvie <djarvie@kde.org> -->
3 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
6 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
8 <include>"timeperiod.h"</include>
9 <include>"kalocale.h"</include>
10 <include>QFontDatabase</include>
11 <include>KColorScheme</include>
12 <include>QFont</include>
13 <include>QColor</include>
14 <include>qnamespace.h</include>
16 <kcfgfile name="kalarmrc"/>
17 <signal name="showInSystemTrayChanged">
18 <argument type="Bool">ShowInSystemTray</argument>
19 </signal>
20 <signal name="autoHideSystemTrayChanged">
21 <argument type="Int">AutoHideSystemTray</argument>
22 </signal>
23 <signal name="askResourceChanged">
24 <argument type="Bool">AskResource</argument>
25 </signal>
26 <signal name="base_TimeZoneChanged">
27 <argument type="String">Base_TimeZone</argument>
28 </signal>
29 <signal name="base_HolidayRegionChanged">
30 <argument type="String">Base_HolidayRegion</argument>
31 </signal>
32 <signal name="base_StartOfDayChanged">
33 <argument type="DateTime">Base_StartOfDay</argument>
34 </signal>
35 <signal name="base_WorkTimeChanged">
36 <argument type="DateTime">Base_WorkDayStart</argument>
37 <argument type="DateTime">Base_WorkDayEnd</argument>
38 <argument type="Int">Base_WorkDays</argument>
39 </signal>
40 <signal name="messageFontChanged">
41 <argument type="Font">MessageFont</argument>
42 </signal>
43 <signal name="disabledColourChanged">
44 <argument type="Color">DisabledColour</argument>
45 </signal>
46 <signal name="archivedColourChanged">
47 <argument type="Color">ArchivedColour</argument>
48 </signal>
49 <signal name="archivedKeepDaysChanged">
50 <argument type="Int">ArchivedKeepDays</argument>
51 </signal>
52 <signal name="feb29TypeChanged">
53 <argument type="Enum">DefaultFeb29Type</argument>
54 </signal>
55 <signal name="tooltipPreferencesChanged">
56 </signal>
57 <group name="General">
58 <entry name="Version" type="String" hidden="true">
59 <label context="@label">KAlarm version</label>
60 <whatsthis context="@info:whatsthis">KAlarm version which wrote this file.</whatsthis>
61 </entry>
62 <entry name="Backend" type="Enum" hidden="true">
63 <label context="@label">Data storage backend</label>
64 <whatsthis context="@info:whatsthis">Data storage backend currently used by KAlarm.</whatsthis>
65 <choices name="Backend">
66 <choice name="Kresources"><label context="@option">KResources</label></choice>
67 <choice name="Akonadi"><label context="@option">Akonadi</label></choice>
68 </choices>
69 </entry>
70 <entry name="Base_TimeZone" key="TimeZone" type="String">
71 <label context="@label">Time zone</label>
72 <whatsthis context="@info:whatsthis">Select the time zone which KAlarm should use as its default for displaying and entering dates and times.</whatsthis>
73 <!-- <emit signal="base_TimeZoneChanged"/> -->
74 </entry>
75 <entry name="Base_HolidayRegion" key="HolidayRegion" type="String">
76 <label context="@label">Holiday region</label>
77 <whatsthis context="@info:whatsthis">Select the holiday region to use.</whatsthis>
78 <!-- <emit signal="base_HolidayRegionChanged"/> -->
79 </entry>
80 <entry name="DefaultFgColour" key="MessageForegroundColour" type="Color">
81 <label context="@label">Foreground color</label>
82 <whatsthis context="@info:whatsthis">Default foreground color for alarm message windows.</whatsthis>
83 <default code="true">KColorScheme(QPalette::Active).foreground().color()</default>
84 </entry>
85 <entry name="DefaultBgColour" key="MessageBackgroundColour" type="Color">
86 <label context="@label">Background color</label>
87 <whatsthis context="@info:whatsthis">Default background color for alarm message windows.</whatsthis>
88 <default code="true">KColorScheme(QPalette::Active).background(KColorScheme::NegativeBackground).color()</default>
89 </entry>
90 <entry name="MessageFont" type="Font">
91 <label context="@label">Message font</label>
92 <whatsthis context="@info:whatsthis">Default font for displaying alarm messages.</whatsthis>
93 <default code="true">QFont(QFontDatabase::systemFont(QFontDatabase::GeneralFont).family(), 16, QFont::Bold)</default>
94 <!-- <emit signal="messageFontChanged"/> -->
95 </entry>
96 <entry name="ShowInSystemTray" type="Bool">
97 <label context="@label">Show in system tray</label>
98 <whatsthis context="@info:whatsthis">&lt;p>Check to show KAlarm's icon in the system tray. Showing it in the system tray provides easy access and a status indication.&lt;/p></whatsthis>
99 <default>true</default>
100 <!-- <emit signal="showInSystemTrayChanged"/>-->
101 </entry>
102 <entry name="AutoHideSystemTray" type="Int">
103 <label context="@label">Auto-hide in system tray if no alarms due within period</label>
104 <whatsthis context="@info:whatsthis">&lt;p>Enter -1 to auto-hide KAlarm's icon in the system tray when there are no active alarms.&lt;/p>&lt;p>To auto-hide the system tray icon when there are no alarms due within a set period of time, enter the time period in minutes.&lt;/p>&lt;p>Enter 0 to always show the system tray icon.&lt;/p></whatsthis>
105 <default>1440</default>
106 <!-- <emit signal="autoHideSystemTrayChanged"/> -->
107 </entry>
108 <entry name="AutoStart" key="AutoStart" type="Bool">
109 <label context="@label">Start at login</label>
110 <whatsthis context="@info:whatsthis">&lt;p>Automatically start KAlarm whenever you start KDE.&lt;/p>&lt;p>This option should always be checked unless you intend to discontinue use of KAlarm.&lt;/p></whatsthis>
111 <default>false</default>
112 </entry>
113 <entry name="NoAutoStart" key="NoAutoStart" type="Bool" hidden="true">
114 <label context="@label">Suppress autostart at login</label>
115 <default>false</default>
116 </entry>
117 <entry name="DefaultDeferTime" key="DeferTime" type="Int">
118 <label context="@label">Default defer time interval</label>
119 <whatsthis context="@info:whatsthis">Enter the default time interval (in minutes) to defer alarms, used by the Defer Alarm dialog.</whatsthis>
120 <default>5</default>
121 </entry>
122 <entry name="AskResource" type="Bool">
123 <label context="@label">Prompt for which calendar to store in</label>
124 <whatsthis context="@info:whatsthis">&lt;p>When saving a new alarm or alarm template, prompt for which calendar to store it in, if there is more than one active calendar.&lt;/p>&lt;p>Note that archived alarms are always stored in the default archived alarm calendar.&lt;/p></whatsthis>
125 <default>true</default>
126 <!-- <emit signal="askResourceChanged"/> -->
127 </entry>
128 <entry name="ModalMessages" type="Bool">
129 <label context="@label">Message windows have a title bar and take keyboard focus</label>
130 <whatsthis context="@info:whatsthis">&lt;p>Specify the characteristics of alarm message windows:&lt;ul>&lt;li>If checked, the window is a normal window with a title bar, which grabs keyboard input when it is displayed.&lt;/li>&lt;li>If unchecked, the window does not interfere with your typing when it is displayed, but it has no title bar and cannot be moved or resized.&lt;/li>&lt;/ul>&lt;/p></whatsthis>
131 <default>true</default>
132 </entry>
133 <entry name="MessageButtonDelay" type="Int">
134 <label context="@label">Delay before message window buttons are enabled</label>
135 <whatsthis context="@info:whatsthis">&lt;p>Specify the positioning of alarm message windows, and the delay in seconds after a window shows until its buttons are enabled.
136 &lt;ul>&lt;li>0 to position message windows as far from the cursor as possible with no enable delay.&lt;/li>
137 &lt;li>> 0 to position in center of screen and specify delay before enabling buttons.&lt;/li>
138 &lt;li>-1 for no special positioning and no enable delay.&lt;/li>&lt;/ul>&lt;/p>
139 </whatsthis>
140 <default>0</default>
141 <min>-1</min>
142 <max>10</max> <!-- Prevent windows being unusable for a long time -->
143 </entry>
144 <entry name="TooltipAlarmCount" type="Int">
145 <label context="@label">Number of alarms to show in system tray tooltip</label>
146 <whatsthis context="@info:whatsthis">&lt;p>How many alarms due in the next 24 hours to show in the system tray tooltip:
147 &lt;ul>&lt;li>0 to display none&lt;/li>
148 &lt;li>-1 to display all&lt;/li>
149 &lt;li>>0 to set a limit.&lt;/li>&lt;/ul>&lt;/p>
150 </whatsthis>
151 <default>5</default>
152 <min>-1</min>
153 <!-- <emit signal="tooltipPreferencesChanged"/> -->
154 </entry>
155 <entry name="ShowTooltipAlarmTime" type="Bool">
156 <label context="@label">Show alarm times in system tray tooltip</label>
157 <whatsthis context="@info:whatsthis">Specify whether to show in the system tray tooltip, the time at which each alarm is due.</whatsthis>
158 <default>true</default>
159 <!-- <emit signal="tooltipPreferencesChanged"/> -->
160 </entry>
161 <entry name="ShowTooltipTimeToAlarm" type="Bool">
162 <label context="@label">Show time to alarms in system tray tooltip</label>
163 <whatsthis context="@info:whatsthis">Specify whether to show in the system tray tooltip, how long until each alarm is due.</whatsthis>
164 <default>true</default>
165 <!-- <emit signal="tooltipPreferencesChanged"/> -->
166 </entry>
167 <entry name="TooltipTimeToPrefix" type="String">
168 <label context="@label">Time-to-alarm prefix in system tray tooltip</label>
169 <whatsthis context="@info:whatsthis">Enter the text to be displayed in front of the time until the alarm, in the system tray tooltip.</whatsthis>
170 <default code="true">QLatin1String("+")</default>
171 <!-- <emit signal="tooltipPreferencesChanged"/> -->
172 </entry>
173 <entry name="EmailClient" key="EmailClient" type="Enum">
174 <label context="@label">Email client</label>
175 <whatsthis context="@info:whatsthis">&lt;p>How to send email when an email alarm is triggered.&lt;ul>&lt;li>KMail: The email is sent automatically via KMail. KMail is started first if necessary.&lt;/li>&lt;li>Sendmail: The email is sent automatically. This option will only work if your system is configured to use sendmail or a sendmail compatible mail transport agent.&lt;/li>&lt;/ul>&lt;/p></whatsthis>
176 <choices name="MailClient">
177 <choice name="sendmail"><label context="@option">Sendmail</label></choice>
178 <choice name="kmail"><label context="@option">KMail</label></choice>
179 </choices>
180 <default>kmail</default>
181 </entry>
182 <entry name="Base_EmailCopyToKMail" key="EmailCopyToKMail" type="Bool">
183 <label context="@label">Whether to copy sent emails into KMail's Sent folder.</label>
184 <whatsthis context="@info:whatsthis">Whether after sending an email to store a copy in KMail's sent-mail folder. Only applies when sendmail is selected as the email client.</whatsthis>
185 <default>false</default>
186 </entry>
187 <entry name="Base_EmailFrom" key="EmailFrom" type="String">
188 <label context="@label">'From' email address</label>
189 <whatsthis context="@info:whatsthis">Your email address, used to identify you as the sender when sending email alarms. Enter "@SystemSettings" to use the email address set in System Settings, "@KMail" to allow choice of KMail identities, or enter the actual email address otherwise.</whatsthis>
190 <default code="true">KAlarmCal::Identities::identitiesExist() ? QLatin1String("@KMail") : QLatin1String("@SystemSettings")</default>
191 </entry>
192 <entry name="Base_EmailBccAddress" key="EmailBccAddress" type="String">
193 <label context="@label">'Bcc' email address</label>
194 <whatsthis context="@info:whatsthis">Your email address, used for blind copying email alarms to yourself. If you want blind copies to be sent to your account on the computer which KAlarm runs on, you can simply enter your user login name. Enter "@SystemSettings" to use the email address set in System Settings, or enter the actual email address otherwise.</whatsthis>
195 <default code="true">QLatin1String("@SystemSettings")</default>
196 </entry>
197 <entry name="Base_CmdXTermCommand" key="CmdXTerm" type="String">
198 <label context="@label">Terminal for command alarms</label>
199 <whatsthis context="@info:whatsthis">Command line to execute command alarms in a terminal window, including special codes described in the KAlarm handbook.</whatsthis>
200 </entry>
201 <entry name="Base_StartOfDay" key="StartOfDay" type="DateTime">
202 <label context="@label">Start of day for date-only alarms</label>
203 <whatsthis context="@info:whatsthis">The earliest time of day at which a date-only alarm will be triggered.</whatsthis>
204 <default>QDateTime(QDate(1900,1,1),QTime(0,0))</default>
205 <!-- <emit signal="base_StartOfDayChanged"/> -->
206 </entry>
207 <entry name="Base_WorkDayStart" key="WorkDayStart" type="DateTime">
208 <label context="@label">Start time of working day</label>
209 <whatsthis context="@info:whatsthis">The start time of the working day.</whatsthis>
210 <default>QDateTime(QDate(1900,1,1),QTime(8,0))</default>
211 <!-- <emit signal="base_WorkTimeChanged"/> -->
212 </entry>
213 <entry name="Base_WorkDayEnd" key="WorkDayEnd" type="DateTime">
214 <label context="@label">End time of working day</label>
215 <whatsthis context="@info:whatsthis">The end time of the working day.</whatsthis>
216 <default>QDateTime(QDate(1900,1,1),QTime(17,0))</default>
217 <!-- <emit signal="base_WorkTimeChanged"/> -->
218 </entry>
219 <entry name="Base_WorkDays" key="WorkDays" type="UInt">
220 <label context="@label">Working days</label>
221 <whatsthis context="@info:whatsthis">OR'ed bits indicating which days of the week are work days, 1 = Monday ... 64 = Sunday.</whatsthis>
222 <default code="true">KAlarm::defaultWorkDays()</default>
223 <!-- <emit signal="base_WorkTimeChanged"/> -->
224 </entry>
225 <entry name="DisabledColour" type="Color">
226 <label context="@label">Disabled alarm color</label>
227 <whatsthis context="@info:whatsthis">Choose the text color in the alarm list for disabled alarms.</whatsthis>
228 <default code="true">KColorScheme(QPalette::Disabled).foreground(KColorScheme::InactiveText).color()</default>
229 <!-- <emit signal="disabledColourChanged"/> -->
230 </entry>
231 <entry name="ArchivedColour" key="ExpiredColour" type="Color">
232 <label context="@label">Archived alarm color</label>
233 <whatsthis context="@info:whatsthis">Choose the text color in the alarm list for archived alarms.</whatsthis>
234 <default code="true">KColorScheme(QPalette::Active).foreground(KColorScheme::VisitedText).color()</default>
235 <!-- <emit signal="archivedColourChanged"/> -->
236 </entry>
237 <entry name="ArchivedKeepDays" key="ExpiredKeepDays" type="Int">
238 <label context="@label">Days to keep expired alarms</label>
239 <whatsthis context="@info:whatsthis">&lt;p>Specify how many days to keep alarms after they expire or are deleted (except deleted alarms which were never triggered):
240 &lt;ul>&lt;li>0 to not keep&lt;/li>
241 &lt;li>-1 to keep indefinitely&lt;/li>
242 &lt;li>>0 number of days to keep.&lt;/li>&lt;/ul>&lt;/p>
243 </whatsthis>
244 <default>7</default>
245 <min>-1</min>
246 <!-- <emit signal="archivedKeepDaysChanged"/> -->
247 </entry>
248 <entry name="KOrgEventDuration" type="Int">
249 <label context="@label">KOrganizer event duration</label>
250 <whatsthis context="@info:whatsthis">Enter the event duration in minutes, for alarms which are copied to KOrganizer.</whatsthis>
251 <default>0</default>
252 </entry>
253 <entry name="WakeFromSuspendAdvance" type="Int">
254 <label context="@label">Number of minutes before alarm to wake from suspend</label>
255 <whatsthis context="@info:whatsthis">Enter how many minutes before the alarm trigger time to wake the system from suspend. This can be used to ensure that the system is fully restored by the time the alarm triggers.</whatsthis>
256 <default>2</default>
257 </entry>
258 </group>
259 <group name="Defaults">
260 <entry name="DefaultLateCancel" key="LateCancel" type="Int">
261 <label context="@label">Cancel if late (minutes)</label>
262 <whatsthis context="@info:whatsthis">Default value in the alarm edit dialog for late cancellation time (in minutes). 0 for no late cancellation, >0 how many minutes before cancelling.</whatsthis>
263 <default>0</default>
264 <min>0</min>
265 </entry>
266 <entry name="DefaultAutoClose" key="AutoClose" type="Bool">
267 <label context="@label">Auto-close window after late-cancellation time</label>
268 <whatsthis context="@info:whatsthis">Default setting in the alarm edit dialog for "auto close if late".</whatsthis>
269 <default>false</default>
270 </entry>
271 <entry name="DefaultConfirmAck" key="ConfirmAck" type="Bool">
272 <label context="@label">Confirm acknowledgement</label>
273 <whatsthis context="@info:whatsthis">Default setting in the alarm edit dialog for "confirm alarm acknowledgement".</whatsthis>
274 <default>false</default>
275 </entry>
276 <entry name="DefaultCopyToKOrganizer" key="CopyKOrg" type="Bool">
277 <label context="@label">Show in KOrganizer</label>
278 <whatsthis context="@info:whatsthis">Default setting in the alarm edit dialog for "show in KOrganizer".</whatsthis>
279 <default>false</default>
280 </entry>
281 <entry name="DefaultSoundType" key="SoundType" type="Enum">
282 <label context="@label Label for audio options">Sound</label>
283 <whatsthis context="@info:whatsthis">Default sound type in the alarm edit dialog.</whatsthis>
284 <choices name="SoundType" prefix="Sound_">
285 <choice name="None"/>
286 <choice name="Beep"/>
287 <choice name="File"><label context="@option">Play File</label></choice>
288 <choice name="Speak"/>
289 </choices>
290 <default>None</default>
291 </entry>
292 <entry name="DefaultSoundFile" key="SoundFile" type="Path">
293 <label context="@label">Sound file</label>
294 <whatsthis context="@info:whatsthis">Default sound file path in the alarm edit dialog.</whatsthis>
295 </entry>
296 <entry name="Base_DefaultSoundVolume" key="SoundVolume" type="Int">
297 <label context="@label">Sound volume</label>
298 <whatsthis context="@info:whatsthis">Default sound volume in the alarm edit dialog. -1 to deselect volume, or 0 - 100 %</whatsthis>
299 <default>-1</default>
300 <min>-1</min>
301 <max>100</max>
302 </entry>
303 <entry name="DefaultSoundRepeat" key="SoundRepeat" type="Bool">
304 <label context="@label">Repeat sound file</label>
305 <whatsthis context="@info:whatsthis">Default setting in the alarm edit dialog for sound repetition.</whatsthis>
306 <default>false</default>
307 </entry>
308 <entry name="DefaultCmdScript" key="CmdScript" type="Bool">
309 <label context="@label">Enter script</label>
310 <whatsthis context="@info:whatsthis">Default setting in the alarm edit dialog for command script entry.</whatsthis>
311 <default>false</default>
312 </entry>
313 <entry name="DefaultCmdLogType" key="CmdLogType" type="Enum">
314 <label context="@label">Command output</label>
315 <whatsthis context="@info:whatsthis">Default setting in the alarm edit dialog for where to send command alarm output.</whatsthis>
316 <choices name="CmdLogType" prefix="Log_">
317 <choice name="Discard"><label context="@option">Discard Output</label></choice>
318 <choice name="File"><label context="@option">Log To File</label></choice>
319 <choice name="Terminal"><label context="@option">Execute in terminal window</label></choice>
320 </choices>
321 <default>Discard</default>
322 </entry>
323 <entry name="DefaultCmdLogFile" key="LogFile" type="Path">
324 <label context="@label">Log file</label>
325 <whatsthis context="@info:whatsthis">Default log file path for command alarms in the alarm edit dialog.</whatsthis>
326 </entry>
327 <entry name="DefaultEmailBcc" key="EmailBcc" type="Bool">
328 <label context="@label">Copy email to self</label>
329 <whatsthis context="@info:whatsthis">Default setting in the alarm edit dialog for blind copying emails to self.</whatsthis>
330 <default>false</default>
331 </entry>
332 <entry name="DefaultRecurPeriod" key="RecurPeriod" type="Enum">
333 <label context="@label">Recurrence period</label>
334 <whatsthis context="@info:whatsthis">The default setting for the recurrence rule in the alarm edit dialog.</whatsthis>
335 <choices name="RecurType" prefix="Recur_">
336 <choice name="None"><label context="@option">No recurrence</label></choice>
337 <choice name="Login"><label context="@option">At login</label></choice>
338 <choice name="SubDaily"><label context="@option">Hourly/minutely</label></choice>
339 <choice name="Daily"/>
340 <choice name="Weekly"/>
341 <choice name="Monthly"/>
342 <choice name="Yearly"/>
343 </choices>
344 <default>None</default>
345 </entry>
346 <entry name="DefaultFeb29Type" key="Feb29Recur" type="Enum">
347 <label context="@label">In non-leap years, repeat yearly February 29th alarms on:</label>
348 <whatsthis context="@info:whatsthis">For yearly recurrences, choose what date, if any, alarms due on February 29th should occur in non-leap years.&lt;i>Note&lt;/i>: The next scheduled occurrence of existing alarms is not re-evaluated when you change this setting.</whatsthis>
349 <choices name="Feb29Type" prefix="Feb29_">
350 <choice name="Feb28"><label context="@option">February 28th</label></choice>
351 <choice name="Mar1"><label context="@option">March 1st</label></choice>
352 <choice name="None"><label context="@option">Do not repeat</label></choice>
353 </choices>
354 <default>Mar1</default>
355 <!-- <emit signal="feb29TypeChanged"/> -->
356 </entry>
357 <entry name="DefaultReminderUnits" key="RemindUnits" type="Enum">
358 <label context="@label">Reminder units</label>
359 <whatsthis context="@info:whatsthis">Default reminder time units in the alarm edit dialog.</whatsthis>
360 <choices name="TimePeriod::Units">
361 <choice name="Minutes"></choice>
362 <choice name="HoursMinutes"><label context="@option">Hours/Minutes</label></choice>
363 </choices>
364 <default>HoursMinutes</default>
365 </entry>
366 <entry name="DefaultPreAction" key="PreAction" type="String">
367 <label context="@label">Pre-alarm action</label>
368 <whatsthis context="@info:whatsthis">Default command to execute before displaying alarms.</whatsthis>
369 </entry>
370 <entry name="DefaultExecPreActionOnDeferral" key="PreActionExecDefer" type="Bool">
371 <label context="@label">Execute pre-alarm action for deferred alarms</label>
372 <whatsthis context="@info:whatsthis">Default setting for whether to execute the pre-alarm action before deferred alarms trigger.</whatsthis>
373 <default>false</default>
374 </entry>
375 <entry name="DefaultCancelOnPreActionError" key="PreActionErrCancel" type="Bool">
376 <label context="@label">Cancel alarm on pre-alarm action error</label>
377 <whatsthis context="@info:whatsthis">Default setting for whether to cancel the alarm if the pre-alarm action command fails.</whatsthis>
378 <default>false</default>
379 </entry>
380 <entry name="DefaultDontShowPreActionError" key="PreActionErrDontShow" type="Bool">
381 <label context="@label">Do not notify pre-alarm action errors</label>
382 <whatsthis context="@info:whatsthis">Default setting for whether to show no error status or error message if the pre-alarm action command fails.</whatsthis>
383 <default>false</default>
384 </entry>
385 <entry name="DefaultPostAction" key="PostAction" type="String">
386 <label context="@label">Post-alarm action</label>
387 <whatsthis context="@info:whatsthis">Default command to execute after alarm message windows are closed.</whatsthis>
388 </entry>
389 </group>
391 <group name="Notification Messages">
392 <entry name="Base_QuitWarn" key="QuitWarn" type="Bool">
393 <label context="@label">Warn before quitting</label>
394 <whatsthis context="@info:whatsthis">Whether to suppress a warning prompt before quitting KAlarm.</whatsthis>
395 <default>true</default>
396 </entry>
397 <entry name="Base_ConfirmAlarmDeletion" key="ConfirmAlarmDeletion" type="Bool">
398 <label context="@label">Confirm alarm deletions</label>
399 <whatsthis context="@info:whatsthis">Check to be prompted for confirmation each time you delete an alarm.</whatsthis>
400 <default>true</default>
401 </entry>
402 <entry name="Base_EmailQueuedNotify" key="EmailQueuedNotify" type="Bool">
403 <label context="@label">Notify when remote emails are queued</label>
404 <whatsthis context="@info:whatsthis">Display a notification message whenever an email alarm has queued an email for sending to a remote system. This could be useful if, for example, you have a dial-up connection, so that you can then ensure that the email is actually transmitted.</whatsthis>
405 <default>false</default>
406 </entry>
407 </group>
408 </kcfg>