1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "globals.hrc"
22 #include "paradlg.hrc"
23 #define HelpText "error - hier keine HelpTexte HelpText"
28 Text [ en-US ] = "Paragraph" ;
37 Identifier = TP_PARA_STD ;
38 Text [ en-US ] = "Indents & Spacing" ;
39 PageResID = TP_PARA_STD ;
43 Identifier = TP_PARA_ALIGN ;
44 PageResID = TP_PARA_ALIGN ;
45 Text [ en-US ] = "Alignment" ;
49 Identifier = TP_PARA_EXT ;
50 Text [ en-US ] = "Text Flow" ;
51 PageResID = TP_PARA_EXT ;
55 Identifier = TP_PARA_ASIAN;
56 Text [ en-US ] = "Asian Typography";
60 Identifier = TP_NUMPARA ;
61 Text [ en-US ] = "Outline & Numbering" ;
65 Identifier = TP_TABULATOR ;
66 Text [ en-US ] = "Tabs" ;
67 PageResID = TP_TABULATOR ;
71 Identifier = TP_DROPCAPS ;
72 Text [ en-US ] = "Drop Caps" ;
73 PageResID = TP_DROPCAPS ;
77 Identifier = TP_BORDER ;
78 Text [ en-US ] = "Borders" ;
79 PageResID = TP_BORDER ;
83 Identifier = TP_BACKGROUND ;
84 Text [ en-US ] = "Background" ;
85 PageResID = TP_BACKGROUND ;
90 TabDialog DLG_DRAWPARA
94 Text [ en-US ] = "Paragraph" ;
103 Identifier = TP_PARA_STD ;
104 Text [ en-US ] = "Indents & Spacing" ;
105 PageResID = TP_PARA_STD ;
109 Identifier = TP_PARA_ALIGN ;
110 PageResID = TP_PARA_ALIGN ;
111 Text [ en-US ] = "Alignment" ;
115 Identifier = TP_PARA_ASIAN;
116 Text [ en-US ] = "Asian Typography";
120 Identifier = TP_TABULATOR ;
121 Text [ en-US ] = "Tabs" ;
122 PageResID = TP_TABULATOR ;
128 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */