1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: solvrdlg.src,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #include "solvrdlg.hrc"
32 ModelessDialog RID_SCDLG_SOLVER
35 HelpId = SID_OPENDLG_SOLVE ;
38 Size = MAP_APPFONT ( 222 , 64 ) ;
39 Text [ en-US ] = "Goal Seek" ;
42 FixedText FT_FORMULACELL
44 Pos = MAP_APPFONT ( 12 , 16 ) ;
45 Size = MAP_APPFONT ( 50 , 8 ) ;
46 Text [ en-US ] = "~Formula cell" ;
51 Pos = MAP_APPFONT ( 64 , 14 ) ;
52 Size = MAP_APPFONT ( 79 , 12 ) ;
55 ImageButton RB_FORMULACELL
57 Pos = MAP_APPFONT ( 145 , 13 ) ;
58 Size = MAP_APPFONT ( 13 , 15 ) ;
60 QuickHelpText [ en-US ] = "Shrink" ;
62 FixedText FT_TARGETVAL
64 Pos = MAP_APPFONT ( 12 , 32 ) ;
65 Size = MAP_APPFONT ( 50 , 8 ) ;
66 Text [ en-US ] = "Target ~value" ;
71 Pos = MAP_APPFONT ( 64 , 30 ) ;
72 Size = MAP_APPFONT ( 93 , 12 ) ;
77 Pos = MAP_APPFONT ( 12 , 48 ) ;
78 Size = MAP_APPFONT ( 50 , 8 ) ;
79 Text [ en-US ] = "Variable ~cell" ;
84 Pos = MAP_APPFONT ( 64 , 46 ) ;
85 Size = MAP_APPFONT ( 79 , 12 ) ;
88 ImageButton RB_VARCELL
90 Pos = MAP_APPFONT ( 145 , 45 ) ;
91 Size = MAP_APPFONT ( 13 , 15 ) ;
93 QuickHelpText [ en-US ] = "Shrink" ;
95 FixedLine FL_VARIABLES
97 Pos = MAP_APPFONT ( 6 , 3 ) ;
98 Size = MAP_APPFONT ( 154 , 8 ) ;
99 Text [ en-US ] = "Default settings" ;
104 Pos = MAP_APPFONT ( 166 , 6 ) ;
105 Size = MAP_APPFONT ( 50 , 14 ) ;
108 CancelButton BTN_CANCEL
110 Pos = MAP_APPFONT ( 166 , 23 ) ;
111 Size = MAP_APPFONT ( 50 , 14 ) ;
116 Pos = MAP_APPFONT ( 166 , 43 ) ;
117 Size = MAP_APPFONT ( 50 , 14 ) ;
120 String STR_INVALIDVAL
122 /* ### ACHTUNG: Neuer Text in Resource? Unzulässiger Zielwert! : Unzulõssiger Zielwert! */
123 Text [ en-US ] = "Invalid target value." ;
125 String STR_INVALIDVAR
127 Text [ en-US ] = "Undefined name for variable cell." ;
129 String STR_INVALIDFORM
131 Text [ en-US ] = "Undefined name as formula cell." ;
135 /* ### ACHTUNG: Neuer Text in Resource? Zelle muß eine Formel enthalten! : Zelle mu˜ eine Formel enthalten! */
136 Text [ en-US ] = "Cell must contain a formula." ;