update ooo310-m15
[ooovba.git] / sw / source / ui / chrdlg / paradlg.src
blobf1f849c0ec7c860fc9714253fb2a30d97a177a92
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: paradlg.src,v $
10  * $Revision: 1.36 $
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 "globals.hrc"
32 #include "chrdlg.hrc"
33 #include "paradlg.hrc"
34 #define HelpText "error - hier keine HelpTexte HelpText"
35  // #define DLG_PARA 256
36 TabDialog DLG_PARA
38         OutputSize = TRUE ;
39         SVLook = TRUE ;
40         Text [ en-US ] = "Paragraph" ;
41         Moveable = TRUE ;
42         TabControl 1
43         {
44                 OutputSize = TRUE ;
45                 PageList =
46                 {
47                         PageItem
48                         {
49                                 Identifier = TP_PARA_STD ;
50                                 /* ### ACHTUNG: Neuer Text in Resource? Einzüge und Abstände : Einz³ge und Abstõnde */
51                                 Text [ en-US ] = "Indents & Spacing" ;
52                                 PageResID = TP_PARA_STD ;
53                         };
54                         PageItem
55                         {
56                                 Identifier = TP_PARA_ALIGN ;
57                                 PageResID = TP_PARA_ALIGN ;
58                                 Text [ en-US ] = "Alignment" ;
59                         };
60                         PageItem
61                         {
62                                 Identifier = TP_PARA_EXT ;
63                                 /* ### ACHTUNG: Neuer Text in Resource? Textflu?: Textflu?*/
64                                 Text [ en-US ] = "Text Flow" ;
65                                 PageResID = TP_PARA_EXT ;
66                         };
67                         PageItem
68                         {
69                                 Identifier = TP_PARA_ASIAN;
70                                 Text [ en-US ] = "Asian Typography";
71                         };
72                         PageItem
73                         {
74                                 Identifier = TP_NUMPARA ;
75                                 Text [ en-US ] = "Outline & Numbering" ;
76                         };
77                         PageItem
78                         {
79                                 Identifier = TP_TABULATOR ;
80                                 Text [ en-US ] = "Tabs" ;
81                                 PageResID = TP_TABULATOR ;
82                         };
83                         PageItem
84                         {
85                                 Identifier = TP_DROPCAPS ;
86                                 Text [ en-US ] = "Drop Caps" ;
87                                 PageResID = TP_DROPCAPS ;
88                         };
89                         PageItem
90                         {
91                                 Identifier = TP_BORDER ;
92                                 Text [ en-US ] = "Borders" ;
93                                 PageResID = TP_BORDER ;
94                         };
95                         PageItem
96                         {
97                                 Identifier = TP_BACKGROUND ;
98                                 Text [ en-US ] = "Background" ;
99                                 PageResID = TP_BACKGROUND ;
100                         };
101                 };
102         };
104 TabDialog DLG_DRAWPARA
106         OutputSize = TRUE ;
107         SVLook = TRUE ;
108         Text [ en-US ] = "Paragraph" ;
109         Moveable = TRUE ;
110         TabControl 1
111         {
112                 OutputSize = TRUE ;
113                 PageList =
114                 {
115                         PageItem
116                         {
117                                 Identifier = TP_PARA_STD ;
118                                 /* ### ACHTUNG: Neuer Text in Resource? Einzüge und Abstände : Einz³ge und Abstõnde */
119                                 Text [ en-US ] = "Indents & Spacing" ;
120                                 PageResID = TP_PARA_STD ;
121                         };
122                         PageItem
123                         {
124                                 Identifier = TP_PARA_ALIGN ;
125                                 PageResID = TP_PARA_ALIGN ;
126                                 Text [ en-US ] = "Alignment" ;
127                         };
128                         PageItem
129                         {
130                                 Identifier = TP_PARA_ASIAN;
131                                 Text [ en-US ] = "Asian Typography";
132                         };
133                         PageItem
134                         {
135                                 Identifier = TP_TABULATOR ;
136                                 Text [ en-US ] = "Tabs" ;
137                                 PageResID = TP_TABULATOR ;
138                         };
139                 };
140         };