bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / fmtui / tmpdlg.src
blob7766e97296ffe2e7442a4973c3926b9e7cbd0f9c
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <sfx2/sfx.hrc>
21 #include "fmtui.hrc"
22 #include "globals.hrc"
23 #include "svx/dialogs.hrc"
24 TabDialog DLG_TEMPLATE_1
26     OutputSize = TRUE ;
27     SVLook = TRUE ;
28     Text [ en-US ] = "Character Style" ;
29     Moveable = TRUE ;
30     TabControl 1
31     {
32         OutputSize = TRUE ;
33         PageList =
34         {
35             PageItem
36             {
37                 Identifier = TP_CHAR_STD ;
38                 Text [ en-US ] = "Font" ;
39                 PageResID = TP_CHAR_STD ;
40             };
41             PageItem
42             {
43                 Identifier = TP_CHAR_EXT ;
44                 Text [ en-US ] = "Font Effects" ;
45                 PageResID = TP_CHAR_EXT ;
46             };
47             PageItem
48             {
49                 Identifier = TP_CHAR_POS ;
50                 PageResID = TP_CHAR_POS ;
51                 Text [ en-US ] = "Position";
52             };
53             PageItem
54             {
55                 Identifier = TP_CHAR_TWOLN ;
56                 PageResID = TP_CHAR_TWOLN;
57                 Text [ en-US ] = "Asian Layout";
58             };
59             PageItem
60             {
61                 Identifier = TP_BACKGROUND ;
62                 Text [ en-US ] = "Background" ;
63                 PageResID = TP_BACKGROUND ;
64             };
65         };
66     };
68 TabDialog DLG_TEMPLATE_2
70     OutputSize = TRUE ;
71     SVLook = TRUE ;
72     Text [ en-US ] = "Paragraph Style" ;
73     Moveable = TRUE ;
74     TabControl 1
75     {
76         OutputSize = TRUE ;
77         PageList =
78         {
79             PageItem
80             {
81                 Identifier = TP_PARA_STD ;
82                 Text [ en-US ] = "Indents & Spacing" ;
83                 PageResID = TP_PARA_STD ;
84             };
85             PageItem
86             {
87                 Identifier = TP_PARA_ALIGN ;
88                 PageResID = TP_PARA_ALIGN ;
89                 Text [ en-US ] = "Alignment" ;
90             };
91             PageItem
92             {
93                 Identifier = TP_PARA_EXT ;
94                 Text [ en-US ] = "Text Flow" ;
95                 PageResID = TP_PARA_EXT ;
96             };
97             PageItem
98             {
99                 Identifier = TP_PARA_ASIAN;
100                 Text [ en-US ] = "Asian Typography";
101             };
102             PageItem
103             {
104                 Identifier = TP_CHAR_STD ;
105                 Text [ en-US ] = "Font" ;
106                 PageResID = TP_CHAR_STD ;
107             };
108             PageItem
109             {
110                 Identifier = TP_CHAR_EXT ;
111                 Text [ en-US ] = "Font Effects" ;
112                 PageResID = TP_CHAR_EXT ;
113             };
114             PageItem
115             {
116                 Identifier = TP_CHAR_POS ;
117                 PageResID = TP_CHAR_POS ;
118                 Text [ en-US ] = "Position";
119             };
120             PageItem
121             {
122                 Identifier = TP_CHAR_TWOLN ;
123                 PageResID = TP_CHAR_TWOLN;
124                 Text [ en-US ] = "Asian Layout";
125             };
126             PageItem
127             {
128                 Identifier = TP_NUMPARA ;
129                 Text [ en-US ] = "Outline & Numbering" ;
130             };
131             PageItem
132             {
133                 Identifier = TP_TABULATOR ;
134                 Text [ en-US ] = "Tabs" ;
135                 PageResID = TP_TABULATOR ;
136             };
137             PageItem
138             {
139                 Identifier = TP_DROPCAPS ;
140                 Text [ en-US ] = "Drop Caps" ;
141                 PageResID = TP_DROPCAPS ;
142             };
143             PageItem
144             {
145                 Identifier = TP_BACKGROUND ;
146                 Text [ en-US ] = "Background" ;
147                 PageResID = TP_BACKGROUND ;
148             };
149             PageItem
150             {
151                 Identifier = TP_BORDER ;
152                 Text [ en-US ] = "Borders" ;
153                 PageResID = TP_BORDER ;
154             };
155             PageItem
156             {
157                 Identifier = TP_CONDCOLL ;
158                 PageResID = TP_CONDCOLL ;
159                 Text [ en-US ] = "Condition" ;
160             };
161         };
162     };
164 TabDialog DLG_TEMPLATE_4
166     OutputSize = TRUE ;
167     SVLook = TRUE ;
168      // Text[norwegian_wrong] = "Sidetyper";
169      // Text[italian_wrong] = "Stili pagina";
170      // Text[portuguese_brazilian_wrong] = "Estilos da Página ";
171      // Text[portuguese_wrong] = "Estilos da Página ";
172      // Text[finnish_wrong] = "Sivutyylit";
173      // Text[danish_wrong] = "Sidelayout";
174      // Text[french_wrong] = "Styles de page";
175      // Text[swedish_wrong] = "Sidformat";
176      // Text[dutch_wrong] = "Pagina-opmaakprofielen";
177      // Text[spanish_wrong] = "Estilos de página";
178     Text [ en-US ] = "Page Style" ;
179     Moveable = TRUE ;
180     TabControl 1
181     {
182         OutputSize = TRUE ;
183         PageList =
184         {
185             /*            PageItem
186             {
187                 Identifier = TP_PAGE_STD ;
188                 Text [ en-US ] = "Page" ;
189                 PageResID = TP_PAGE_STD ;
190             };*/
191             PageItem
192             {
193                 Identifier = TP_BACKGROUND ;
194                 Text [ en-US ] = "Background" ;
195                 PageResID = TP_BACKGROUND ;
196             };
197             /*            PageItem
198             {
199                 Identifier = TP_BORDER ;
200                 Text [ en-US ] = "Borders" ;
201                 PageResID = TP_BORDER ;
202             };
203             PageItem
204             {
205                 Identifier = TP_HEADER_PAGE ;
206                 Text [ en-US ] = "Header" ;
207                 PageResID = TP_HEADER_PAGE ;
208             };
209             PageItem
210             {
211                 Identifier = TP_FOOTER_PAGE ;
212                 Text [ en-US ] = "Footer" ;
213                 PageResID = TP_FOOTER_PAGE ;
214             };
215             PageItem
216             {
217                 Identifier = TP_COLUMN ;
218                 Text [ en-US ] = "Columns" ;
219                 PageResID = TP_COLUMN ;
220             };
221             PageItem
222             {
223                 Identifier = TP_FOOTNOTE_PAGE ;
224                 Text [ en-US ] = "Footnote" ;
225                 PageResID = TP_FOOTNOTE_PAGE ;
226             };*/
227         };
228     };
230 String STR_PAGE_STD
232     Text [ en-US ] = "Page" ;
234 String STR_PAGE_BORDER
236     Text [ en-US ] = "Borders" ;
238 String STR_PAGE_HEADER
240     Text [ en-US ] = "Header" ;
242 String STR_PAGE_FOOTER
244     Text [ en-US ] = "Footer" ;
246 String STR_PAGE_TEXTGRID
248     Text [ en-US ] = "Text Grid";
250 String STR_PAGE_COLUMN
252     Text [ en-US ] = "Columns" ;
254 String STR_PAGE_FOOTNOTE
256     Text [ en-US ] = "Footnote" ;
258 TabDialog DLG_TEMPLATE_3
260     OutputSize = TRUE ;
261     SVLook = TRUE ;
262      // Text[norwegian_wrong] = "Rammemaler";
263      // Text[italian_wrong] = "Stili cornice";
264      // Text[portuguese_brazilian_wrong] = "Estilos de Moldura";
265      // Text[portuguese_wrong] = "Estilos de Moldura";
266      // Text[finnish_wrong] = "Kehystyylit";
267      // Text[danish_wrong] = "Rammelayout";
268      // Text[french_wrong] = "Styles d'encadrement";
269      // Text[swedish_wrong] = "Ramformat";
270      // Text[dutch_wrong] = "Kaderopmaakprofielen";
271      // Text[spanish_wrong] = "Estilos de marco";
272     Text [ en-US ] = "Frame Style" ;
273     Moveable = TRUE ;
274     TabControl 1
275     {
276         OutputSize = TRUE ;
277         PageList =
278         {
279             PageItem
280             {
281                 Identifier = TP_FRM_STD ;
282                 Text [ en-US ] = "Type" ;
283                 PageResID = TP_FRM_STD ;
284             };
285             PageItem
286             {
287                 Identifier = TP_FRM_ADD ;
288                 PageResID = TP_FRM_ADD ;
289                 Text [ en-US ] = "Options" ;
290             };
291             PageItem
292             {
293                 Identifier = TP_FRM_WRAP ;
294                 Text [ en-US ] = "Wrap" ;
295                 PageResID = TP_FRM_WRAP ;
296             };
297             PageItem
298             {
299                 Identifier = TP_BACKGROUND ;
300                 Text [ en-US ] = "Background" ;
301                 PageResID = TP_BACKGROUND ;
302             };
303             PageItem
304             {
305                 Identifier = TP_BORDER ;
306                 Text [ en-US ] = "Borders" ;
307                 PageResID = TP_BORDER ;
308             };
309             PageItem
310             {
311                 Identifier = TP_COLUMN ;
312                 Text [ en-US ] = "Columns" ;
313                 PageResID = TP_COLUMN ;
314             };
315             PageItem
316             {
317                 Identifier = TP_MACRO_ASSIGN ;
318                 Text [ en-US ] = "Macro" ;
319             };
320         };
321     };
323 TabDialog DLG_TEMPLATE_5
325     OutputSize = TRUE ;
326     SVLook = TRUE ;
327     Moveable = TRUE ;
328     TabControl 1
329     {
330         PageList =
331         {
332             PageItem
333             {
334                 Identifier = RID_SVXPAGE_PICK_BULLET ;
335                 Text [ en-US ] = "Bullets" ;
336             };
337             PageItem
338             {
339                 Identifier = RID_SVXPAGE_PICK_SINGLE_NUM;
340                 Text [ en-US ] = "Numbering Style" ;
341             };
342             PageItem
343             {
344                 Identifier = RID_SVXPAGE_PICK_NUM ;
345                 Text [ en-US ] = "Outline" ;
346             };
347             PageItem
348             {
349                 Identifier = RID_SVXPAGE_PICK_BMP;
350                 Text [ en-US ] = "Graphics" ;
351             };
352             PageItem
353             {
354                 Identifier = RID_SVXPAGE_NUM_POSITION ;
355                 Text [ en-US ] = "Position" ;
356             };
357             PageItem
358             {
359                 Identifier = RID_SVXPAGE_NUM_OPTIONS;
360                 Text [ en-US ] = "Options" ;
361             };
362         };
363     };
364     Text [ en-US ] = "Numbering Style" ;
367 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */