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