update credits
[LibreOffice.git] / sw / source / ui / chrdlg / paradlg.src
blob6435a96d5f1088b512eaeebb8fa2ea8e33517d4b
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 "globals.hrc"
21 #include "chrdlg.hrc"
22 #include "paradlg.hrc"
23 #define HelpText "error - hier keine HelpTexte HelpText"
24 TabDialog DLG_PARA
26     OutputSize = TRUE ;
27     SVLook = TRUE ;
28     Text [ en-US ] = "Paragraph" ;
29     Moveable = TRUE ;
30     TabControl 1
31     {
32         OutputSize = TRUE ;
33         PageList =
34         {
35             PageItem
36             {
37                 Identifier = TP_PARA_STD ;
38                 Text [ en-US ] = "Indents & Spacing" ;
39                 PageResID = TP_PARA_STD ;
40             };
41             PageItem
42             {
43                 Identifier = TP_PARA_ALIGN ;
44                 PageResID = TP_PARA_ALIGN ;
45                 Text [ en-US ] = "Alignment" ;
46             };
47             PageItem
48             {
49                 Identifier = TP_PARA_EXT ;
50                 Text [ en-US ] = "Text Flow" ;
51                 PageResID = TP_PARA_EXT ;
52             };
53             PageItem
54             {
55                 Identifier = TP_PARA_ASIAN;
56                 Text [ en-US ] = "Asian Typography";
57             };
58             PageItem
59             {
60                 Identifier = TP_NUMPARA ;
61                 Text [ en-US ] = "Outline & Numbering" ;
62             };
63             PageItem
64             {
65                 Identifier = TP_TABULATOR ;
66                 Text [ en-US ] = "Tabs" ;
67                 PageResID = TP_TABULATOR ;
68             };
69             PageItem
70             {
71                 Identifier = TP_DROPCAPS ;
72                 Text [ en-US ] = "Drop Caps" ;
73                 PageResID = TP_DROPCAPS ;
74             };
75             PageItem
76             {
77                 Identifier = TP_BORDER ;
78                 Text [ en-US ] = "Borders" ;
79                 PageResID = TP_BORDER ;
80             };
81             PageItem
82             {
83                 Identifier = TP_BACKGROUND ;
84                 Text [ en-US ] = "Background" ;
85                 PageResID = TP_BACKGROUND ;
86             };
87         };
88     };
90 TabDialog DLG_DRAWPARA
92     OutputSize = TRUE ;
93     SVLook = TRUE ;
94     Text [ en-US ] = "Paragraph" ;
95     Moveable = TRUE ;
96     TabControl 1
97     {
98         OutputSize = TRUE ;
99         PageList =
100         {
101             PageItem
102             {
103                 Identifier = TP_PARA_STD ;
104                 Text [ en-US ] = "Indents & Spacing" ;
105                 PageResID = TP_PARA_STD ;
106             };
107             PageItem
108             {
109                 Identifier = TP_PARA_ALIGN ;
110                 PageResID = TP_PARA_ALIGN ;
111                 Text [ en-US ] = "Alignment" ;
112             };
113             PageItem
114             {
115                 Identifier = TP_PARA_ASIAN;
116                 Text [ en-US ] = "Asian Typography";
117             };
118             PageItem
119             {
120                 Identifier = TP_TABULATOR ;
121                 Text [ en-US ] = "Tabs" ;
122                 PageResID = TP_TABULATOR ;
123             };
124         };
125     };
128 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */