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