Update ooo320-m1
[ooovba.git] / svx / source / options / optdict.src
blob0e52166591290a1c560e1ab8e302f99386c661cc
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: optdict.src,v $
10  * $Revision: 1.31 $
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  // include ---------------------------------------------------------------
31 #include <sfx2/sfx.hrc>
32 #include "helpid.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 ;
41     OutputSize = TRUE ;
42     SVLook = TRUE ;
43     Size = MAP_APPFONT ( 213 , 66 ) ;
44     Moveable = TRUE ;
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" ;
48     FixedText FT_DICTNAME
49     {
50         Pos = MAP_APPFONT ( 11 , 15 ) ;
51         Size = MAP_APPFONT ( 40 , 10 ) ;
52         Text [ en-US ] = "~Name" ;
53         LeftLabel = TRUE ;
54     };
55     Edit ED_DICTNAME
56     {
57         Border = TRUE ;
58         Pos = MAP_APPFONT ( 55 , 14 ) ;
59         Size = MAP_APPFONT ( 90 , 12 ) ;
60         MaxTextLength = 32 ;
61     };
62     FixedText FT_DICTLANG
63     {
64         Pos = MAP_APPFONT ( 12 , 30 ) ;
65         Size = MAP_APPFONT ( 40 , 10 ) ;
66         Text [ en-US ] = "~Language" ;
67         LeftLabel = TRUE ;
68     };
69     ListBox LB_DICTLANG
70     {
71         Border = TRUE ;
72         Pos = MAP_APPFONT ( 55 , 30 ) ;
73         Size = MAP_APPFONT ( 90 , 66 ) ;
74         DropDown = TRUE ;
75     };
76     CheckBox BTN_EXCEPT
77     {
78         Pos = MAP_APPFONT ( 12 , 44 ) ;
79         Size = MAP_APPFONT ( 57 , 10 ) ;
80         Text [ en-US ] = "~Exception (-)" ;
81     };
82     FixedLine GB_NEWDICT
83     {
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" ;
89     };
90     OKButton BTN_NEWDICT_OK
91     {
92         Pos = MAP_APPFONT ( 157 , 6 ) ;
93         Size = MAP_APPFONT ( 50 , 14 ) ;
94         Disable = TRUE ;
95         DefButton = TRUE ;
96     };
97     CancelButton BTN_NEWDICT_ESC
98     {
99         Pos = MAP_APPFONT ( 157 , 23 ) ;
100         Size = MAP_APPFONT ( 50 , 14 ) ;
101     };
102     HelpButton BTN_NEWDICT_HLP
103     {
104         Pos = MAP_APPFONT ( 157 , 43 ) ;
105         Size = MAP_APPFONT ( 50 , 14 ) ;
106     };
109  // RID_SFXDLG_EDITDICT ---------------------------------------------------
110 ModalDialog RID_SFXDLG_EDITDICT
112     HelpId = HID_OPTIONS_DICT_EDIT ;
113     OutputSize = TRUE ;
114     SVLook = TRUE ;
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" ;
121     Moveable = TRUE ;
122     FixedText FT_BOOK
123     {
124         Pos = MAP_APPFONT ( 12 , 10 ) ;
125         Size = MAP_APPFONT ( 86 , 10 ) ;
126         Text [ en-US ] = "~Book" ;
127     };
128     ListBox LB_ALLDICTS
129     {
130         Border = TRUE ;
131         Pos = MAP_APPFONT ( 82 , 9 ) ;
132         Size = MAP_APPFONT ( 121 , 62 ) ;
133         DropDown = TRUE ;
134     };
135     FixedText FT_DICTLANG
136     {
137         Pos = MAP_APPFONT ( 12 , 26 ) ;
138         Size = MAP_APPFONT ( 86 , 10 ) ;
139         Text [ en-US ] = "~Language" ;
140     };
141     ListBox LB_DICTLANG
142     {
143         Border = TRUE ;
144         Pos = MAP_APPFONT ( 82 , 25 ) ;
145         Size = MAP_APPFONT ( 121 , 66 ) ;
146         DropDown = TRUE ;
147     };
149     FixedLine GB_EDITDICTS
150     {
151         Pos = MAP_APPFONT( 1, 1 );
152         Size = MAP_APPFONT( 268, 138 );
153         Hide=TRUE;
154     };
156     FixedText FT_WORD
157     {
158         Pos = MAP_APPFONT ( 13 , 46 ) ;
159         Size = MAP_APPFONT ( 40 , 8 ) ;
160         Text [ en-US ] = "~Word";
161     };
162     Edit ED_WORD
163     {
164         Pos = MAP_APPFONT ( 12 , 56 ) ;
165         Size = MAP_APPFONT ( 71 , 12 ) ;
166         Border = TRUE ;
167         TabStop = TRUE ;
168     };
169     FixedText FT_REPLACE
170     {
171         Pos = MAP_APPFONT ( 84 , 46 ) ;
172         Size = MAP_APPFONT ( 60 , 8 ) ;
173         Text [ en-US ] = "Replace ~By:";
174     };
176     Edit ED_REPLACE
177     {
178         Pos = MAP_APPFONT ( 83 , 56 ) ;
179         Size = MAP_APPFONT ( 120 , 12 ) ;
180         Border = TRUE ;
181         TabStop = TRUE ;
182     };
184     PushButton PB_NEW_REPLACE
185     {
186         Pos = MAP_APPFONT ( 209 , 56 ) ;
187         Size = MAP_APPFONT ( 55 , 12 ) ;
188         TabStop = TRUE ;
189         Text [ en-US ] = "~New" ;
190     };
191     PushButton PB_DELETE_REPLACE
192     {
193         Pos = MAP_APPFONT ( 209 , 71 ) ;
194         Size = MAP_APPFONT ( 55 , 12 ) ;
195         TabStop = TRUE ;
196         Text [ en-US ] = "~Delete" ;
197     };
198     Control TLB_REPLACE
199     {
200         HelpId = HID_OPTIONS_DICT_EDIT_ENTRIES_LIST;
201         Pos = MAP_APPFONT ( 12 , 71 ) ;
202         Size = MAP_APPFONT ( 191 , 58 ) ;
203         Border = TRUE ;
204         TabStop = TRUE ;
205     };
206     String STR_MODIFY
207     {
208         Text [ en-US ] = "~Replace" ;
209     };
213     HelpButton BTN_EDITHELP
214     {
215         Pos = MAP_APPFONT( 145, 143 );
216         Size = MAP_APPFONT( 55, 14 );
217     };
219     CancelButton BTN_EDITCLOSE
220     {
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" ;
227     };
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