Update ooo320-m1
[ooovba.git] / sc / source / ui / src / tabopdlg.src
blob59c5a9b34836810a0d0dc2fd26eddc924c553347
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: tabopdlg.src,v $
10  * $Revision: 1.28 $
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 "tabopdlg.hrc"
32 ModelessDialog RID_SCDLG_TABOP
34     OutputSize = TRUE ;
35     HelpId = SID_OPENDLG_TABOP ;
36     Hide = TRUE ;
37     SVLook = TRUE ;
38     Size = MAP_APPFONT ( 240 , 64 ) ;
39     Text [ en-US ] = "Multiple operations" ;
40     Moveable = TRUE ;
41     Closeable = FALSE ;
42     FixedText FT_FORMULARANGE
43     {
44         Pos = MAP_APPFONT ( 12 , 16 ) ;
45         Size = MAP_APPFONT ( 68 , 8 ) ;
46         Text [ en-US ] = "~Formulas" ;
47     };
48     Edit ED_FORMULARANGE
49     {
50         Border = TRUE ;
51         Pos = MAP_APPFONT ( 82 , 14 ) ;
52         Size = MAP_APPFONT ( 79 , 12 ) ;
53     };
54     ImageButton RB_FORMULARANGE
55     {
56         Pos = MAP_APPFONT ( 163 , 13 ) ;
57         Size = MAP_APPFONT ( 13 , 15 ) ;
58         TabStop = FALSE ;
59         QuickHelpText [ en-US ] = "Shrink" ;
60     };
61     FixedText FT_ROWCELL
62     {
63         Pos = MAP_APPFONT ( 12 , 32 ) ;
64         Size = MAP_APPFONT ( 70 , 8 ) ;
65         Text [ en-US ] = "~Row input cell" ;
66     };
67     Edit ED_ROWCELL
68     {
69         Border = TRUE ;
70         Pos = MAP_APPFONT ( 82 , 30 ) ;
71         Size = MAP_APPFONT ( 79 , 12 ) ;
72     };
73     ImageButton RB_ROWCELL
74     {
75         Pos = MAP_APPFONT ( 163 , 29 ) ;
76         Size = MAP_APPFONT ( 13 , 15 ) ;
77         TabStop = FALSE ;
78         QuickHelpText [ en-US ] = "Shrink" ;
79     };
80     FixedText FT_COLCELL
81     {
82         Pos = MAP_APPFONT ( 12 , 48 ) ;
83         Size = MAP_APPFONT ( 70 , 8 ) ;
84         Text [ en-US ] = "~Column input cell" ;
85     };
86     Edit ED_COLCELL
87     {
88         Border = TRUE ;
89         Pos = MAP_APPFONT ( 82 , 46 ) ;
90         Size = MAP_APPFONT ( 79 , 12 ) ;
91     };
92     ImageButton RB_COLCELL
93     {
94         Pos = MAP_APPFONT ( 163 , 45 ) ;
95         Size = MAP_APPFONT ( 13 , 15 ) ;
96         TabStop = FALSE ;
97         QuickHelpText [ en-US ] = "Shrink" ;
98     };
99     FixedLine FL_VARIABLES
100     {
101         Pos = MAP_APPFONT ( 6 , 3 ) ;
102         Size = MAP_APPFONT ( 172 , 8 ) ;
103         Text [ en-US ] = "Default settings" ;
104     };
105     OKButton BTN_OK
106     {
107         Pos = MAP_APPFONT ( 184 , 6 ) ;
108         Size = MAP_APPFONT ( 50 , 14 ) ;
109         DefButton = TRUE ;
110     };
111     CancelButton BTN_CANCEL
112     {
113         Pos = MAP_APPFONT ( 184 , 23 ) ;
114         Size = MAP_APPFONT ( 50 , 14 ) ;
115     };
116     HelpButton BTN_HELP
117     {
118         Pos = MAP_APPFONT ( 184 , 43 ) ;
119         Size = MAP_APPFONT ( 50 , 14 ) ;
120     };
121     String STR_NOFORMULA
122     {
123         Text [ en-US ] = "No formula specified." ;
124     };
125     String STR_NOCOLROW
126     {
127         Text [ en-US ] = "Neither row or column specified." ;
128     };
129     String STR_WRONGFORMULA
130     {
131         Text [ en-US ] = "Undefined name or range." ;
132     };
133     String STR_WRONGROWCOL
134     {
135         Text [ en-US ] = "Undefined name or wrong cell reference." ;
136     };
137     String STR_NOCOLFORMULA
138     {
139         Text [ en-US ] = "Formulas don't form a column." ;
140     };
141     String STR_NOROWFORMULA
142     {
143         Text [ en-US ] = "Formulas don't form a row." ;
144     };