xref: /trunk/main/sw/source/ui/fmtui/tmpdlg.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#ifndef _SFX_HRC
29#include <sfx2/sfx.hrc>
30#endif
31#include "fmtui.hrc"
32#include "globals.hrc"
33#include "svx/dialogs.hrc"
34TabDialog DLG_TEMPLATE_1
35{
36    OutputSize = TRUE ;
37    SVLook = TRUE ;
38    Text [ en-US ] = "Character Style" ;
39    Moveable = TRUE ;
40    TabControl 1
41    {
42        OutputSize = TRUE ;
43        PageList =
44        {
45            PageItem
46            {
47                Identifier = TP_CHAR_STD ;
48                Text [ en-US ] = "Font" ;
49                PageResID = TP_CHAR_STD ;
50            };
51            PageItem
52            {
53                Identifier = TP_CHAR_EXT ;
54                Text [ en-US ] = "Font Effects" ;
55                PageResID = TP_CHAR_EXT ;
56            };
57            PageItem
58            {
59                Identifier = TP_CHAR_POS ;
60                PageResID = TP_CHAR_POS ;
61                Text [ en-US ] = "Position";
62            };
63            PageItem
64            {
65                Identifier = TP_CHAR_TWOLN ;
66                PageResID = TP_CHAR_TWOLN;
67                Text [ en-US ] = "Asian Layout";
68            };
69            PageItem
70            {
71                Identifier = TP_BACKGROUND ;
72                Text [ en-US ] = "Background" ;
73                PageResID = TP_BACKGROUND ;
74            };
75        };
76    };
77};
78TabDialog DLG_TEMPLATE_2
79{
80    OutputSize = TRUE ;
81    SVLook = TRUE ;
82    Text [ en-US ] = "Paragraph Style" ;
83    Moveable = TRUE ;
84    TabControl 1
85    {
86        OutputSize = TRUE ;
87        PageList =
88        {
89            PageItem
90            {
91                Identifier = TP_PARA_STD ;
92                /* ### ACHTUNG: Neuer Text in Resource? Einz�ge und Abst�nde : Einz�ge und Abst�nde */
93                Text [ en-US ] = "Indents & Spacing" ;
94                PageResID = TP_PARA_STD ;
95            };
96            PageItem
97            {
98                Identifier = TP_PARA_ALIGN ;
99                PageResID = TP_PARA_ALIGN ;
100                Text [ en-US ] = "Alignment" ;
101            };
102            PageItem
103            {
104                Identifier = TP_PARA_EXT ;
105                /* ### ACHTUNG: Neuer Text in Resource? Textflu?: Textflu?*/
106                Text [ en-US ] = "Text Flow" ;
107                PageResID = TP_PARA_EXT ;
108            };
109            PageItem
110            {
111                Identifier = TP_PARA_ASIAN;
112                Text [ en-US ] = "Asian Typography";
113            };
114            PageItem
115            {
116                Identifier = TP_CHAR_STD ;
117                Text [ en-US ] = "Font" ;
118                PageResID = TP_CHAR_STD ;
119            };
120            PageItem
121            {
122                Identifier = TP_CHAR_EXT ;
123                Text [ en-US ] = "Font Effects" ;
124                PageResID = TP_CHAR_EXT ;
125            };
126            PageItem
127            {
128                Identifier = TP_CHAR_POS ;
129                PageResID = TP_CHAR_POS ;
130                Text [ en-US ] = "Position";
131            };
132            PageItem
133            {
134                Identifier = TP_CHAR_TWOLN ;
135                PageResID = TP_CHAR_TWOLN;
136                Text [ en-US ] = "Asian Layout";
137            };
138            PageItem
139            {
140                Identifier = TP_NUMPARA ;
141                Text [ en-US ] = "Outline & Numbering" ;
142            };
143            PageItem
144            {
145                Identifier = TP_TABULATOR ;
146                Text [ en-US ] = "Tabs" ;
147                PageResID = TP_TABULATOR ;
148            };
149            PageItem
150            {
151                Identifier = TP_DROPCAPS ;
152                Text [ en-US ] = "Drop Caps" ;
153                PageResID = TP_DROPCAPS ;
154            };
155            PageItem
156            {
157                Identifier = TP_BACKGROUND ;
158                Text [ en-US ] = "Background" ;
159                PageResID = TP_BACKGROUND ;
160            };
161            PageItem
162            {
163                Identifier = TP_BORDER ;
164                Text [ en-US ] = "Borders" ;
165                PageResID = TP_BORDER ;
166            };
167            PageItem
168            {
169                Identifier = TP_CONDCOLL ;
170                PageResID = TP_CONDCOLL ;
171                Text [ en-US ] = "Condition" ;
172            };
173        };
174    };
175};
176TabDialog DLG_TEMPLATE_4
177{
178    OutputSize = TRUE ;
179    SVLook = TRUE ;
180     // Text[norwegian_wrong] = "Sidetyper";
181     // Text[italian_wrong] = "Stili pagina";
182     // Text[portuguese_brazilian_wrong] = "Estilos da P�gina ";
183     // Text[portuguese_wrong] = "Estilos da P�gina ";
184     // Text[finnish_wrong] = "Sivutyylit";
185     // Text[danish_wrong] = "Sidelayout";
186     // Text[french_wrong] = "Styles de page";
187     // Text[swedish_wrong] = "Sidformat";
188     // Text[dutch_wrong] = "Pagina-opmaakprofielen";
189     // Text[spanish_wrong] = "Estilos de p�gina";
190    Text [ en-US ] = "Page Style" ;
191    Moveable = TRUE ;
192    TabControl 1
193    {
194        OutputSize = TRUE ;
195        PageList =
196        {
197            /*            PageItem
198            {
199                Identifier = TP_PAGE_STD ;
200                Text [ en-US ] = "Page" ;
201                PageResID = TP_PAGE_STD ;
202            };*/
203            PageItem
204            {
205                Identifier = TP_BACKGROUND ;
206                Text [ en-US ] = "Background" ;
207                PageResID = TP_BACKGROUND ;
208            };
209            /*            PageItem
210            {
211                Identifier = TP_BORDER ;
212                Text [ en-US ] = "Borders" ;
213                PageResID = TP_BORDER ;
214            };
215            PageItem
216            {
217                Identifier = TP_HEADER_PAGE ;
218                Text [ en-US ] = "Header" ;
219                PageResID = TP_HEADER_PAGE ;
220            };
221            PageItem
222            {
223                Identifier = TP_FOOTER_PAGE ;
224                Text [ en-US ] = "Footer" ;
225                PageResID = TP_FOOTER_PAGE ;
226            };
227            PageItem
228            {
229                Identifier = TP_COLUMN ;
230                Text [ en-US ] = "Columns" ;
231                PageResID = TP_COLUMN ;
232            };
233            PageItem
234            {
235                Identifier = TP_FOOTNOTE_PAGE ;
236                Text [ en-US ] = "Footnote" ;
237                PageResID = TP_FOOTNOTE_PAGE ;
238            };*/
239        };
240    };
241};
242String STR_PAGE_STD
243{
244    Text [ en-US ] = "Page" ;
245};
246String STR_PAGE_BORDER
247{
248    Text [ en-US ] = "Borders" ;
249};
250String STR_PAGE_HEADER
251{
252    Text [ en-US ] = "Header" ;
253};
254String STR_PAGE_FOOTER
255{
256    /* ### ACHTUNG: Neuer Text in Resource? Fu�zeile : Fu�zeile */
257    Text [ en-US ] = "Footer" ;
258};
259String STR_PAGE_TEXTGRID
260{
261    Text [ en-US ] = "Text Grid";
262};
263String STR_PAGE_COLUMN
264{
265    Text [ en-US ] = "Columns" ;
266};
267String STR_PAGE_FOOTNOTE
268{
269    /* ### ACHTUNG: Neuer Text in Resource? Fu�note : Fu�note */
270    Text [ en-US ] = "Footnote" ;
271};
272TabDialog DLG_TEMPLATE_3
273{
274    OutputSize = TRUE ;
275    SVLook = TRUE ;
276     // Text[norwegian_wrong] = "Rammemaler";
277     // Text[italian_wrong] = "Stili cornice";
278     // Text[portuguese_brazilian_wrong] = "Estilos de Moldura";
279     // Text[portuguese_wrong] = "Estilos de Moldura";
280     // Text[finnish_wrong] = "Kehystyylit";
281     // Text[danish_wrong] = "Rammelayout";
282     // Text[french_wrong] = "Styles d'encadrement";
283     // Text[swedish_wrong] = "Ramformat";
284     // Text[dutch_wrong] = "Kaderopmaakprofielen";
285     // Text[spanish_wrong] = "Estilos de marco";
286    Text [ en-US ] = "Frame Style" ;
287    Moveable = TRUE ;
288    TabControl 1
289    {
290        OutputSize = TRUE ;
291        PageList =
292        {
293            PageItem
294            {
295                Identifier = TP_FRM_STD ;
296                Text [ en-US ] = "Type" ;
297                PageResID = TP_FRM_STD ;
298            };
299            PageItem
300            {
301                Identifier = TP_FRM_ADD ;
302                PageResID = TP_FRM_ADD ;
303                /* ### ACHTUNG: Neuer Text in Resource? Zus�tze : Zus�tze */
304                Text [ en-US ] = "Options" ;
305            };
306            PageItem
307            {
308                Identifier = TP_FRM_WRAP ;
309                Text [ en-US ] = "Wrap" ;
310                PageResID = TP_FRM_WRAP ;
311            };
312            PageItem
313            {
314                Identifier = TP_BACKGROUND ;
315                Text [ en-US ] = "Background" ;
316                PageResID = TP_BACKGROUND ;
317            };
318            PageItem
319            {
320                Identifier = TP_BORDER ;
321                Text [ en-US ] = "Borders" ;
322                PageResID = TP_BORDER ;
323            };
324            PageItem
325            {
326                Identifier = TP_COLUMN ;
327                Text [ en-US ] = "Columns" ;
328                PageResID = TP_COLUMN ;
329            };
330            PageItem
331            {
332                Identifier = TP_MACRO_ASSIGN ;
333                Text [ en-US ] = "Macro" ;
334            };
335        };
336    };
337};
338TabDialog DLG_TEMPLATE_5
339{
340    OutputSize = TRUE ;
341    SVLook = TRUE ;
342    Moveable = TRUE ;
343    TabControl 1
344    {
345        PageList =
346        {
347            PageItem
348            {
349                Identifier = RID_SVXPAGE_PICK_BULLET ;
350                Text [ en-US ] = "Bullets" ;
351            };
352            PageItem
353            {
354                Identifier = RID_SVXPAGE_PICK_SINGLE_NUM;
355                Text [ en-US ] = "Numbering Style" ;
356            };
357            PageItem
358            {
359                Identifier = RID_SVXPAGE_PICK_NUM ;
360                Text [ en-US ] = "Outline" ;
361            };
362            PageItem
363            {
364                Identifier = RID_SVXPAGE_PICK_BMP;
365                Text [ en-US ] = "Graphics" ;
366            };
367            PageItem
368            {
369                Identifier = RID_SVXPAGE_NUM_POSITION ;
370                Text [ en-US ] = "Position" ;
371            };
372            PageItem
373            {
374                Identifier = RID_SVXPAGE_NUM_OPTIONS;
375                Text [ en-US ] = "Options" ;
376            };
377        };
378    };
379    Text [ en-US ] = "Numbering Style" ;
380};
381