]> git.sur5r.net Git - glabels/blob - help/nl/customize.page
Imported Upstream version 3.4.0
[glabels] / help / nl / customize.page
1 <?xml version="1.0" encoding="utf-8"?>
2 <page xmlns="http://projectmallard.org/1.0/" xmlns:e="http://projectmallard.org/experimental/" type="guide" id="customize" xml:lang="nl">
3
4   <info>
5     <link type="guide" xref="index#advanced"/>
6     <revision pkgversion="3.0" version="0.1" date="2010-05-04" status="incomplete"/>
7     <desc>Customize <app>gLabels</app> to match your needs.</desc>
8     <credit type="author">
9       <name>Jim Evins</name>
10       <email>evins@snaught.com</email>
11     </credit>
12     <credit type="author">
13       <name>Mario Blättermann</name>
14       <email>mario.blaettermann@gmail.com</email>
15     </credit>
16     <license>
17       <p>Creative Commons Share Alike 3.0</p>
18     </license>    
19   </info>
20     
21   <!-- ============= Customization ============================= -->
22   <!-- Use this section to describe how to customize the application. -->
23     <title>Settings</title> 
24     <p>To configure <app>gLabels</app>, choose 
25       <guiseq> 
26         <gui>Settings</gui> 
27         <gui>Preferences</gui> 
28       </guiseq>. The 
29       <gui>Preferences</gui> dialog contains the following tabbed
30       sections:</p>
31
32   <section id="prefs-locale" style="2column">
33     <title>Locale</title>
34         <section>
35         <title>Units</title>
36         <p>Use this radio button group to specify your preferred units.
37               Select one of the following options:</p>
38            <list>
39                 <item>
40                 <p><gui>Points</gui></p>
41                 <p>Use points (1 point = 1/72 in = 0.352778 mm).</p>
42                 </item>
43                 <item>
44                 <p><gui>Inches</gui></p>
45                 <p>Use Inches.</p>
46                 </item>
47                 <item>
48                 <p><gui>Millimeters</gui></p>
49                 <p>Use Millimeters.</p>
50                 </item>
51            </list>
52            <p>Default: <gui>Inches</gui>.</p>
53         </section>
54
55         <section>
56         <title>Default page size</title>
57         <p>Use this radio button group to specify your preferred page size.
58               This will make it quicker for you to locate media types when creating a new
59               label or card.</p>
60            <list>
61                 <item>
62                 <p><gui>US Letter</gui></p>
63                 <p>Most of your media will be of the US Letter page size (8.5 x 11 inches).</p>
64                 </item>
65                 <item>
66                 <p><gui>ISO A4</gui></p>
67                 <p>Most of your media will be of the ISO A4 page size (210 x 297 mm).</p>
68                 </item>
69            </list>
70            <p>Default: <gui>US Letter</gui>.</p>                
71         </section>
72     </section>
73
74   <section id="prefs-defaults" style="2column">
75     <title>Object Defaults</title>
76
77         <section>
78         <title>Text</title>
79         <p>Use these controls to set the default properties of new text objects.
80               These properties are:</p>
81            <list>
82                 <item>
83                 <p><gui>Font</gui></p>
84                 <p>These controls are used to select font family and font size, and
85                   whether the font should bold or in italics.</p>
86                 </item>
87                 <item>
88                 <p><gui>Color</gui></p>
89                 <p>This control selects the default text color.</p>
90                 </item>
91                 <item>
92                 <p><gui>Alignment</gui></p>
93                 <p>These controls are used to select the default text alignment (left, center or right).</p>
94                 </item>
95            </list>
96         </section>
97
98         <section>
99         <title>Line</title>
100         <p>Use these controls to set the default properties of lines and outlines of
101               new objects.  These properties are:</p>
102            <list>
103                 <item>
104                 <p><gui>Width</gui></p>
105                 <p>This control selects the default line width.</p>
106                 </item>
107                 <item>
108                 <p><gui>Color</gui></p>
109                 <p>This control selects the default line color.</p>
110                 </item>
111            </list>
112         </section>
113
114         <section>
115         <title>Fill</title>
116         <p>Use this control to set the default fill property of
117               new objects.  This property is:</p>
118            <list>
119                 <item>
120                 <p><gui>Color</gui></p>
121                 <p>This control selects the default fill color.</p>
122                 </item>
123            </list>
124         </section>
125         </section>
126
127 </page>