merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / dialog / abstract.src
blob8659abb60b8004ef1c87bc27c064df2a28e3beac
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: abstract.src,v $
10  * $Revision: 1.30 $
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  ************************************************************************/
30 #include "dialog.hrc"
31 #include "helpid.h"
32 #include "abstract.hrc"
34 ModalDialog DLG_INSERT_ABSTRACT
36     HelpID = HID_INSERT_ABSTRACT ;
37     OutputSize = TRUE ;
38     SVLook = TRUE ;
39     Size = MAP_APPFONT ( 239 , 68 ) ;
40     /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */
41     /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */
42     /* ### ACHTUNG: Neuer Text in Resource? AutoAbstract erzeugen : AutoAbstrakt erzeugen */
43     Moveable = TRUE ;
44     FixedLine FL_1
45     {
46         OutputSize = TRUE ;
47         Pos = MAP_APPFONT ( 6 , 3 ) ;
48         Size = MAP_APPFONT ( 174 , 8 ) ;
49         Text [ en-US ] = "Properties" ;
50     };
51     FixedText FT_LEVEL
52     {
53         Pos = MAP_APPFONT ( 12 , 12 ) ;
54         Size = MAP_APPFONT ( 120 , 8 ) ;
55         Text [ en-US ] = "Included outline levels" ;
56     };
57     NumericField NF_LEVEL
58     {
59         Border = TRUE ;
60         Pos = MAP_APPFONT ( 153 , 12 ) ;
61         Size = MAP_APPFONT ( 24 , 12 ) ;
62         TabStop = TRUE ;
63         Left = TRUE ;
64         Repeat = TRUE ;
65         Spin = TRUE ;
66         Minimum = 1 ;
67         Maximum = 5 ;
68         Value = 3 ;
69         First = 1 ;
70         Last = 5 ;
71     };
72     FixedText FT_PARA
73     {
74         Pos = MAP_APPFONT ( 12 , 27 ) ;
75         Size = MAP_APPFONT ( 120 , 8 ) ;
76         /* ### ACHTUNG: Neuer Text in Resource? Absätze je Kapitel : Absõtze je Kapitel */
77         Text [ en-US ] = "Subpoints per level" ;
78     };
79     NumericField NF_PARA
80     {
81         Border = TRUE ;
82         Pos = MAP_APPFONT ( 153 , 27 ) ;
83         Size = MAP_APPFONT ( 24 , 12 ) ;
84         TabStop = TRUE ;
85         Left = TRUE ;
86         Repeat = TRUE ;
87         Spin = TRUE ;
88         Minimum = 1 ;
89         Maximum = 5 ;
90         Value = 1 ;
91         First = 1 ;
92         Last = 5 ;
93     };
94     FixedText FT_DESC
95     {
96         Pos = MAP_APPFONT ( 12 , 43 ) ;
97         Size = MAP_APPFONT ( 165 , 16 ) ;
98         /* ### ACHTUNG: Neuer Text in Resource? Im Abstrakt erscheint die ausgewählte Anzahl von Absätzen aus den einbezogenen Kapitelebenen. : Im Abstrakt erscheint die ausgewõhlte Anzahl von Absõtzen aus den einbezogenen Kapitelebenen. */
99         WordBreak = TRUE ;
100         Text [ en-US ] = "The abstract contains the selected number of paragraphs from the included outline levels." ;
101     };
102     OKButton PB_OK
103     {
104         Pos = MAP_APPFONT ( 186 , 6 ) ;
105         Size = MAP_APPFONT ( 50 , 14 ) ;
106         TabStop = TRUE ;
107         DefButton = TRUE ;
108     };
109     CancelButton PB_CANCEL
110     {
111         Pos = MAP_APPFONT ( 186 , 23 ) ;
112         Size = MAP_APPFONT ( 50 , 14 ) ;
113         TabStop = TRUE ;
114     };
115     HelpButton PB_HELP
116     {
117         Pos = MAP_APPFONT ( 186 , 43 ) ;
118         Size = MAP_APPFONT ( 50 , 14 ) ;
119         TabStop = TRUE ;
120     };
121     Text [ en-US ] = "Create AutoAbstract" ;