Update ooo320-m1
[ooovba.git] / sc / source / ui / src / autofmt.src
blobecd2f8d4ca774ba0da447d619803fc36adda92c8
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: autofmt.src,v $
10  * $Revision: 1.44 $
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  ************************************************************************/
31 #include "miscdlgs.hrc"
33 ModalDialog RID_SCDLG_AUTOFORMAT
35     OutputSize = TRUE ;
36     HelpId = SID_AUTOFORMAT ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 312 , 121 ) ;
39     /* ### ACHTUNG: Neuer Text in Resource? AutoFormat : Autoformat */
40     /* ### ACHTUNG: Neuer Text in Resource? AutoFormat : Autoformat */
41     Text [ en-US ] = "AutoFormat" ;
42     Moveable = TRUE ;
43     Closeable = FALSE ;
44     ListBox LB_FORMAT
45     {
46         Border = TRUE ;
47         Pos = MAP_APPFONT ( 12 , 14 ) ;
48         Size = MAP_APPFONT ( 70 , 101 ) ;
49         TabStop = TRUE ;
50     };
51     FixedLine FL_FORMAT
52     {
53         Pos = MAP_APPFONT ( 6 , 3 ) ;
54         Size = MAP_APPFONT ( 244 , 8 ) ;
55         Text [ en-US ] = "F~ormat" ;
56     };
57     Window WND_PREVIEW
58     {
59         Pos = MAP_APPFONT ( 88 , 14 ) ;
60         Size = MAP_APPFONT ( 159 , 101 ) ;
61         Border = TRUE ;
62     };
63     CheckBox BTN_ADJUST
64     {
65         Hide = TRUE ;
66         Pos = MAP_APPFONT ( 172 , 146 ) ;
67         Size = MAP_APPFONT ( 75 , 10 ) ;
68         /* ### ACHTUNG: Neuer Text in Resource? ~Breite/Höhe anpassen : ~Breite/H÷he anpassen */
69         Text [ en-US ] = "A~utoFit width and height" ;
70         TabStop = TRUE ;
71     };
72     CheckBox BTN_BORDER
73     {
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         Hide = TRUE ;
83         Pos = MAP_APPFONT ( 93 , 132 ) ;
84         Size = MAP_APPFONT ( 73 , 10 ) ;
85         Text [ en-US ] = "F~ont" ;
86         TabStop = TRUE ;
87     };
88     CheckBox BTN_PATTERN
89     {
90         Hide = TRUE ;
91         Pos = MAP_APPFONT ( 93 , 146 ) ;
92         Size = MAP_APPFONT ( 73 , 10 ) ;
93         Text [ en-US ] = "~Pattern" ;
94         TabStop = TRUE ;
95     };
96     CheckBox BTN_ALIGNMENT
97     {
98         Hide = TRUE ;
99         Pos = MAP_APPFONT ( 172 , 132 ) ;
100         Size = MAP_APPFONT ( 75 , 10 ) ;
101         Text [ en-US ] = "Alignmen~t" ;
102         TabStop = TRUE ;
103     };
104     CheckBox BTN_NUMFORMAT
105     {
106         Hide = TRUE ;
107         Pos = MAP_APPFONT ( 12 , 132 ) ;
108         Size = MAP_APPFONT ( 75 , 10 ) ;
109         Text [ en-US ] = "~Number format" ;
110         TabStop = TRUE ;
111     };
112     FixedLine FL_FORMATTING
113     {
114         Hide = TRUE ;
115         Pos = MAP_APPFONT ( 6 , 121 ) ;
116         Size = MAP_APPFONT ( 244 , 8 ) ;
117         Text [ en-US ] = "Formatting" ;
118     };
119     OKButton BTN_OK
120     {
121         Pos = MAP_APPFONT ( 256 , 6 ) ;
122         Size = MAP_APPFONT ( 50 , 14 ) ;
123         TabStop = TRUE ;
124         DefButton = TRUE ;
125     };
126     CancelButton BTN_CANCEL
127     {
128         Pos = MAP_APPFONT ( 256 , 23 ) ;
129         Size = MAP_APPFONT ( 50 , 14 ) ;
130         TabStop = TRUE ;
131     };
132     MoreButton BTN_MORE
133     {
134         Pos = MAP_APPFONT ( 256 , 101 ) ;
135         Size = MAP_APPFONT ( 50 , 14 ) ;
136         TabStop = TRUE ;
137         MapUnit = MAP_APPFONT ;
138         Delta = 48 ;
139     };
140     PushButton BTN_ADD
141     {
142         Pos = MAP_APPFONT ( 256 , 63 ) ;
143         Size = MAP_APPFONT ( 50 , 14 ) ;
144         /* ### ACHTUNG: Neuer Text in Resource? ~Einfügen... : ~Einf³gen... */
145         Text [ en-US ] = "~Add..." ;
146         TabStop = TRUE ;
147     };
148     PushButton BTN_REMOVE
149     {
150         Pos = MAP_APPFONT ( 256 , 81 ) ;
151         Size = MAP_APPFONT ( 50 , 14 ) ;
152         /* ### ACHTUNG: Neuer Text in Resource? ~Löschen : ~L÷schen */
153         Text [ en-US ] = "~Delete" ;
154         TabStop = TRUE ;
155     };
157     PushButton BTN_RENAME
158     {
159         Pos = MAP_APPFONT ( 256 , 123 ) ;
160         Size = MAP_APPFONT ( 50 , 14 ) ;
161         HelpId=HID_SC_RENAME_AUTOFMT;
162         TabStop = TRUE ;
163         Text [ en-US ] = "~Rename" ;
164     };
166     HelpButton BTN_HELP
167     {
168         Pos = MAP_APPFONT ( 256 , 43 ) ;
169         Size = MAP_APPFONT ( 50 , 14 ) ;
170         TabStop = TRUE ;
171     };
172     String STR_ADD_TITLE
173     {
174         /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzufügen : Autoformat hinzufügen */
175         /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzufügen : Autoformat hinzufügen */
176         /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzufügen : AutoFormat hinzuf³gen */
177         Text [ en-US ] = "Add AutoFormat" ;
178     };
180     String STR_RENAME_TITLE
181     {
182         Text [ en-US ] = "Rename AutoFormat" ;
183     };
185     String STR_ADD_LABEL
186     {
187         Text [ en-US ] = "Name" ;
188     };
189     String STR_DEL_TITLE
190     {
191         /* ### ACHTUNG: Neuer Text in Resource? AutoFormat löschen : AutoFormat l÷schen */
192         Text [ en-US ] = "Delete AutoFormat" ;
193     };
194     String STR_DEL_MSG
195     {
196         /* ### ACHTUNG: Neuer Text in Resource? Wollen Sie das AutoFormat # wirklich löschen? : Wollen Sie das AutoFormat # wirklich l÷schen? */
197         Text [ en-US ] = "Do you really want to delete the # AutoFomat?" ;
198     };
199     String STR_BTN_CLOSE
200     {
201         /* ### ACHTUNG: Neuer Text in Resource? Schlie~ßen : Schlie~˜en */
202         Text [ en-US ] = "~Close" ;
203     };
204     String STR_JAN
205     {
206         Text [ en-US ] = "Jan" ;
207     };
208     String STR_FEB
209     {
210         Text [ en-US ] = "Feb" ;
211     };
212     String STR_MAR
213     {
214         /* ### ACHTUNG: Neuer Text in Resource? Mär : Mõr */
215         Text [ en-US ] = "Mar" ;
216     };
217     String STR_NORTH
218     {
219         Text [ en-US ] = "North" ;
220     };
221     String STR_MID
222     {
223         Text [ en-US ] = "Mid" ;
224     };
225     String STR_SOUTH
226     {
227         /* ### ACHTUNG: Neuer Text in Resource? Süd : S³d */
228         Text [ en-US ] = "South" ;
229     };
230     String STR_SUM
231     {
232         Text [ en-US ] = "Total" ;
233     };