xref: /trunk/main/sw/source/ui/table/tautofmt.src (revision 1ecadb572e7010ff3b3382ad9bf179dbc6efadbb)
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 "tautofmt.hrc"
29#include "helpid.h"
30ModalDialog DLG_AUTOFMT_TABLE
31{
32    OutputSize = TRUE ;
33    SVLook = TRUE ;
34    HelpID = HID_AUTOFMT_TABLE ;
35    Size = MAP_APPFONT ( 312 , 120 ) ;
36    Text [ en-US ] = "AutoFormat" ;
37    Moveable = TRUE ;
38    FixedLine FL_FORMAT
39    {
40        Pos = MAP_APPFONT ( 6 , 3 ) ;
41        Size = MAP_APPFONT ( 243 , 8 ) ;
42        Text [ en-US ] = "Format" ;
43    };
44    ListBox LB_FORMAT
45    {
46        HelpID = "sw:ListBox:DLG_AUTOFMT_TABLE:LB_FORMAT";
47        Border = TRUE ;
48        Pos = MAP_APPFONT ( 12 , 14 ) ;
49        Size = MAP_APPFONT ( 65 , 100 ) ;
50        TabStop = TRUE ;
51    };
52    Window WND_PREVIEW
53    {
54        Pos = MAP_APPFONT ( 83 , 14 ) ;
55        Size = MAP_APPFONT ( 161 , 100 ) ;
56        Border = TRUE;
57    };
58    CheckBox BTN_NUMFORMAT
59    {
60        HelpID = "sw:CheckBox:DLG_AUTOFMT_TABLE:BTN_NUMFORMAT";
61        Hide = TRUE ;
62        Pos = MAP_APPFONT ( 12 , 131 ) ;
63        Size = MAP_APPFONT ( 60 , 10 ) ;
64        Text [ en-US ] = "~Number format" ;
65        TabStop = TRUE ;
66    };
67    CheckBox BTN_BORDER
68    {
69        HelpID = "sw:CheckBox:DLG_AUTOFMT_TABLE:BTN_BORDER";
70        Hide = TRUE ;
71        Pos = MAP_APPFONT ( 12 , 147 ) ;
72        Size = MAP_APPFONT ( 60 , 10 ) ;
73        Text [ en-US ] = "~Borders" ;
74        TabStop = TRUE ;
75    };
76    CheckBox BTN_FONT
77    {
78        HelpID = "sw:CheckBox:DLG_AUTOFMT_TABLE:BTN_FONT";
79        Hide = TRUE ;
80        Pos = MAP_APPFONT ( 85 , 131 ) ;
81        Size = MAP_APPFONT ( 60 , 10 ) ;
82        Text [ en-US ] = "F~ont" ;
83        TabStop = TRUE ;
84    };
85    CheckBox BTN_PATTERN
86    {
87        HelpID = "sw:CheckBox:DLG_AUTOFMT_TABLE:BTN_PATTERN";
88        Hide = TRUE ;
89        Pos = MAP_APPFONT ( 85 , 147 ) ;
90        Size = MAP_APPFONT ( 60 , 10 ) ;
91        Text [ en-US ] = "~Pattern" ;
92        TabStop = TRUE ;
93    };
94    CheckBox BTN_ALIGNMENT
95    {
96        HelpID = "sw:CheckBox:DLG_AUTOFMT_TABLE:BTN_ALIGNMENT";
97        Hide = TRUE ;
98        Pos = MAP_APPFONT ( 150 , 131 ) ;
99        Size = MAP_APPFONT ( 60 , 10 ) ;
100        Text [ en-US ] = "Alignmen~t" ;
101        TabStop = TRUE ;
102    };
103    FixedLine FL_FORMATS
104    {
105        Hide = TRUE ;
106        Pos = MAP_APPFONT ( 6 , 120 ) ;
107        Size = MAP_APPFONT ( 243 , 8 ) ;
108        Text [ en-US ] = "Formatting" ;
109    };
110    OKButton BTN_OK
111    {
112        Pos = MAP_APPFONT ( 255 , 6 ) ;
113        Size = MAP_APPFONT ( 50 , 14 ) ;
114        TabStop = TRUE ;
115        DefButton = TRUE ;
116    };
117    CancelButton BTN_CANCEL
118    {
119        Pos = MAP_APPFONT ( 255 , 23 ) ;
120        Size = MAP_APPFONT ( 50 , 14 ) ;
121        TabStop = TRUE ;
122    };
123    MoreButton BTN_MORE
124    {
125        HelpID = "sw:MoreButton:DLG_AUTOFMT_TABLE:BTN_MORE";
126        Pos = MAP_APPFONT ( 255 , 101 ) ;
127        Size = MAP_APPFONT ( 50 , 14 ) ;
128        Text [ en-US ] = "~More" ;
129        TabStop = TRUE ;
130        MapUnit = MAP_APPFONT ;
131        Delta = 48 ;
132    };
133    PushButton BTN_ADD
134    {
135        HelpID = "sw:PushButton:DLG_AUTOFMT_TABLE:BTN_ADD";
136        Pos = MAP_APPFONT ( 255 , 64 ) ;
137        Size = MAP_APPFONT ( 50 , 14 ) ;
138        Text [ en-US ] = "~Add" ;
139        TabStop = TRUE ;
140    };
141    PushButton BTN_REMOVE
142    {
143        HelpID = "sw:PushButton:DLG_AUTOFMT_TABLE:BTN_REMOVE";
144        Pos = MAP_APPFONT ( 255 , 81 ) ;
145        Size = MAP_APPFONT ( 50 , 14 ) ;
146        Text [ en-US ] = "~Delete" ;
147        TabStop = TRUE ;
148    };
149    PushButton BTN_RENAME
150    {
151        HelpID = "sw:PushButton:DLG_AUTOFMT_TABLE:BTN_RENAME";
152        Pos = MAP_APPFONT ( 255 , 123 ) ;
153        Size = MAP_APPFONT ( 50 , 14 ) ;
154        TabStop = TRUE ;
155        Text [ en-US ] = "~Rename" ;
156    };
157    HelpButton BTN_HELP
158    {
159        Pos = MAP_APPFONT ( 255 , 43 ) ;
160        Size = MAP_APPFONT ( 50 , 14 ) ;
161        TabStop = TRUE ;
162    };
163    String STR_ADD_TITLE
164    {
165        Text [ en-US ] = "Add AutoFormat" ;
166    };
167    String STR_ADD_LABEL
168    {
169        Text [ en-US ] = "Name" ;
170    };
171    String STR_DEL_TITLE
172    {
173        Text [ en-US ] = "Delete AutoFormat" ;
174    };
175    String STR_DEL_MSG
176    {
177        Text [ en-US ] = "The following AutoFormat entry will be deleted:" ;
178    };
179    String STR_RENAME_TITLE
180    {
181        Text [ en-US ] = "Rename AutoFormat" ;
182    };
183    String STR_BTN_CLOSE
184    {
185        Text [ en-US ] = "~Close" ;
186    };
187    String STR_JAN
188    {
189        Text [ en-US ] = "Jan" ;
190    };
191    String STR_FEB
192    {
193        Text [ en-US ] = "Feb" ;
194    };
195    String STR_MAR
196    {
197        Text [ en-US ] = "Mar" ;
198    };
199    String STR_NORTH
200    {
201        Text [ en-US ] = "North" ;
202    };
203    String STR_MID
204    {
205        Text [ en-US ] = "Mid" ;
206    };
207    String STR_SOUTH
208    {
209        Text [ en-US ] = "South" ;
210    };
211    String STR_SUM
212    {
213        Text [ en-US ] = "Sum" ;
214    };
215    String STR_INVALID_AFNAME
216    {
217        /* ### ACHTUNG: Neuer Text in Resource? Sie haben einen ung�ltigen Namen angegeben.\nDas AutoFormat konnte nicht angelegt werden.\nW�hlen Sie einen anderen Namen. : Sie haben einen ung�ltigen Namen angegeben.\nDas Autoformat konnte nicht angelegt werden.\nW�hlen Sie einen anderen Namen. */
218        /* ### ACHTUNG: Neuer Text in Resource? Sie haben einen ung�ltigen Namen angegeben.\nDas AutoFormat konnte nicht angelegt werden.\nW�hlen Sie einen anderen Namen. : Sie haben einen ung�ltigen Namen angegeben.\nDas Autoformat konnte nicht angelegt werden.\nW�hlen Sie einen anderen Namen. */
219        Text [ en-US ] = "You have entered an invalid name.\nThe desired AutoFormat could not be created. \nTry again using a different name." ;
220    };
221};
222ModalDialog DLG_SWDLG_STRINPUT
223{
224    OutputSize = TRUE ;
225    SVLook = TRUE ;
226    Size = MAP_APPFONT ( 172 , 63 ) ;
227    Moveable = TRUE ;
228    Closeable = TRUE ;
229    HelpID = HID_SWDLG_STRINPUT ;
230    Edit ED_INPUT
231    {
232        HelpID = "sw:Edit:DLG_SWDLG_STRINPUT:ED_INPUT";
233        Border = TRUE ;
234        Pos = MAP_APPFONT ( 6 , 24 ) ;
235        Size = MAP_APPFONT ( 104 , 12 ) ;
236        TabStop = TRUE ;
237    };
238    FixedText FT_LABEL
239    {
240        Pos = MAP_APPFONT ( 6 , 13 ) ;
241        Size = MAP_APPFONT ( 90 , 10 ) ;
242        Text = "Label" ;
243    };
244    OKButton BTN_OK
245    {
246        Pos = MAP_APPFONT ( 116 , 6 ) ;
247        Size = MAP_APPFONT ( 50 , 14 ) ;
248        TabStop = TRUE ;
249        DefButton = TRUE ;
250    };
251    CancelButton BTN_CANCEL
252    {
253        Pos = MAP_APPFONT ( 116 , 23 ) ;
254        Size = MAP_APPFONT ( 50 , 14 ) ;
255        TabStop = TRUE ;
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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308