optdict.src (0e2af6af) optdict.src (db2d270d)
1/**************************************************************
1/**************************************************************
2 *
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
22
20 *************************************************************/
21
22
23 // include ---------------------------------------------------------------
23
24// include ---------------------------------------------------------------
24#include <sfx2/sfx.hrc>
25#include "helpid.hrc"
26#include <cuires.hrc>
27#include "optdict.hrc"
25#include <sfx2/sfx.hrc>
26#include "helpid.hrc"
27#include <cuires.hrc>
28#include "optdict.hrc"
28 // pragma ----------------------------------------------------------------
29// pragma ----------------------------------------------------------------
29
30
30 // RID_SFXDLG_NEWDICT ----------------------------------------------------
31// RID_SFXDLG_NEWDICT ----------------------------------------------------
31ModalDialog RID_SFXDLG_NEWDICT
32{
33 HelpId = HID_OPTIONS_DICT_NEW ;
34 OutputSize = TRUE ;
35 SVLook = TRUE ;
32ModalDialog RID_SFXDLG_NEWDICT
33{
34 HelpId = HID_OPTIONS_DICT_NEW ;
35 OutputSize = TRUE ;
36 SVLook = TRUE ;
36 Size = MAP_APPFONT ( 213 , 66 ) ;
37 Size = MAP_APPFONT ( 213, 66 ) ;
37 Moveable = TRUE ;
38 Moveable = TRUE ;
38 /* ### ACHTUNG: Neuer Text in Resource? Benutzerw�rterbuch anlegen : Benutzerw�rterbuch anlegen */
39 /* ### ACHTUNG: Neuer Text in Resource? Benutzerw�rterbuch anlegen : Benutzerw�rterbuch anlegen */
40 Text [ en-US ] = "New Dictionary" ;
41 FixedText FT_DICTNAME
42 {
39 Text [ en-US ] = "New Dictionary" ;
40 FixedText FT_DICTNAME
41 {
43 Pos = MAP_APPFONT ( 11 , 15 ) ;
44 Size = MAP_APPFONT ( 40 , 10 ) ;
42 Pos = MAP_APPFONT ( 11, 15 ) ;
43 Size = MAP_APPFONT ( 40, 10 ) ;
45 Text [ en-US ] = "~Name" ;
46 LeftLabel = TRUE ;
47 };
48 Edit ED_DICTNAME
49 {
44 Text [ en-US ] = "~Name" ;
45 LeftLabel = TRUE ;
46 };
47 Edit ED_DICTNAME
48 {
50 HelpID = "cui:Edit:RID_SFXDLG_NEWDICT:ED_DICTNAME";
49 HelpID = "cui:Edit:RID_SFXDLG_NEWDICT:ED_DICTNAME" ;
51 Border = TRUE ;
50 Border = TRUE ;
52 Pos = MAP_APPFONT ( 55 , 14 ) ;
53 Size = MAP_APPFONT ( 90 , 12 ) ;
51 Pos = MAP_APPFONT ( 55, 14 ) ;
52 Size = MAP_APPFONT ( 90, 12 ) ;
54 MaxTextLength = 32 ;
55 };
56 FixedText FT_DICTLANG
57 {
53 MaxTextLength = 32 ;
54 };
55 FixedText FT_DICTLANG
56 {
58 Pos = MAP_APPFONT ( 12 , 30 ) ;
59 Size = MAP_APPFONT ( 40 , 10 ) ;
57 Pos = MAP_APPFONT ( 12, 30 ) ;
58 Size = MAP_APPFONT ( 40, 10 ) ;
60 Text [ en-US ] = "~Language" ;
61 LeftLabel = TRUE ;
62 };
63 ListBox LB_DICTLANG
64 {
59 Text [ en-US ] = "~Language" ;
60 LeftLabel = TRUE ;
61 };
62 ListBox LB_DICTLANG
63 {
65 HelpID = "cui:ListBox:RID_SFXDLG_NEWDICT:LB_DICTLANG";
64 HelpID = "cui:ListBox:RID_SFXDLG_NEWDICT:LB_DICTLANG" ;
66 Border = TRUE ;
65 Border = TRUE ;
67 Pos = MAP_APPFONT ( 55 , 30 ) ;
68 Size = MAP_APPFONT ( 90 , 66 ) ;
66 Pos = MAP_APPFONT ( 55, 30 ) ;
67 Size = MAP_APPFONT ( 90, 66 ) ;
69 DropDown = TRUE ;
70 };
71 CheckBox BTN_EXCEPT
72 {
68 DropDown = TRUE ;
69 };
70 CheckBox BTN_EXCEPT
71 {
73 HelpID = "cui:CheckBox:RID_SFXDLG_NEWDICT:BTN_EXCEPT";
74 Pos = MAP_APPFONT ( 12 , 44 ) ;
75 Size = MAP_APPFONT ( 57 , 10 ) ;
72 HelpID = "cui:CheckBox:RID_SFXDLG_NEWDICT:BTN_EXCEPT" ;
73 Pos = MAP_APPFONT ( 12, 44 ) ;
74 Size = MAP_APPFONT ( 57, 10 ) ;
76 Text [ en-US ] = "~Exception (-)" ;
77 };
75 Text [ en-US ] = "~Exception (-)" ;
76 };
78 FixedLine GB_NEWDICT
77 FixedLine GB_NEWDICT
79 {
78 {
80 Pos = MAP_APPFONT ( 6 , 3 ) ;
81 Size = MAP_APPFONT ( 145 , 8 ) ;
82 /* ### ACHTUNG: Neuer Text in Resource? W�rterbuch : W�rterbuch */
83 /* ### ACHTUNG: Neuer Text in Resource? W�rterbuch : W�rterbuch */
79 Pos = MAP_APPFONT ( 6, 3 ) ;
80 Size = MAP_APPFONT ( 145, 8 ) ;
84 Text [ en-US ] = "Dictionary" ;
85 };
86 OKButton BTN_NEWDICT_OK
87 {
81 Text [ en-US ] = "Dictionary" ;
82 };
83 OKButton BTN_NEWDICT_OK
84 {
88 Pos = MAP_APPFONT ( 157 , 6 ) ;
89 Size = MAP_APPFONT ( 50 , 14 ) ;
85 Pos = MAP_APPFONT ( 157, 6 ) ;
86 Size = MAP_APPFONT ( 50, 14 ) ;
90 Disable = TRUE ;
91 DefButton = TRUE ;
92 };
93 CancelButton BTN_NEWDICT_ESC
94 {
87 Disable = TRUE ;
88 DefButton = TRUE ;
89 };
90 CancelButton BTN_NEWDICT_ESC
91 {
95 Pos = MAP_APPFONT ( 157 , 23 ) ;
96 Size = MAP_APPFONT ( 50 , 14 ) ;
92 Pos = MAP_APPFONT ( 157, 23 ) ;
93 Size = MAP_APPFONT ( 50, 14 ) ;
97 };
98 HelpButton BTN_NEWDICT_HLP
99 {
94 };
95 HelpButton BTN_NEWDICT_HLP
96 {
100 Pos = MAP_APPFONT ( 157 , 43 ) ;
101 Size = MAP_APPFONT ( 50 , 14 ) ;
97 Pos = MAP_APPFONT ( 157, 43 ) ;
98 Size = MAP_APPFONT ( 50, 14 ) ;
102 };
103};
104
99 };
100};
101
105 // RID_SFXDLG_EDITDICT ---------------------------------------------------
102// RID_SFXDLG_EDITDICT ---------------------------------------------------
106ModalDialog RID_SFXDLG_EDITDICT
107{
108 HelpId = HID_OPTIONS_DICT_EDIT ;
109 OutputSize = TRUE ;
110 SVLook = TRUE ;
103ModalDialog RID_SFXDLG_EDITDICT
104{
105 HelpId = HID_OPTIONS_DICT_EDIT ;
106 OutputSize = TRUE ;
107 SVLook = TRUE ;
111 Size = MAP_APPFONT( 270, 161 );
112
113 /* ### ACHTUNG: Neuer Text in Resource? Benutzerw�rterbuch bearbeiten : Benutzerw�rterbuch bearbeiten */
114 /* ### ACHTUNG: Neuer Text in Resource? Benutzerw�rterbuch bearbeiten : Benutzerw�rterbuch bearbeiten */
108 Size = MAP_APPFONT ( 270, 161 ) ;
115 Text [ en-US ] = "Edit Custom Dictionary" ;
116
117 Moveable = TRUE ;
118 FixedText FT_BOOK
119 {
109 Text [ en-US ] = "Edit Custom Dictionary" ;
110
111 Moveable = TRUE ;
112 FixedText FT_BOOK
113 {
120 Pos = MAP_APPFONT ( 12 , 10 ) ;
121 Size = MAP_APPFONT ( 86 , 10 ) ;
114 Pos = MAP_APPFONT ( 12, 10 ) ;
115 Size = MAP_APPFONT ( 86, 10 ) ;
122 Text [ en-US ] = "~Book" ;
123 };
124 ListBox LB_ALLDICTS
125 {
116 Text [ en-US ] = "~Book" ;
117 };
118 ListBox LB_ALLDICTS
119 {
126 HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_ALLDICTS";
120 HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_ALLDICTS" ;
127 Border = TRUE ;
121 Border = TRUE ;
128 Pos = MAP_APPFONT ( 82 , 9 ) ;
129 Size = MAP_APPFONT ( 121 , 62 ) ;
122 Pos = MAP_APPFONT ( 82, 9 ) ;
123 Size = MAP_APPFONT ( 121, 62 ) ;
130 DropDown = TRUE ;
131 };
132 FixedText FT_DICTLANG
133 {
124 DropDown = TRUE ;
125 };
126 FixedText FT_DICTLANG
127 {
134 Pos = MAP_APPFONT ( 12 , 26 ) ;
135 Size = MAP_APPFONT ( 86 , 10 ) ;
128 Pos = MAP_APPFONT ( 12, 26 ) ;
129 Size = MAP_APPFONT ( 86, 10 ) ;
136 Text [ en-US ] = "~Language" ;
137 };
138 ListBox LB_DICTLANG
139 {
130 Text [ en-US ] = "~Language" ;
131 };
132 ListBox LB_DICTLANG
133 {
140 HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_DICTLANG";
134 HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_DICTLANG" ;
141 Border = TRUE ;
135 Border = TRUE ;
142 Pos = MAP_APPFONT ( 82 , 25 ) ;
143 Size = MAP_APPFONT ( 121 , 66 ) ;
136 Pos = MAP_APPFONT ( 82, 25 ) ;
137 Size = MAP_APPFONT ( 121, 66 ) ;
144 DropDown = TRUE ;
145 };
146
138 DropDown = TRUE ;
139 };
140
147 FixedLine GB_EDITDICTS
141 FixedLine GB_EDITDICTS
148 {
142 {
149 Pos = MAP_APPFONT( 1, 1 );
150 Size = MAP_APPFONT( 268, 138 );
151 Hide=TRUE;
143 Pos = MAP_APPFONT ( 1, 1 ) ;
144 Size = MAP_APPFONT ( 268, 138 ) ;
145 Hide = TRUE ;
152 };
153
154 FixedText FT_WORD
155 {
146 };
147
148 FixedText FT_WORD
149 {
156 Pos = MAP_APPFONT ( 13 , 46 ) ;
157 Size = MAP_APPFONT ( 40 , 8 ) ;
158 Text [ en-US ] = "~Word";
150 Pos = MAP_APPFONT ( 13, 46 ) ;
151 Size = MAP_APPFONT ( 40, 8 ) ;
152 Text [ en-US ] = "~Word" ;
159 };
160 Edit ED_WORD
161 {
153 };
154 Edit ED_WORD
155 {
162 HelpID = "cui:Edit:RID_SFXDLG_EDITDICT:ED_WORD";
163 Pos = MAP_APPFONT ( 12 , 56 ) ;
164 Size = MAP_APPFONT ( 71 , 12 ) ;
156 HelpID = "cui:Edit:RID_SFXDLG_EDITDICT:ED_WORD" ;
157 Pos = MAP_APPFONT ( 12, 56 ) ;
158 Size = MAP_APPFONT ( 71, 12 ) ;
165 Border = TRUE ;
166 TabStop = TRUE ;
167 };
168 FixedText FT_REPLACE
169 {
159 Border = TRUE ;
160 TabStop = TRUE ;
161 };
162 FixedText FT_REPLACE
163 {
170 Pos = MAP_APPFONT ( 84 , 46 ) ;
171 Size = MAP_APPFONT ( 60 , 8 ) ;
172 Text [ en-US ] = "Replace ~By:";
164 Pos = MAP_APPFONT ( 84, 46 ) ;
165 Size = MAP_APPFONT ( 60, 8 ) ;
166 Text [ en-US ] = "Replace ~By:" ;
173 };
174
175 Edit ED_REPLACE
176 {
167 };
168
169 Edit ED_REPLACE
170 {
177 HelpID = "cui:Edit:RID_SFXDLG_EDITDICT:ED_REPLACE";
178 Pos = MAP_APPFONT ( 83 , 56 ) ;
179 Size = MAP_APPFONT ( 120 , 12 ) ;
171 HelpID = "cui:Edit:RID_SFXDLG_EDITDICT:ED_REPLACE" ;
172 Pos = MAP_APPFONT ( 83, 56 ) ;
173 Size = MAP_APPFONT ( 120, 12 ) ;
180 Border = TRUE ;
181 TabStop = TRUE ;
182 };
183
184 PushButton PB_NEW_REPLACE
185 {
174 Border = TRUE ;
175 TabStop = TRUE ;
176 };
177
178 PushButton PB_NEW_REPLACE
179 {
186 HelpID = "cui:PushButton:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE";
187 Pos = MAP_APPFONT ( 209 , 56 ) ;
188 Size = MAP_APPFONT ( 55 , 12 ) ;
180 HelpID = "cui:PushButton:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE" ;
181 Pos = MAP_APPFONT ( 209, 56 ) ;
182 Size = MAP_APPFONT ( 55, 12 ) ;
189 TabStop = TRUE ;
190 Text [ en-US ] = "~New" ;
191 };
192 PushButton PB_DELETE_REPLACE
193 {
183 TabStop = TRUE ;
184 Text [ en-US ] = "~New" ;
185 };
186 PushButton PB_DELETE_REPLACE
187 {
194 HelpID = "cui:PushButton:RID_SFXDLG_EDITDICT:PB_DELETE_REPLACE";
195 Pos = MAP_APPFONT ( 209 , 71 ) ;
196 Size = MAP_APPFONT ( 55 , 12 ) ;
188 HelpID = "cui:PushButton:RID_SFXDLG_EDITDICT:PB_DELETE_REPLACE" ;
189 Pos = MAP_APPFONT ( 209, 71 ) ;
190 Size = MAP_APPFONT ( 55, 12 ) ;
197 TabStop = TRUE ;
198 Text [ en-US ] = "~Delete" ;
199 };
200 Control TLB_REPLACE
201 {
191 TabStop = TRUE ;
192 Text [ en-US ] = "~Delete" ;
193 };
194 Control TLB_REPLACE
195 {
202 HelpId = HID_OPTIONS_DICT_EDIT_ENTRIES_LIST;
203 Pos = MAP_APPFONT ( 12 , 71 ) ;
204 Size = MAP_APPFONT ( 191 , 58 ) ;
196 HelpId = HID_OPTIONS_DICT_EDIT_ENTRIES_LIST ;
197 Pos = MAP_APPFONT ( 12, 71 ) ;
198 Size = MAP_APPFONT ( 191, 58 ) ;
205 Border = TRUE ;
206 TabStop = TRUE ;
207 };
208 String STR_MODIFY
209 {
210 Text [ en-US ] = "~Replace" ;
211 };
212
213
199 Border = TRUE ;
200 TabStop = TRUE ;
201 };
202 String STR_MODIFY
203 {
204 Text [ en-US ] = "~Replace" ;
205 };
206
207
214
215 HelpButton BTN_EDITHELP
216 {
208 HelpButton BTN_EDITHELP
209 {
217 Pos = MAP_APPFONT( 145, 143 );
218 Size = MAP_APPFONT( 55, 14 );
210 Pos = MAP_APPFONT ( 145, 143 ) ;
211 Size = MAP_APPFONT ( 55, 14 ) ;
219 };
220
221 CancelButton BTN_EDITCLOSE
222 {
212 };
213
214 CancelButton BTN_EDITCLOSE
215 {
223 Pos = MAP_APPFONT ( 209 , 143 ) ;
224 Size = MAP_APPFONT ( 55 , 14 ) ;
225
226 /* ### ACHTUNG: Neuer Text in Resource? ~Schlie�en : ~Schlie�en */
227 /* ### ACHTUNG: Neuer Text in Resource? ~Schlie�en : ~Schlie�en */
216 Pos = MAP_APPFONT ( 209, 143 ) ;
217 Size = MAP_APPFONT ( 55, 14 ) ;
228 Text [ en-US ] = "~Close" ;
229 };
230};
231
218 Text [ en-US ] = "~Close" ;
219 };
220};
221
232 // Strings ---------------------------------------------------------------
222// Strings ---------------------------------------------------------------
233String RID_SVXSTR_OPT_DOUBLE_DICTS
234{
235 Text [ en-US ] = "The specified name already exists.\nPlease enter a new name." ;
236};
223String RID_SVXSTR_OPT_DOUBLE_DICTS
224{
225 Text [ en-US ] = "The specified name already exists.\nPlease enter a new name." ;
226};
237 // RID_SFXQB_SET_LANGUAGE ------------------------------------------------
227// RID_SFXQB_SET_LANGUAGE ------------------------------------------------
238QueryBox RID_SFXQB_SET_LANGUAGE
239{
240 Buttons = WB_YES_NO ;
241 DefButton = WB_DEF_NO ;
228QueryBox RID_SFXQB_SET_LANGUAGE
229{
230 Buttons = WB_YES_NO ;
231 DefButton = WB_DEF_NO ;
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 /* ### 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? */
245 /* ### 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? */
246 Message [ en-US ] = "Do you want to change the '%1' dictionary language?" ;
247};
232 Message [ en-US ] = "Do you want to change the '%1' dictionary language?" ;
233};
248 // ********************************************************************** EOF
249
234
250
251
252
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
235// ********************************************************************** EOF