Update ooo320-m1
[ooovba.git] / sw / source / ui / table / chartins.src
blob0f08808732d2ddf38d24f02df140898aa0179f68
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: chartins.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  ************************************************************************/
30 /* StarView ressource file */
31 #include "chartins.hrc"
32 #include "helpid.h"
33 ModelessDialog DLG_INSERT_CHART
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 297 , 169 ) ;
38     Moveable = TRUE ;
39     HelpID = HID_INSERT_CHART ;
40     Hide = TRUE ;
41     Text [ en-US ] = "AutoFormat Chart (1-4)" ;
42     FixedLine FL_1
43     {
44         Pos = MAP_APPFONT ( 6 , 3 ) ;
45         Size = MAP_APPFONT ( 285 , 8 ) ;
46         Text [ en-US ] = "Selection" ;
47     };
48     FixedText FT_RANGE
49     {
50         Pos = MAP_APPFONT ( 12 , 16 ) ;
51         Size = MAP_APPFONT ( 40 , 8 ) ;
52         Text [ en-US ] = "A~rea" ;
53     };
54     Edit ED_RANGE
55     {
56         Border = TRUE ;
57         Pos = MAP_APPFONT ( 56 , 14 ) ;
58         Size = MAP_APPFONT ( 229 , 12 ) ;
59     };
60     CheckBox CB_FIRST_ROW
61     {
62         Pos = MAP_APPFONT ( 12 , 32 ) ;
63         Size = MAP_APPFONT ( 150 , 10 ) ;
64         TabStop = TRUE ;
65         Text [ en-US ] = "~First row as caption" ;
66         Check = TRUE ;
67     };
68     CheckBox CB_FIRST_COL
69     {
70         Pos = MAP_APPFONT ( 12 , 46 ) ;
71         Size = MAP_APPFONT ( 150 , 10 ) ;
72         TabStop = TRUE ;
73         Text [ en-US ] = "First ~column as caption" ;
74         Check = TRUE ;
75     };
76     FixedText FT_TEXT
77     {
78         Pos = MAP_APPFONT ( 6 , 72 ) ;
79         Size = MAP_APPFONT ( 285 , 62 ) ;
80         Text [ en-US ] = "If the selected cells do not contain the desired data, select the data range now.\n\nInclude the cells containing column and row labels if you want them to be included in your chart." ;
81         WordBreak = TRUE ;
82     };
83     FixedLine FL_HLINE
84     {
85         Pos = MAP_APPFONT ( 0 , 140 ) ;
86         Size = MAP_APPFONT ( 297 , 8 ) ;
87     };
88     HelpButton BT_HELP
89     {
90         Pos = MAP_APPFONT ( 6 , 151 ) ;
91         Size = MAP_APPFONT ( 50 , 14 ) ;
92         TabStop = TRUE ;
93     };
94     CancelButton BT_CANCEL
95     {
96         Pos = MAP_APPFONT ( 60 , 151 ) ;
97         Size = MAP_APPFONT ( 50 , 14 ) ;
98         TabStop = TRUE ;
99     };
100     PushButton BT_PREV
101     {
102         Pos = MAP_APPFONT ( 130 , 151 ) ;
103         Size = MAP_APPFONT ( 50 , 14 ) ;
104          // ### ACHTUNG: Neuer Text in Resource? << ~Zurück : << Zurück
105         /* ### ACHTUNG: Neuer Text in Resource? << ~Zurück : << ~Zur³ck */
106         TabStop = TRUE ;
107         Disable = TRUE ;
108         Text [ en-US ] = "<< ~Back" ;
109     };
110     PushButton BT_NEXT
111     {
112         Pos = MAP_APPFONT ( 185 , 151 ) ;
113         Size = MAP_APPFONT ( 50 , 14 ) ;
114         Disable = TRUE ;
115         TabStop = TRUE ;
116         Text [ en-US ] = "~Next >>" ;
117     };
118     PushButton BT_FINISH
119     {
120         Pos = MAP_APPFONT ( 240 , 151 ) ;
121         Size = MAP_APPFONT ( 50 , 14 ) ;
122         TabStop = TRUE ;
123         Text [ en-US ] = "Cre~ate" ;
124     };