french -> French
[kdepim.git] / kaddressbook / kaddressbook.kcfg
blobf3a3e38ba73811e798e79bf1ce1ef38dcc8b5cd9
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6 <kcfgfile name="kaddressbookrc"/>
8 <group name="Window">
9 <entry type="Bool" name="UseSimpleMode">
10 <default>false</default>
11 <tooltip>Set the view to \"Simple Mode\"</tooltip>
12 <whatsthis>Set this option to true if you want to use the simple view mode instead of the normal view mode where a list of all your address books and contacts are shown on the display.</whatsthis>
13 </entry>
14 </group>
16 <group name="Printing">
17 <entry type="String" name="DefaultFileName">
18 <default>addressbook.pdf</default>
19 <tooltip>Default print file name</tooltip>
20 <whatsthis>Set the name of the default print file.</whatsthis>
21 </entry>
22 <entry type="Int" name="PrintingStyle">
23 <label>Printing style</label>
24 <tooltip>Set the printing style</tooltip>
25 <whatsthis>KAddressBook can print the contacts in several styles. With this combobox you can choose one of these.</whatsthis>
26 <default>0</default>
27 </entry>
28 <entry type="Enum" name="SortOrder">
29 <choices>
30 <choice name="Ascending" />
31 <choice name="Descending" />
32 </choices>
33 <label>Default sort order</label>
34 <tooltip>Sort order</tooltip>
35 <whatsthis>Choose the sorting order for the printed contacts.</whatsthis>
36 <default>Ascending</default>
37 </entry>
38 </group>
40 <group name="Views">
41 <entry type="IntList" name="ContactModelColumns">
42 <default>0</default>
43 <tooltip>View columns</tooltip>
44 <whatsthis>Set the number of contact model view columns.</whatsthis>
45 </entry>
47 <entry type="Enum" name="ViewMode">
48 <choices>
49 <choice name="Dummy" />
50 <choice name="Simple" />
51 <choice name="TwoColumn" />
52 <choice name="ThreeColumn" />
53 </choices>
54 <default>3</default>
55 <label>Viewing mode</label>
56 <tooltip>Viewing mode (number of columns)</tooltip>
57 <whatsthis>Choose the layout for the main view</whatsthis>
58 </entry>
59 </group>
61 </kcfg>