xref: /trunk/main/sc/source/ui/src/autofmt.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "miscdlgs.hrc"
29
30ModalDialog RID_SCDLG_AUTOFORMAT
31{
32    OutputSize = TRUE ;
33    HelpId = CMD_SID_AUTOFORMAT ;
34    SVLook = TRUE ;
35    Size = MAP_APPFONT ( 312 , 121 ) ;
36    /* ### ACHTUNG: Neuer Text in Resource? AutoFormat : Autoformat */
37    /* ### ACHTUNG: Neuer Text in Resource? AutoFormat : Autoformat */
38    Text [ en-US ] = "AutoFormat" ;
39    Moveable = TRUE ;
40    Closeable = FALSE ;
41    ListBox LB_FORMAT
42    {
43        HelpID = "sc:ListBox:RID_SCDLG_AUTOFORMAT:LB_FORMAT";
44        Border = TRUE ;
45        Pos = MAP_APPFONT ( 12 , 14 ) ;
46        Size = MAP_APPFONT ( 70 , 101 ) ;
47        TabStop = TRUE ;
48    };
49    FixedLine FL_FORMAT
50    {
51        Pos = MAP_APPFONT ( 6 , 3 ) ;
52        Size = MAP_APPFONT ( 244 , 8 ) ;
53        Text [ en-US ] = "F~ormat" ;
54    };
55    Window WND_PREVIEW
56    {
57        Pos = MAP_APPFONT ( 88 , 14 ) ;
58        Size = MAP_APPFONT ( 159 , 101 ) ;
59        Border = TRUE ;
60    };
61    CheckBox BTN_ADJUST
62    {
63        HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ADJUST";
64        Hide = TRUE ;
65        Pos = MAP_APPFONT ( 172 , 146 ) ;
66        Size = MAP_APPFONT ( 75 , 10 ) ;
67        /* ### ACHTUNG: Neuer Text in Resource? ~Breite/H�he anpassen : ~Breite/H�he anpassen */
68        Text [ en-US ] = "A~utoFit width and height" ;
69        TabStop = TRUE ;
70    };
71    CheckBox BTN_BORDER
72    {
73        HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_BORDER";
74        Hide = TRUE ;
75        Pos = MAP_APPFONT ( 12 , 146 ) ;
76        Size = MAP_APPFONT ( 75 , 10 ) ;
77        Text [ en-US ] = "~Borders" ;
78        TabStop = TRUE ;
79    };
80    CheckBox BTN_FONT
81    {
82        HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_FONT";
83        Hide = TRUE ;
84        Pos = MAP_APPFONT ( 93 , 132 ) ;
85        Size = MAP_APPFONT ( 73 , 10 ) ;
86        Text [ en-US ] = "F~ont" ;
87        TabStop = TRUE ;
88    };
89    CheckBox BTN_PATTERN
90    {
91        HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_PATTERN";
92        Hide = TRUE ;
93        Pos = MAP_APPFONT ( 93 , 146 ) ;
94        Size = MAP_APPFONT ( 73 , 10 ) ;
95        Text [ en-US ] = "~Pattern" ;
96        TabStop = TRUE ;
97    };
98    CheckBox BTN_ALIGNMENT
99    {
100        HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT";
101        Hide = TRUE ;
102        Pos = MAP_APPFONT ( 172 , 132 ) ;
103        Size = MAP_APPFONT ( 75 , 10 ) ;
104        Text [ en-US ] = "Alignmen~t" ;
105        TabStop = TRUE ;
106    };
107    CheckBox BTN_NUMFORMAT
108    {
109        HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT";
110        Hide = TRUE ;
111        Pos = MAP_APPFONT ( 12 , 132 ) ;
112        Size = MAP_APPFONT ( 75 , 10 ) ;
113        Text [ en-US ] = "~Number format" ;
114        TabStop = TRUE ;
115    };
116    FixedLine FL_FORMATTING
117    {
118        Hide = TRUE ;
119        Pos = MAP_APPFONT ( 6 , 121 ) ;
120        Size = MAP_APPFONT ( 244 , 8 ) ;
121        Text [ en-US ] = "Formatting" ;
122    };
123    OKButton BTN_OK
124    {
125        Pos = MAP_APPFONT ( 256 , 6 ) ;
126        Size = MAP_APPFONT ( 50 , 14 ) ;
127        TabStop = TRUE ;
128        DefButton = TRUE ;
129    };
130    CancelButton BTN_CANCEL
131    {
132        Pos = MAP_APPFONT ( 256 , 23 ) ;
133        Size = MAP_APPFONT ( 50 , 14 ) ;
134        TabStop = TRUE ;
135    };
136    MoreButton BTN_MORE
137    {
138        HelpID = "sc:MoreButton:RID_SCDLG_AUTOFORMAT:BTN_MORE";
139        Pos = MAP_APPFONT ( 256 , 101 ) ;
140        Size = MAP_APPFONT ( 50 , 14 ) ;
141        TabStop = TRUE ;
142        MapUnit = MAP_APPFONT ;
143        Delta = 48 ;
144    };
145    PushButton BTN_ADD
146    {
147        HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_ADD";
148        Pos = MAP_APPFONT ( 256 , 63 ) ;
149        Size = MAP_APPFONT ( 50 , 14 ) ;
150        /* ### ACHTUNG: Neuer Text in Resource? ~Einf�gen... : ~Einf�gen... */
151        Text [ en-US ] = "~Add..." ;
152        TabStop = TRUE ;
153    };
154    PushButton BTN_REMOVE
155    {
156        HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_REMOVE";
157        Pos = MAP_APPFONT ( 256 , 81 ) ;
158        Size = MAP_APPFONT ( 50 , 14 ) ;
159        /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
160        Text [ en-US ] = "~Delete" ;
161        TabStop = TRUE ;
162    };
163
164    PushButton BTN_RENAME
165    {
166        Pos = MAP_APPFONT ( 256 , 123 ) ;
167        Size = MAP_APPFONT ( 50 , 14 ) ;
168        HelpId=HID_SC_RENAME_AUTOFMT;
169        TabStop = TRUE ;
170        Text [ en-US ] = "~Rename" ;
171    };
172
173    HelpButton BTN_HELP
174    {
175        Pos = MAP_APPFONT ( 256 , 43 ) ;
176        Size = MAP_APPFONT ( 50 , 14 ) ;
177        TabStop = TRUE ;
178    };
179    String STR_ADD_TITLE
180    {
181        /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzuf�gen : Autoformat hinzuf�gen */
182        /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzuf�gen : Autoformat hinzuf�gen */
183        /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzuf�gen : AutoFormat hinzuf�gen */
184        Text [ en-US ] = "Add AutoFormat" ;
185    };
186
187    String STR_RENAME_TITLE
188    {
189        Text [ en-US ] = "Rename AutoFormat" ;
190    };
191
192    String STR_ADD_LABEL
193    {
194        Text [ en-US ] = "Name" ;
195    };
196    String STR_DEL_TITLE
197    {
198        /* ### ACHTUNG: Neuer Text in Resource? AutoFormat l�schen : AutoFormat l�schen */
199        Text [ en-US ] = "Delete AutoFormat" ;
200    };
201    String STR_DEL_MSG
202    {
203        /* ### ACHTUNG: Neuer Text in Resource? Wollen Sie das AutoFormat # wirklich l�schen? : Wollen Sie das AutoFormat # wirklich l�schen? */
204        Text [ en-US ] = "Do you really want to delete the # AutoFomat?" ;
205    };
206    String STR_BTN_CLOSE
207    {
208        /* ### ACHTUNG: Neuer Text in Resource? Schlie~�en : Schlie~�en */
209        Text [ en-US ] = "~Close" ;
210    };
211    String STR_JAN
212    {
213        Text [ en-US ] = "Jan" ;
214    };
215    String STR_FEB
216    {
217        Text [ en-US ] = "Feb" ;
218    };
219    String STR_MAR
220    {
221        /* ### ACHTUNG: Neuer Text in Resource? M�r : M�r */
222        Text [ en-US ] = "Mar" ;
223    };
224    String STR_NORTH
225    {
226        Text [ en-US ] = "North" ;
227    };
228    String STR_MID
229    {
230        Text [ en-US ] = "Mid" ;
231    };
232    String STR_SOUTH
233    {
234        /* ### ACHTUNG: Neuer Text in Resource? S�d : S�d */
235        Text [ en-US ] = "South" ;
236    };
237    String STR_SUM
238    {
239        Text [ en-US ] = "Total" ;
240    };
241};
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282