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: optdict.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 ************************************************************************/
30 // include ---------------------------------------------------------------
31 #include <sfx2/sfx.hrc>
33 #include <svx/dialogs.hrc>
34 #include "optdict.hrc"
35 // pragma ----------------------------------------------------------------
37 // RID_SFXDLG_NEWDICT ----------------------------------------------------
38 ModalDialog RID_SFXDLG_NEWDICT
40 HelpId = HID_OPTIONS_DICT_NEW ;
43 Size = MAP_APPFONT ( 213 , 66 ) ;
45 /* ### ACHTUNG: Neuer Text in Resource? Benutzerwörterbuch anlegen : Benutzerw÷rterbuch anlegen */
46 /* ### ACHTUNG: Neuer Text in Resource? Benutzerwörterbuch anlegen : Benutzerw÷rterbuch anlegen */
47 Text [ en-US ] = "New Dictionary" ;
50 Pos = MAP_APPFONT ( 11 , 15 ) ;
51 Size = MAP_APPFONT ( 40 , 10 ) ;
52 Text [ en-US ] = "~Name" ;
58 Pos = MAP_APPFONT ( 55 , 14 ) ;
59 Size = MAP_APPFONT ( 90 , 12 ) ;
64 Pos = MAP_APPFONT ( 12 , 30 ) ;
65 Size = MAP_APPFONT ( 40 , 10 ) ;
66 Text [ en-US ] = "~Language" ;
72 Pos = MAP_APPFONT ( 55 , 30 ) ;
73 Size = MAP_APPFONT ( 90 , 66 ) ;
78 Pos = MAP_APPFONT ( 12 , 44 ) ;
79 Size = MAP_APPFONT ( 57 , 10 ) ;
80 Text [ en-US ] = "~Exception (-)" ;
84 Pos = MAP_APPFONT ( 6 , 3 ) ;
85 Size = MAP_APPFONT ( 145 , 8 ) ;
86 /* ### ACHTUNG: Neuer Text in Resource? Wörterbuch : W÷rterbuch */
87 /* ### ACHTUNG: Neuer Text in Resource? Wörterbuch : W÷rterbuch */
88 Text [ en-US ] = "Dictionary" ;
90 OKButton BTN_NEWDICT_OK
92 Pos = MAP_APPFONT ( 157 , 6 ) ;
93 Size = MAP_APPFONT ( 50 , 14 ) ;
97 CancelButton BTN_NEWDICT_ESC
99 Pos = MAP_APPFONT ( 157 , 23 ) ;
100 Size = MAP_APPFONT ( 50 , 14 ) ;
102 HelpButton BTN_NEWDICT_HLP
104 Pos = MAP_APPFONT ( 157 , 43 ) ;
105 Size = MAP_APPFONT ( 50 , 14 ) ;
109 // RID_SFXDLG_EDITDICT ---------------------------------------------------
110 ModalDialog RID_SFXDLG_EDITDICT
112 HelpId = HID_OPTIONS_DICT_EDIT ;
115 Size = MAP_APPFONT( 270, 161 );
117 /* ### ACHTUNG: Neuer Text in Resource? Benutzerwörterbuch bearbeiten : Benutzerw÷rterbuch bearbeiten */
118 /* ### ACHTUNG: Neuer Text in Resource? Benutzerwörterbuch bearbeiten : Benutzerw÷rterbuch bearbeiten */
119 Text [ en-US ] = "Edit Custom Dictionary" ;
124 Pos = MAP_APPFONT ( 12 , 10 ) ;
125 Size = MAP_APPFONT ( 86 , 10 ) ;
126 Text [ en-US ] = "~Book" ;
131 Pos = MAP_APPFONT ( 82 , 9 ) ;
132 Size = MAP_APPFONT ( 121 , 62 ) ;
135 FixedText FT_DICTLANG
137 Pos = MAP_APPFONT ( 12 , 26 ) ;
138 Size = MAP_APPFONT ( 86 , 10 ) ;
139 Text [ en-US ] = "~Language" ;
144 Pos = MAP_APPFONT ( 82 , 25 ) ;
145 Size = MAP_APPFONT ( 121 , 66 ) ;
149 FixedLine GB_EDITDICTS
151 Pos = MAP_APPFONT( 1, 1 );
152 Size = MAP_APPFONT( 268, 138 );
158 Pos = MAP_APPFONT ( 13 , 46 ) ;
159 Size = MAP_APPFONT ( 40 , 8 ) ;
160 Text [ en-US ] = "~Word";
164 Pos = MAP_APPFONT ( 12 , 56 ) ;
165 Size = MAP_APPFONT ( 71 , 12 ) ;
171 Pos = MAP_APPFONT ( 84 , 46 ) ;
172 Size = MAP_APPFONT ( 60 , 8 ) ;
173 Text [ en-US ] = "Replace ~By:";
178 Pos = MAP_APPFONT ( 83 , 56 ) ;
179 Size = MAP_APPFONT ( 120 , 12 ) ;
184 PushButton PB_NEW_REPLACE
186 Pos = MAP_APPFONT ( 209 , 56 ) ;
187 Size = MAP_APPFONT ( 55 , 12 ) ;
189 Text [ en-US ] = "~New" ;
191 PushButton PB_DELETE_REPLACE
193 Pos = MAP_APPFONT ( 209 , 71 ) ;
194 Size = MAP_APPFONT ( 55 , 12 ) ;
196 Text [ en-US ] = "~Delete" ;
200 HelpId = HID_OPTIONS_DICT_EDIT_ENTRIES_LIST;
201 Pos = MAP_APPFONT ( 12 , 71 ) ;
202 Size = MAP_APPFONT ( 191 , 58 ) ;
208 Text [ en-US ] = "~Replace" ;
213 HelpButton BTN_EDITHELP
215 Pos = MAP_APPFONT( 145, 143 );
216 Size = MAP_APPFONT( 55, 14 );
219 CancelButton BTN_EDITCLOSE
221 Pos = MAP_APPFONT ( 209 , 143 ) ;
222 Size = MAP_APPFONT ( 55 , 14 ) ;
224 /* ### ACHTUNG: Neuer Text in Resource? ~Schließen : ~Schlie˜en */
225 /* ### ACHTUNG: Neuer Text in Resource? ~Schließen : ~Schlie˜en */
226 Text [ en-US ] = "~Close" ;
230 // Strings ---------------------------------------------------------------
231 String RID_SVXSTR_OPT_DOUBLE_DICTS
233 Text [ en-US ] = "The specified name already exists.\nPlease enter a new name." ;
235 // RID_SFXQB_SET_LANGUAGE ------------------------------------------------
236 QueryBox RID_SFXQB_SET_LANGUAGE
238 Buttons = WB_YES_NO ;
239 DefButton = WB_DEF_NO ;
240 /* ### ACHTUNG: Neuer Text in Resource? Möchten Sie die Sprache des Wörterbuches '%1' ändern? : Möchten Sie die Sprache des Wörterbuches ''%1'' ändern? */
241 /* ### ACHTUNG: Neuer Text in Resource? Möchten Sie die Sprache des Wörterbuches '%1' ändern? : Möchten Sie die Sprache des Wörterbuches ''%1'' ändern? */
242 /* ### ACHTUNG: Neuer Text in Resource? Möchten Sie die Sprache des Wörterbuches '%1' ändern? : M÷chten Sie die Sprache des W÷rterbuches '%1' õndern? */
243 /* ### ACHTUNG: Neuer Text in Resource? Möchten Sie die Sprache des Wörterbuches '%1' ändern? : M÷chten Sie die Sprache des W÷rterbuches '%1' õndern? */
244 Message [ en-US ] = "Do you want to change the '%1' dictionary language?" ;
246 // ********************************************************************** EOF