Update ooo320-m1
[ooovba.git] / sd / source / ui / dlg / tpoption.src
blobd2f1c85b9f7241e63d0bd48e2f4b0c7fe1227b4d
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: tpoption.src,v $
10  * $Revision: 1.55 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include "tpoption.hrc"
31 #include "helpids.h"
33 #define SCALE_TEXT \
34         Text [ en-US ] = "Scale" ;                 \
36  // Contents (Inhalte)
37 TabPage TP_OPTIONS_CONTENTS
39     HelpID = HID_SD_OPTIONS_CONTENTS ;
40     Size = MAP_APPFONT ( 260 , 185 ) ;
41     Hide = TRUE;
42     Text [ en-US ] = "Contents" ;
43     FixedLine GRP_DISPLAY
44     {
45         Pos = MAP_APPFONT ( 6 , 72 - 69 ) ;
46         Size = MAP_APPFONT ( 248 , 8 ) ;
47         Text [ en-US ] = "Display" ;
48     };
49     CheckBox CBX_RULER
50     {
51         Pos = MAP_APPFONT ( 12 , 83 - 69 ) ;
52         Size = MAP_APPFONT ( 134 , 10 ) ;
53         TabStop = TRUE ;
54         Text [ en-US ] = "~Rulers visible" ;
55     };
56     CheckBox CBX_HELPLINES
57     {
58         Pos = MAP_APPFONT ( 12 , 97 - 69 ) ;
59         Size = MAP_APPFONT ( 134 , 10 ) ;
60         TabStop = TRUE ;
61         Text [ en-US ] = "~Guides when moving" ;
62     };
63     CheckBox CBX_HANDLES_BEZIER
64     {
65         Pos = MAP_APPFONT ( 12 , 111 - 69 ) ;
66         Size = MAP_APPFONT ( 134 , 10 ) ;
67         TabStop = TRUE ;
68         Text [ en-US ] = "~All control points in Bézier editor" ;
69     };
70     CheckBox CBX_MOVE_OUTLINE
71     {
72         Pos = MAP_APPFONT ( 12 , 125 - 69 ) ;
73         Size = MAP_APPFONT ( 134 , 10 ) ;
74         TabStop = TRUE ;
75         Text [ en-US ] = "~Contour of each individual object" ;
76     };
78  // MISC (Sonstiges)
79 TabPage TP_OPTIONS_MISC
81     HelpID = HID_SD_OPTIONS_MISC ;
82     Size = MAP_APPFONT ( 260 , 185 ) ;
83     Hide = TRUE;
84     Text [ en-US ] = "Other" ;
85     FixedLine GRP_TEXT
86     {
87         Pos = MAP_APPFONT ( 6 , 3  ) ;
88         Size = MAP_APPFONT ( 248 , 8 ) ;
89         Text [ en-US ] = "Text objects" ;
90     };
91     CheckBox CBX_QUICKEDIT
92     {
93         Pos = MAP_APPFONT ( 12 , 14  ) ;
94         Size = MAP_APPFONT ( 116 , 10 ) ;
95         TabStop = TRUE ;
96         Text [ en-US ] = "Allow quick editing" ;
97     };
98     CheckBox CBX_PICKTHROUGH
99     {
100         Pos = MAP_APPFONT ( 12 , 27  ) ;
101         Size = MAP_APPFONT ( 116 , 10 ) ;
102         TabStop = TRUE ;
103         Text [ en-US ] = "Only text area selectable" ;
104     };
105     FixedLine GRP_PROGRAMSTART
106     {
107         Pos = MAP_APPFONT ( 6 , 42  ) ;
108         Size = MAP_APPFONT ( 248 , 8 ) ;
109         Text [ en-US ] = "New document" ;
110     };
111     CheckBox CBX_START_WITH_TEMPLATE
112     {
113         Pos = MAP_APPFONT ( 12 , 53  ) ;
114         Size = MAP_APPFONT ( 242 , 10 ) ;
115         TabStop = TRUE ;
116         Text [ en-US ] = "Start with ~wizard" ;
117     };
118     FixedLine GRP_SETTINGS
119     {
120         Pos = MAP_APPFONT ( 6 , 69  ) ;
121         Size = MAP_APPFONT ( 248 , 8 ) ;
122         Text [ en-US ] = "Settings";
123     };
124     CheckBox CBX_MASTERPAGE_CACHE
125     {
126         Pos = MAP_APPFONT ( 12 , 80  ) ;
127         Size = MAP_APPFONT ( 242 , 10 ) ;
128         TabStop = TRUE ;
129         Text [ en-US ] = "Use background cache" ;
130     };
131     CheckBox CBX_COPY
132     {
133         Pos = MAP_APPFONT ( 12 , 93  ) ;
134         Size = MAP_APPFONT ( 242 , 10 ) ;
135         TabStop = TRUE ;
136         Text [ en-US ] = "Copy when moving" ;
137     };
138     CheckBox CBX_MARKED_HIT_MOVES_ALWAYS
139     {
140         Pos = MAP_APPFONT ( 12 , 106  ) ;
141         Size = MAP_APPFONT ( 242 , 10 ) ;
142         TabStop = TRUE ;
143         Text [ en-US ] = "Objects always moveable" ;
144     };
145     CheckBox CBX_CROOK_NO_CONTORTION
146     {
147         Pos = MAP_APPFONT ( 12 , 119  ) ;
148         Size = MAP_APPFONT ( 242 , 10 ) ;
149         TabStop = TRUE ;
150         Hide = TRUE;
151         Text [ en-US ] = "Do not distort objects in curve" ;
152     };
153     FixedText FT_METRIC
154     {
155         Pos = MAP_APPFONT ( 12 , 119 ) ;
156         Size = MAP_APPFONT ( 60 , 8 ) ;
157         Text [ en-US ] = "Unit of ~measurement" ;
158     };
159     ListBox LB_METRIC
160     {
161         Border = TRUE ;
162         Pos = MAP_APPFONT ( 75 , 117  ) ;
163         Size = MAP_APPFONT ( 50 , 50 ) ;
164         DropDown = TRUE ;
165     };
166     FixedText FT_TABSTOP
167     {
168         Pos = MAP_APPFONT ( 130 , 119  ) ;
169         Size = MAP_APPFONT ( 70 , 8 ) ;
170         Right = TRUE;
171         Text [ en-US ] = "Ta~b stops" ;
172     };
173     MetricField MTR_FLD_TABSTOP
174     {
175         Border = TRUE ;
176         Pos = MAP_APPFONT ( 206 , 117 ) ;
177         Size = MAP_APPFONT ( 45 , 12 ) ;
178         TabStop = TRUE ;
179         Repeat = TRUE ;
180         Spin = TRUE ;
181         Unit = FUNIT_CM ;
182         SpinSize = 10 ;
183         Minimum = 50 ;
184         Maximum = 2000;
185         First = 50 ;
186         Last = 2000 ;
187         StrictFormat = TRUE ;
188         DecimalDigits = 2 ;
189     };
190     FixedLine GRP_START_WITH_ACTUAL_PAGE
191     {
192         Pos = MAP_APPFONT ( 6 , 134  ) ;
193         Size = MAP_APPFONT ( 248 , 8 ) ;
194         Text [ en-US ] = "Start presentation" ;
195     };
196     CheckBox CBX_START_WITH_ACTUAL_PAGE
197     {
198         Pos = MAP_APPFONT ( 12 , 145  ) ;
199         Size = MAP_APPFONT ( 242 , 10 ) ;
200         TabStop = TRUE ;
201         Text [ en-US ] = "Always with current page" ;
202     };
203     FixedLine FT_COMPATIBILITY
204     {
205         Pos = MAP_APPFONT ( 6 , 160 ) ;
206         Size = MAP_APPFONT ( 248 , 8 ) ;
207         Text [ en-US ] = "Compatibility" ;
208     };
209     CheckBox CB_USE_PRINTER_METRICS
210     {
211         // This checkbox and the following one will change places when this
212         // one is wired in into the dialog.  At the moment exists only for
213         // translation to work on.
214         Pos = MAP_APPFONT ( 12 , 184 ) ;
215         Size = MAP_APPFONT ( 242, 10 ) ;
216         Text [ en-US ] = "Us~e printer metrics for document formatting";
217     };
218     CheckBox CB_MERGE_PARA_DIST
219     {
220         Pos = MAP_APPFONT ( 12 , 171 ) ;
221         Size = MAP_APPFONT ( 242, 10 ) ;
222         Text [ en-US ] = "Add ~spacing between paragraphs and tables (in current document)";
223     };
224     FixedLine GRP_SCALE
225     {
226         Hide = TRUE;
227         Pos = MAP_APPFONT ( 6 , 122 ) ;
228         Size = MAP_APPFONT ( 248 , 8 ) ;
229         SCALE_TEXT
230     };
231     FixedText FT_ORIGINAL
232     {
233         Hide = TRUE;
234         Pos = MAP_APPFONT ( 155 , 133 ) ;
235         Size = MAP_APPFONT ( 45 , 10 ) ;
236         Text [ en-US ] = "Original";
237     };
238     FixedText FT_EQUIVALENT
239     {
240         Hide = TRUE;
241         Pos = MAP_APPFONT ( 206 , 133 ) ;
242         Size = MAP_APPFONT ( 45 , 10 ) ;
243         Text [ en-US ] = "Equivalent to";
244     };
245     FixedText FT_SCALE
246     {
247         Hide = TRUE;
248         Pos = MAP_APPFONT ( 12 , 149 ) ;
249         Size = MAP_APPFONT ( 56 , 8 ) ;
250         Text [ en-US ] = "~Drawing scale";
251     };
252     ComboBox CB_SCALE
253     {
254         Hide = TRUE;
255         Pos = MAP_APPFONT ( 72 , 147 ) ;
256         Size = MAP_APPFONT ( 30 , 70 ) ;
257         TabStop = TRUE ;
258         DropDown = TRUE ;
259     };
260     FixedText FT_PAGEWIDTH
261     {
262         Hide = TRUE;
263         Pos = MAP_APPFONT ( 105 , 149 ) ;
264         Size = MAP_APPFONT ( 49 , 8 ) ;
265         Text [ en-US ] = "Page ~width" ;
266     };
267     FixedText FI_INFO_1
268     {
269         Hide = TRUE;
270         Pos = MAP_APPFONT ( 155 , 149 ) ;
271         Size = MAP_APPFONT ( 49 , 8 ) ;
272     };
273     MetricField MTR_FLD_ORIGINAL_WIDTH
274     {
275         Hide = TRUE;
276         Border = TRUE ;
277         Pos = MAP_APPFONT ( 206 , 147 ) ;
278         Size = MAP_APPFONT ( 45 , 12 ) ;
279         TabStop = TRUE ;
280         Repeat = TRUE ;
281         Spin = TRUE ;
282         SpinSize = 100 ;
283         Minimum = 1 ;
284         Maximum = 999999999 ;
285         StrictFormat = TRUE ;
286         DecimalDigits = 2 ;
287         Unit = FUNIT_MM ;
288         First = 1 ;
289         Last = 999999999 ;
290     };
291     FixedText FT_PAGEHEIGHT
292     {
293         Hide = TRUE;
294         Pos = MAP_APPFONT ( 105 , 165 ) ;
295         Size = MAP_APPFONT ( 49 , 8 ) ;
296         Text [ en-US ] = "Page ~height" ;
297     };
298     FixedText FI_INFO_2
299     {
300         Hide = TRUE;
301         Pos = MAP_APPFONT ( 155 , 165 ) ;
302         Size = MAP_APPFONT ( 49 , 8 ) ;
303     };
304     MetricField MTR_FLD_ORIGINAL_HEIGHT
305     {
306         Hide = TRUE;
307         Border = TRUE ;
308         Pos = MAP_APPFONT ( 206 , 163 ) ;
309         Size = MAP_APPFONT ( 45 , 12 ) ;
310         TabStop = TRUE ;
311         Repeat = TRUE ;
312         Spin = TRUE ;
313         SpinSize = 100 ;
314         Minimum = 1 ;
315         Maximum = 999999999 ;
316         StrictFormat = TRUE ;
317         DecimalDigits = 2 ;
318         Unit = FUNIT_MM ;
319         First = 1 ;
320         Last = 999999999 ;
321     };