xref: /AOO41X/main/cui/source/options/optdict.src (revision 8809db7a87f97847b57a57f4cd2b0104b2b83182)
1/**************************************************************
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
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
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.
19 *
20 *************************************************************/
21
22
23 // include ---------------------------------------------------------------
24#include <sfx2/sfx.hrc>
25#include "helpid.hrc"
26#include <cuires.hrc>
27#include "optdict.hrc"
28 // pragma ----------------------------------------------------------------
29
30 // RID_SFXDLG_NEWDICT ----------------------------------------------------
31ModalDialog RID_SFXDLG_NEWDICT
32{
33    HelpId = HID_OPTIONS_DICT_NEW ;
34    OutputSize = TRUE ;
35    SVLook = TRUE ;
36    Size = MAP_APPFONT ( 213 , 66 ) ;
37    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    {
43        Pos = MAP_APPFONT ( 11 , 15 ) ;
44        Size = MAP_APPFONT ( 40 , 10 ) ;
45        Text [ en-US ] = "~Name" ;
46        LeftLabel = TRUE ;
47    };
48    Edit ED_DICTNAME
49    {
50        HelpID = "cui:Edit:RID_SFXDLG_NEWDICT:ED_DICTNAME";
51        Border = TRUE ;
52        Pos = MAP_APPFONT ( 55 , 14 ) ;
53        Size = MAP_APPFONT ( 90 , 12 ) ;
54        MaxTextLength = 32 ;
55    };
56    FixedText FT_DICTLANG
57    {
58        Pos = MAP_APPFONT ( 12 , 30 ) ;
59        Size = MAP_APPFONT ( 40 , 10 ) ;
60        Text [ en-US ] = "~Language" ;
61        LeftLabel = TRUE ;
62    };
63    ListBox LB_DICTLANG
64    {
65        HelpID = "cui:ListBox:RID_SFXDLG_NEWDICT:LB_DICTLANG";
66        Border = TRUE ;
67        Pos = MAP_APPFONT ( 55 , 30 ) ;
68        Size = MAP_APPFONT ( 90 , 66 ) ;
69        DropDown = TRUE ;
70    };
71    CheckBox BTN_EXCEPT
72    {
73        HelpID = "cui:CheckBox:RID_SFXDLG_NEWDICT:BTN_EXCEPT";
74        Pos = MAP_APPFONT ( 12 , 44 ) ;
75        Size = MAP_APPFONT ( 57 , 10 ) ;
76        Text [ en-US ] = "~Exception (-)" ;
77    };
78    FixedLine GB_NEWDICT
79    {
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 */
84        Text [ en-US ] = "Dictionary" ;
85    };
86    OKButton BTN_NEWDICT_OK
87    {
88        Pos = MAP_APPFONT ( 157 , 6 ) ;
89        Size = MAP_APPFONT ( 50 , 14 ) ;
90        Disable = TRUE ;
91        DefButton = TRUE ;
92    };
93    CancelButton BTN_NEWDICT_ESC
94    {
95        Pos = MAP_APPFONT ( 157 , 23 ) ;
96        Size = MAP_APPFONT ( 50 , 14 ) ;
97    };
98    HelpButton BTN_NEWDICT_HLP
99    {
100        Pos = MAP_APPFONT ( 157 , 43 ) ;
101        Size = MAP_APPFONT ( 50 , 14 ) ;
102    };
103};
104
105 // RID_SFXDLG_EDITDICT ---------------------------------------------------
106ModalDialog RID_SFXDLG_EDITDICT
107{
108    HelpId = HID_OPTIONS_DICT_EDIT ;
109    OutputSize = TRUE ;
110    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 */
115    Text [ en-US ] = "Edit Custom Dictionary" ;
116
117    Moveable = TRUE ;
118    FixedText FT_BOOK
119    {
120        Pos = MAP_APPFONT ( 12 , 10 ) ;
121        Size = MAP_APPFONT ( 86 , 10 ) ;
122        Text [ en-US ] = "~Book" ;
123    };
124    ListBox LB_ALLDICTS
125    {
126        HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_ALLDICTS";
127        Border = TRUE ;
128        Pos = MAP_APPFONT ( 82 , 9 ) ;
129        Size = MAP_APPFONT ( 121 , 62 ) ;
130        DropDown = TRUE ;
131    };
132    FixedText FT_DICTLANG
133    {
134        Pos = MAP_APPFONT ( 12 , 26 ) ;
135        Size = MAP_APPFONT ( 86 , 10 ) ;
136        Text [ en-US ] = "~Language" ;
137    };
138    ListBox LB_DICTLANG
139    {
140        HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_DICTLANG";
141        Border = TRUE ;
142        Pos = MAP_APPFONT ( 82 , 25 ) ;
143        Size = MAP_APPFONT ( 121 , 66 ) ;
144        DropDown = TRUE ;
145    };
146
147    FixedLine GB_EDITDICTS
148    {
149        Pos = MAP_APPFONT( 1, 1 );
150        Size = MAP_APPFONT( 268, 138 );
151        Hide=TRUE;
152    };
153
154    FixedText FT_WORD
155    {
156        Pos = MAP_APPFONT ( 13 , 46 ) ;
157        Size = MAP_APPFONT ( 40 , 8 ) ;
158        Text [ en-US ] = "~Word";
159    };
160    Edit ED_WORD
161    {
162        HelpID = "cui:Edit:RID_SFXDLG_EDITDICT:ED_WORD";
163        Pos = MAP_APPFONT ( 12 , 56 ) ;
164        Size = MAP_APPFONT ( 71 , 12 ) ;
165        Border = TRUE ;
166        TabStop = TRUE ;
167    };
168    FixedText FT_REPLACE
169    {
170        Pos = MAP_APPFONT ( 84 , 46 ) ;
171        Size = MAP_APPFONT ( 60 , 8 ) ;
172        Text [ en-US ] = "Replace ~By:";
173    };
174
175    Edit ED_REPLACE
176    {
177        HelpID = "cui:Edit:RID_SFXDLG_EDITDICT:ED_REPLACE";
178        Pos = MAP_APPFONT ( 83 , 56 ) ;
179        Size = MAP_APPFONT ( 120 , 12 ) ;
180        Border = TRUE ;
181        TabStop = TRUE ;
182    };
183
184    PushButton PB_NEW_REPLACE
185    {
186        HelpID = "cui:PushButton:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE";
187        Pos = MAP_APPFONT ( 209 , 56 ) ;
188        Size = MAP_APPFONT ( 55 , 12 ) ;
189        TabStop = TRUE ;
190        Text [ en-US ] = "~New" ;
191    };
192    PushButton PB_DELETE_REPLACE
193    {
194        HelpID = "cui:PushButton:RID_SFXDLG_EDITDICT:PB_DELETE_REPLACE";
195        Pos = MAP_APPFONT ( 209 , 71 ) ;
196        Size = MAP_APPFONT ( 55 , 12 ) ;
197        TabStop = TRUE ;
198        Text [ en-US ] = "~Delete" ;
199    };
200    Control TLB_REPLACE
201    {
202        HelpId = HID_OPTIONS_DICT_EDIT_ENTRIES_LIST;
203        Pos = MAP_APPFONT ( 12 , 71 ) ;
204        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
214
215    HelpButton BTN_EDITHELP
216    {
217        Pos = MAP_APPFONT( 145, 143 );
218        Size = MAP_APPFONT( 55, 14 );
219    };
220
221    CancelButton BTN_EDITCLOSE
222    {
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 */
228        Text [ en-US ] = "~Close" ;
229    };
230};
231
232 // Strings ---------------------------------------------------------------
233String RID_SVXSTR_OPT_DOUBLE_DICTS
234{
235    Text [ en-US ] = "The specified name already exists.\nPlease enter a new name." ;
236};
237 // RID_SFXQB_SET_LANGUAGE ------------------------------------------------
238QueryBox RID_SFXQB_SET_LANGUAGE
239{
240    Buttons = WB_YES_NO ;
241    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};
248 // ********************************************************************** EOF
249
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
285