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: namedlg.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 "namedlg.hrc"
32 ModelessDialog RID_SCDLG_NAMES
35 HelpId = FID_DEFINE_NAME ;
38 Size = MAP_APPFONT ( 222 , 142 ) ;
39 Text [ en-US ] = "Define Names" ;
41 // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button !
44 Pos = MAP_APPFONT ( 166 , 6 ) ;
45 Size = MAP_APPFONT ( 50 , 14 ) ;
48 CancelButton BTN_CANCEL
50 Pos = MAP_APPFONT ( 166 , 23 ) ;
51 Size = MAP_APPFONT ( 50 , 14 ) ;
56 Pos = MAP_APPFONT ( 166 , 43 ) ;
57 Size = MAP_APPFONT ( 50 , 14 ) ;
62 Pos = MAP_APPFONT ( 166 , 74 ) ;
63 Size = MAP_APPFONT ( 50 , 14 ) ;
64 /* ### ACHTUNG: Neuer Text in Resource? Hinzu~fügen : Hinzu~f³gen */
65 Text [ en-US ] = "~Add" ;
71 Pos = MAP_APPFONT ( 166 , 92 ) ;
72 Size = MAP_APPFONT ( 50 , 14 ) ;
73 /* ### ACHTUNG: Neuer Text in Resource? ~Löschen : ~L÷schen */
74 Text [ en-US ] = "~Delete" ;
79 Pos = MAP_APPFONT ( 6 , 3 ) ;
80 Size = MAP_APPFONT ( 154 , 8 ) ;
81 Text [ en-US ] = "Name" ;
85 Pos = MAP_APPFONT ( 12 , 14 ) ;
86 Size = MAP_APPFONT ( 145 , 92 ) ;
93 Pos = MAP_APPFONT ( 6 , 112 ) ;
94 Size = MAP_APPFONT ( 154 , 8 ) ;
95 Text [ en-US ] = "Assigned to" ;
100 Pos = MAP_APPFONT ( 12 , 123 ) ;
101 Size = MAP_APPFONT ( 131 , 12 ) ;
104 ImageButton RB_ASSIGN
106 Pos = MAP_APPFONT ( 145 , 122 ) ;
107 Size = MAP_APPFONT ( 13 , 15 ) ;
109 QuickHelpText [ en-US ] = "Shrink" ;
113 Pos = MAP_APPFONT ( 166 , 122 ) ;
114 Size = MAP_APPFONT ( 50 , 14 ) ;
116 MapUnit = MAP_APPFONT ;
121 Pos = MAP_APPFONT ( 6 , 142 ) ;
122 Size = MAP_APPFONT ( 154 , 8 ) ;
123 Text [ en-US ] = "Area type" ;
125 CheckBox BTN_PRINTAREA
127 Pos = MAP_APPFONT ( 12 , 153 ) ;
128 Size = MAP_APPFONT ( 60 , 10 ) ;
129 Text [ en-US ] = "~Print range" ;
132 CheckBox BTN_CRITERIA
134 Pos = MAP_APPFONT ( 12 , 167 ) ;
135 Size = MAP_APPFONT ( 60 , 10 ) ;
136 Text [ en-US ] = "~Filter" ;
139 CheckBox BTN_ROWHEADER
141 Pos = MAP_APPFONT ( 75 , 167 ) ;
142 Size = MAP_APPFONT ( 82 , 10 ) ;
143 Text [ en-US ] = "Repeat ~row" ;
146 CheckBox BTN_COLHEADER
148 Pos = MAP_APPFONT ( 75 , 153 ) ;
149 Size = MAP_APPFONT ( 82 , 10 ) ;
150 Text [ en-US ] = "Repeat ~column" ;
155 /* ### ACHTUNG: Neuer Text in Resource? Hinzu~fügen : Hinzu~f³gen */
156 Text [ en-US ] = "~Add" ;
160 /* ### ACHTUNG: Neuer Text in Resource? ~Ändern : ~Žndern */
161 Text [ en-US ] = "Mod~ify" ;
163 String STR_INVALIDSYMBOL
165 /* ### ACHTUNG: Neuer Text in Resource? Ungültiger Ausdruck : Ung³ltiger Ausdruck */
166 Text [ en-US ] = "Invalid expression" ;