Warning, /pim/calendarsupport/src/kcalprefs.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE kcfg SYSTEM
0003     "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
0004 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0005       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0006       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0007       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0008   <kcfgfile name="korganizerrc"/>
0009 
0010 <!-- PREFERENCES DIALOG -->
0011 
0012 <!-- General Page: Personal Tab -->
0013   <group name="Personal Settings">
0014     <entry type="Bool" key="Use Control Center Email" name="EmailControlCenter">
0015       <label>Use email settings from System Settings</label>
0016       <whatsthis>Check this box to use the KDE-wide e-mail settings, which are defined using the System Settings &quot;About Me&quot; Module. Uncheck this box to be able to specify your full name and e-mail.</whatsthis>
0017       <default>true</default>
0018     </entry>
0019   </group>
0020 
0021 <!-- Time&Date Page: Default Values Tab -->
0022   <group name="Default Datetimes">
0023     <entry type="DateTime" name="StartTime">
0024       <label>Default appointment time</label>
0025       <whatsthis>Enter the default time for events here. The default is used if you do not supply a start time.</whatsthis>
0026       <default>QDateTime(QDate(1752,1,1), QTime(10,0))</default>
0027     </entry>
0028 
0029     <entry type="DateTime" name="DefaultDuration">
0030       <label>Default duration of new appointment (HH:MM)</label>
0031       <whatsthis>Enter default duration for events here. The default is used if you do not supply an end time.</whatsthis>
0032       <default>QDateTime(QDate(1752,1,1), QTime(1,0))</default>
0033     </entry>
0034 
0035     <entry type="Bool" key="Enable Default Audio File" name="defaultAudioFileReminders">
0036       <label>Enable a default sound file for audio reminders</label>
0037       <whatsthis>Check this box if you want to enable the specified file to be used as the default sound file for new reminders. You can always specify another file in the Reminder configuration accessible from the Event or To-do editors.</whatsthis>
0038       <default>false</default>
0039     </entry>
0040 
0041     <entry type="Path" key="Reminder Audio File"  name="audioFilePath">
0042       <label>Default audio file</label>
0043       <whatsthis>Set a file to be used as the default sound file for new reminders. You can always specify another file in the Reminder configuration accessible from the Event or To-do editors.</whatsthis>
0044     </entry>
0045 
0046     <entry type="Bool" key="Enable Event Reminders" name="defaultEventReminders">
0047       <label>Enable reminders for new Events</label>
0048       <whatsthis>Check this box if you want to enable reminders for all newly created Events. You can always turn-off the reminders in the Event editor dialog.</whatsthis>
0049       <tooltip>By default, enable reminders for new events</tooltip>
0050       <default>false</default>
0051     </entry>
0052 
0053     <entry type="Bool" key="Enable To-do Reminders" name="defaultTodoReminders">
0054       <label>Enable reminders for new To-dos</label>
0055       <whatsthis>Check this box if you want to enable reminders for all newly created To-dos. You can always turn-off the reminders in the To-do editor dialog.</whatsthis>
0056       <tooltip>By default, enable reminders for new to-dos</tooltip>
0057       <default>false</default>
0058     </entry>
0059 
0060 
0061     <entry type="Int" key="Default Reminder Time" name="ReminderTime">
0062       <label>Default reminder time</label>
0063       <whatsthis>Enter the default reminder time for all newly created items. The time unit is specified in the adjacent combobox.</whatsthis>
0064       <tooltip>Default time for reminders</tooltip>
0065       <default>15</default>
0066     </entry>
0067 
0068     <entry type="Int" key="Default Reminder Time Units" name="ReminderTimeUnits">
0069       <whatsthis>Enter the default reminder time units for all newly created items. The time is specified in the adjacent spinbox.</whatsthis>
0070       <tooltip>Default time unit for reminders</tooltip>
0071       <default>0</default>
0072     </entry>
0073   </group>
0074 
0075 <!-- Time&Date Page: Regional Tab -->
0076   <group name="Time &amp; Date">
0077     <entry type="DateTime" name="DayBegins">
0078       <label>Day begins at</label>
0079       <whatsthis>Enter the start time for events here. This time should be the earliest time that you use for events.</whatsthis>
0080       <default>QDateTime(QDate(1752,1,1), QTime(7,0))</default>
0081     </entry>
0082 
0083     <entry type="Bool" key="Exclude Holidays">
0084       <label>Exclude holidays</label>
0085       <whatsthis>Check this box to prevent KOrganizer from marking the working hours on holidays.</whatsthis>
0086       <default>true</default>
0087     </entry>
0088 
0089     <entry type="StringList" name="Holidays">
0090       <label>Use holiday regions:</label>
0091       <whatsthis>Select which regions you want to use the holidays here. Defined holidays are shown as non-working days in the date navigator, the agenda view, etc.</whatsthis>
0092     </entry>
0093   </group>
0094 
0095 <!-- Group Scheduling Page -->
0096   <group name="Group Scheduling">
0097     <entry type="Bool" key="Use Groupware Communication">
0098       <label>Use Groupware communication</label>
0099       <whatsthis>Check this box to enable automatic generation of mails when creating, updating or deleting events (or to-dos) involving other attendees. You should check this box if you want to use the groupware functionality (e.g. Configuring Kontact as a KDE Kolab client).</whatsthis>
0100       <default>true</default>
0101     </entry>
0102 
0103     <entry type="Enum" key="Send Policy" name="SendPolicy">
0104       <label>Default policy for invitations to other users:</label>
0105       <choices>
0106         <choice name="InvitationPolicySend">
0107           <label>Send mails without asking.</label>
0108         </choice>
0109         <choice name="InvitationPolicyAsk">
0110           <label>Ask for every individual attendee what to do.</label>
0111         </choice>
0112         <choice name="InvitationPolicyDontSend">
0113           <label>Do not send invitation emails at all (this can break group scheduling for iTip compliant clients).</label>
0114         </choice>
0115       </choices>
0116       <default>InvitationPolicySend</default>
0117     </entry>
0118 
0119     <entry type="StringList" name="AdditionalMails">
0120     </entry>
0121   </group>
0122 
0123 <!-- Options currently not visible in the GUI -->
0124   <group name="Hidden Options">
0125     <entry type="Bool" name="ShowTimeZoneSelectorInIncidenceEditor">
0126       <label>Show timezone selectors in the event and todo editor dialog.</label>
0127       <default>true</default>
0128     </entry>
0129   </group>
0130 
0131 <!-- ARCHIVE DIALOG -->
0132   <group name="Archive Dialog">
0133     <entry type="Bool" key="Auto Archive">
0134       <label>Regularly archive events</label>
0135       <default>false</default>
0136     </entry>
0137 
0138     <entry type="Int" key="Expiry Time">
0139       <label>If auto-archiving is enabled, events older than this amount will be archived. The unit of this value is specified in another field.</label>
0140       <default>1</default>
0141     </entry>
0142 
0143     <entry type="Enum" key="Expiry Unit" name="ExpiryUnit">
0144       <label>The unit in which the expiry time is expressed.</label>
0145       <choices>
0146         <choice name="UnitDays">
0147           <label>In days</label>
0148         </choice>
0149         <choice name="UnitWeeks">
0150           <label>In weeks</label>
0151         </choice>
0152         <choice name="UnitMonths">
0153           <label>In months</label>
0154         </choice>
0155       </choices>
0156       <default>UnitMonths</default>
0157     </entry>
0158 
0159     <entry type="String" key="Archive File">
0160       <label>URL of the file where old events should be archived</label>
0161     </entry>
0162 
0163     <entry type="Bool" key="Archive Events">
0164       <label>Archive events</label>
0165       <default>true</default>
0166     </entry>
0167 
0168     <entry type="Bool" key="Archive Todos">
0169       <label>Archive to-dos</label>
0170       <default>true</default>
0171     </entry>
0172 
0173     <entry type="Enum" key="Archive Action">
0174       <label>What to do when archiving</label>
0175       <choices>
0176         <choice name="actionDelete">
0177           <label>Delete old events</label>
0178         </choice>
0179         <choice name="actionArchive">
0180           <label>Archive old events to a separate file</label>
0181         </choice>
0182       </choices>
0183       <default>actionArchive</default>
0184     </entry>
0185   </group>
0186 
0187 <!-- INTERNAL SETTINGS: Not for users to change -->
0188   <group name="Internal Settings">
0189     <entry type="Int" key="Work Week Mask" name="WorkWeekMask">
0190       <default>31</default>
0191     </entry>
0192 
0193     <entry type="String" key="user_name" name="UserName">
0194       <label>Full &amp;name</label>
0195       <whatsthis>Enter your full name here. This name will be displayed as "Organizer" in to-dos and events you create.</whatsthis>
0196       <default code="true">i18n(&quot;Anonymous&quot;)</default>
0197     </entry>
0198 
0199     <entry type="String" key="user_email" name="UserEmail">
0200       <label>E&amp;mail address</label>
0201       <whatsthis>Enter here your e-mail address. This e-mail address will be used to identify the owner of the calendar, and displayed in events and to-dos you create.</whatsthis>
0202       <default code="true">i18n(&quot;nobody@nowhere&quot;)</default>
0203     </entry>
0204 
0205     <entry type="StringList" name="EventTemplates">
0206     </entry>
0207 
0208     <entry type="StringList" name="TodoTemplates">
0209     </entry>
0210 
0211     <entry type="StringList" name="JournalTemplates">
0212     </entry>
0213 
0214     <entry type="StringList" name="ActiveDesignerFields">
0215     </entry>
0216   </group>
0217 
0218   <group name="Colors">
0219     <entry type="Color" key="Unset Category Color">
0220       <label>"No tag" color (for "Only tag" drawing schemes)</label>
0221       <whatsthis>Select a color to use for the "no tag" or "unset tag" situation, when an item does not have any tags.  This color is used when drawing items in the agenda or month views using the "Only tag" scheme.</whatsthis>
0222       <tooltip>Use this color when drawing items without any tags</tooltip>
0223       <default>151, 235, 121</default>
0224     </entry>
0225   </group>
0226 
0227 </kcfg>