xref: /aoo42x/main/cui/source/options/optdict.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27 // include ---------------------------------------------------------------
28#include <sfx2/sfx.hrc>
29#include "helpid.hrc"
30#include <cuires.hrc>
31#include "optdict.hrc"
32 // pragma ----------------------------------------------------------------
33
34 // RID_SFXDLG_NEWDICT ----------------------------------------------------
35ModalDialog RID_SFXDLG_NEWDICT
36{
37	HelpId = HID_OPTIONS_DICT_NEW ;
38	OutputSize = TRUE ;
39	SVLook = TRUE ;
40	Size = MAP_APPFONT ( 213 , 66 ) ;
41	Moveable = TRUE ;
42	/* ### ACHTUNG: Neuer Text in Resource? Benutzerw�rterbuch anlegen : Benutzerw�rterbuch anlegen */
43	/* ### ACHTUNG: Neuer Text in Resource? Benutzerw�rterbuch anlegen : Benutzerw�rterbuch anlegen */
44	Text [ en-US ] = "New Dictionary" ;
45	FixedText FT_DICTNAME
46	{
47		Pos = MAP_APPFONT ( 11 , 15 ) ;
48		Size = MAP_APPFONT ( 40 , 10 ) ;
49		Text [ en-US ] = "~Name" ;
50		LeftLabel = TRUE ;
51	};
52	Edit ED_DICTNAME
53	{
54	    HelpID = "cui:Edit:RID_SFXDLG_NEWDICT:ED_DICTNAME";
55		Border = TRUE ;
56		Pos = MAP_APPFONT ( 55 , 14 ) ;
57		Size = MAP_APPFONT ( 90 , 12 ) ;
58		MaxTextLength = 32 ;
59	};
60	FixedText FT_DICTLANG
61	{
62		Pos = MAP_APPFONT ( 12 , 30 ) ;
63		Size = MAP_APPFONT ( 40 , 10 ) ;
64		Text [ en-US ] = "~Language" ;
65		LeftLabel = TRUE ;
66	};
67	ListBox LB_DICTLANG
68	{
69	    HelpID = "cui:ListBox:RID_SFXDLG_NEWDICT:LB_DICTLANG";
70		Border = TRUE ;
71		Pos = MAP_APPFONT ( 55 , 30 ) ;
72		Size = MAP_APPFONT ( 90 , 66 ) ;
73		DropDown = TRUE ;
74	};
75	CheckBox BTN_EXCEPT
76	{
77	    HelpID = "cui:CheckBox:RID_SFXDLG_NEWDICT:BTN_EXCEPT";
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	};
107};
108
109 // RID_SFXDLG_EDITDICT ---------------------------------------------------
110ModalDialog RID_SFXDLG_EDITDICT
111{
112	HelpId = HID_OPTIONS_DICT_EDIT ;
113	OutputSize = TRUE ;
114	SVLook = TRUE ;
115	Size = MAP_APPFONT( 270, 161 );
116
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" ;
120
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	    HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_ALLDICTS";
131		Border = TRUE ;
132		Pos = MAP_APPFONT ( 82 , 9 ) ;
133		Size = MAP_APPFONT ( 121 , 62 ) ;
134		DropDown = TRUE ;
135	};
136	FixedText FT_DICTLANG
137	{
138		Pos = MAP_APPFONT ( 12 , 26 ) ;
139		Size = MAP_APPFONT ( 86 , 10 ) ;
140		Text [ en-US ] = "~Language" ;
141	};
142	ListBox LB_DICTLANG
143	{
144	    HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_DICTLANG";
145		Border = TRUE ;
146		Pos = MAP_APPFONT ( 82 , 25 ) ;
147		Size = MAP_APPFONT ( 121 , 66 ) ;
148		DropDown = TRUE ;
149	};
150
151    FixedLine GB_EDITDICTS
152	{
153		Pos = MAP_APPFONT( 1, 1 );
154		Size = MAP_APPFONT( 268, 138 );
155		Hide=TRUE;
156	};
157
158	FixedText FT_WORD
159	{
160		Pos = MAP_APPFONT ( 13 , 46 ) ;
161		Size = MAP_APPFONT ( 40 , 8 ) ;
162		Text [ en-US ] = "~Word";
163	};
164	Edit ED_WORD
165	{
166	    HelpID = "cui:Edit:RID_SFXDLG_EDITDICT:ED_WORD";
167		Pos = MAP_APPFONT ( 12 , 56 ) ;
168		Size = MAP_APPFONT ( 71 , 12 ) ;
169		Border = TRUE ;
170		TabStop = TRUE ;
171	};
172	FixedText FT_REPLACE
173	{
174		Pos = MAP_APPFONT ( 84 , 46 ) ;
175		Size = MAP_APPFONT ( 60 , 8 ) ;
176		Text [ en-US ] = "Replace ~By:";
177	};
178
179	Edit ED_REPLACE
180	{
181	    HelpID = "cui:Edit:RID_SFXDLG_EDITDICT:ED_REPLACE";
182		Pos = MAP_APPFONT ( 83 , 56 ) ;
183		Size = MAP_APPFONT ( 120 , 12 ) ;
184		Border = TRUE ;
185		TabStop = TRUE ;
186	};
187
188	PushButton PB_NEW_REPLACE
189	{
190	    HelpID = "cui:PushButton:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE";
191		Pos = MAP_APPFONT ( 209 , 56 ) ;
192		Size = MAP_APPFONT ( 55 , 12 ) ;
193		TabStop = TRUE ;
194		Text [ en-US ] = "~New" ;
195	};
196	PushButton PB_DELETE_REPLACE
197	{
198	    HelpID = "cui:PushButton:RID_SFXDLG_EDITDICT:PB_DELETE_REPLACE";
199		Pos = MAP_APPFONT ( 209 , 71 ) ;
200		Size = MAP_APPFONT ( 55 , 12 ) ;
201		TabStop = TRUE ;
202		Text [ en-US ] = "~Delete" ;
203	};
204	Control TLB_REPLACE
205	{
206        HelpId = HID_OPTIONS_DICT_EDIT_ENTRIES_LIST;
207		Pos = MAP_APPFONT ( 12 , 71 ) ;
208		Size = MAP_APPFONT ( 191 , 58 ) ;
209		Border = TRUE ;
210		TabStop = TRUE ;
211	};
212	String STR_MODIFY
213	{
214		Text [ en-US ] = "~Replace" ;
215	};
216
217
218
219	HelpButton BTN_EDITHELP
220	{
221		Pos = MAP_APPFONT( 145, 143 );
222		Size = MAP_APPFONT( 55, 14 );
223	};
224
225	CancelButton BTN_EDITCLOSE
226	{
227		Pos = MAP_APPFONT ( 209 , 143 ) ;
228		Size = MAP_APPFONT ( 55 , 14 ) ;
229
230		/* ### ACHTUNG: Neuer Text in Resource? ~Schlie�en : ~Schlie�en */
231		/* ### ACHTUNG: Neuer Text in Resource? ~Schlie�en : ~Schlie�en */
232		Text [ en-US ] = "~Close" ;
233	};
234};
235
236 // Strings ---------------------------------------------------------------
237String RID_SVXSTR_OPT_DOUBLE_DICTS
238{
239	Text [ en-US ] = "The specified name already exists.\nPlease enter a new name." ;
240};
241 // RID_SFXQB_SET_LANGUAGE ------------------------------------------------
242QueryBox RID_SFXQB_SET_LANGUAGE
243{
244	Buttons = WB_YES_NO ;
245	DefButton = WB_DEF_NO ;
246	/* ### 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? */
247	/* ### 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? */
248	/* ### 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? */
249	/* ### 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? */
250	Message [ en-US ] = "Do you want to change the '%1' dictionary language?" ;
251};
252 // ********************************************************************** EOF
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289