summaryrefslogtreecommitdiff
path: root/cui/source/options/optlingu.src
blob: d8f425207a8c3f324d2058ab6f44987b4601293c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#include "optlingu.hrc"
#include "helpid.hrc"

#include <svtools/controldims.hrc>
#include <sfx2/sfx.hrc>
#include <cuires.hrc>

// RID_SVXDLG_EDIT_MODULES ---------------------------------------------------

ModalDialog RID_SVXDLG_EDIT_MODULES
{
    HelpID = HID_EDIT_MODULES ;
    SVLook = TRUE ;
    Moveable = TRUE ;
    Size = MAP_APPFONT ( 240 , 197 ) ;
    Text [ en-US ] = "Edit Modules";

    FixedLine FL_EDIT_MODULES_OPTIONS
    {
        Pos = MAP_APPFONT ( RSC_SP_FLGR_INNERBORDER_LEFT , RSC_SP_FLGR_INNERBORDER_TOP ) ;
        Size = MAP_APPFONT ( 240 - 2*RSC_SP_FLGR_INNERBORDER_LEFT , RSC_CD_FIXEDLINE_HEIGHT ) ;
        Text [ en-US ] = "Options";
    };
    FixedText FT_EDIT_MODULES_LANGUAGE
    {
        Left = TRUE ;
        Pos = MAP_APPFONT ( 12 , 16 ) ;
        Size = MAP_APPFONT ( 68 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
        Text [ en-US ] = "Language";
    };
    ListBox LB_EDIT_MODULES_LANGUAGE
    {
        HelpID = "cui:ListBox:RID_SVXDLG_EDIT_MODULES:LB_EDIT_MODULES_LANGUAGE";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 83 , 14 ) ;
        Size = MAP_APPFONT ( 95 , 80 ) ;
        DropDown = TRUE ;
        Sort = TRUE ;
    };
    Control CLB_EDIT_MODULES_MODULES
    {
        Pos = MAP_APPFONT ( 12 , 32 ) ;
        Size = MAP_APPFONT ( 166 , 120 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
    };
    PushButton PB_EDIT_MODULES_PRIO_UP
    {
        HelpID = "cui:PushButton:RID_SVXDLG_EDIT_MODULES:PB_EDIT_MODULES_PRIO_UP";
        Pos = MAP_APPFONT ( 184 , 32 ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Move Up";
    };
    PushButton PB_EDIT_MODULES_PRIO_DOWN
    {
        HelpID = "cui:PushButton:RID_SVXDLG_EDIT_MODULES:PB_EDIT_MODULES_PRIO_DOWN";
        Pos = MAP_APPFONT ( 184 , 49 ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Move Down";
    };
    PushButton PB_EDIT_MODULES_PRIO_BACK
    {
        HelpID = "cui:PushButton:RID_SVXDLG_EDIT_MODULES:PB_EDIT_MODULES_PRIO_BACK";
        Pos = MAP_APPFONT ( 184 , 66 ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Back";
    };
    FixedText FT_EDIT_MODULES_NEWDICTSLINK
    {
        Left = TRUE ;
        Pos = MAP_APPFONT ( 12 , 155 ) ;
        Size = MAP_APPFONT ( 169 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
        Text [ en-US ] = "~Get more dictionaries online...";
    };
    FixedLine FL_EDIT_MODULES_BUTTONS
    {
        Pos = MAP_APPFONT ( 0 , 166 ) ;
        Size = MAP_APPFONT ( 240 , RSC_CD_FIXEDLINE_HEIGHT ) ;
    };
    HelpButton PB_HELP
    {
        Pos = MAP_APPFONT ( 12, 177 ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
    };
    OKButton PB_OK
    {
        Pos = MAP_APPFONT ( 184 , 177 ) ;
        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
        Text [ en-US ] = "Close";
    };

    String ST_SPELL
    {
        Text [ en-US ] = "Spelling";
    };
    String ST_HYPH
    {
        Text [ en-US ] = "Hyphenation";
    };
    String ST_THES
    {
        Text [ en-US ] = "Thesaurus";
    };
    String ST_GRAMMAR
    {
        Text [ en-US ] = "Grammar";
    };
};

// RID_SVXDLG_LNG_ED_NUM_PREBREAK -------------------------------------------

ModalDialog RID_SVXDLG_LNG_ED_NUM_PREBREAK
{
    HelpID = HID_LNGDLG_NUM_PREBREAK ;
    SVLook = TRUE ;
    Moveable = TRUE ;
    Size = MAP_APPFONT ( 155 , 43 ) ;
    Text [ en-US ] = "Hyphenation";
        FixedLine FL_NUMVAL_PREBREAK
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 87 , 8 ) ;
    };
    OKButton BT_OK_PREBREAK
    {
        Pos = MAP_APPFONT ( 99 , 6 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        DefButton = TRUE ;
    };
    CancelButton BT_CANCEL_PREBREAK
    {
        Pos = MAP_APPFONT ( 99 , 23 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
    };
    NumericField ED_PREBREAK
    {
        HelpID = "cui:NumericField:RID_SVXDLG_LNG_ED_NUM_PREBREAK:ED_PREBREAK";
        Border = TRUE ;
        Pos = MAP_APPFONT ( 56 , 14 ) ;
        Size = MAP_APPFONT ( 31 , 12 ) ;
        Left = TRUE ;
        Minimum = 2 ;
        Maximum = 9 ;
        Last = 9 ;
        Repeat = TRUE ;
        Spin = TRUE ;
        SpinSize = 1;
    };
    String STR_NUM_PRE_BREAK_DLG
    {
        Text [ en-US ] = "Characters before break";
    };
    String STR_NUM_POST_BREAK_DLG
    {
        Text [ en-US ] = "Characters after break";
    };
    String STR_NUM_MIN_WORDLEN_DLG
    {
        Text [ en-US ] = "Minimal word length";
    };
};

// RID_SFXPAGE_LINGU --------------------------------------------------------

TabPage RID_SFXPAGE_LINGU
{
    HelpId = HID_OPTIONS_LINGU ;
    SVLook = TRUE ;
    Hide = TRUE ;
    Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
    Text [ en-US ] = "Options";
    FixedLine FL_LINGUISTIC
    {
        Pos = MAP_APPFONT ( 6 , 3 ) ;
        Size = MAP_APPFONT ( 248 , 8 ) ;
        Text [ en-US ] = "Writing aids";
    };
    FixedText FT_LINGU_MODULES
    {
        Left = TRUE ;
        Pos = MAP_APPFONT ( 12 , 14 ) ;
        Size = MAP_APPFONT ( 175 , 8 ) ;
        Text [ en-US ] = "Available language modules";
    };
    Control CLB_LINGU_MODULES
    {
        Pos = MAP_APPFONT ( 12 , 25 ) ;
        Size = MAP_APPFONT ( 182 , 30 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
    };
    PushButton PB_LINGU_MODULES_EDIT
    {
        HelpID = "cui:PushButton:RID_SFXPAGE_LINGU:PB_LINGU_MODULES_EDIT";
        Pos = MAP_APPFONT ( 198 , 25 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Edit...";
    };
    FixedText FT_LINGU_DICS
    {
        Left = TRUE ;
        Pos = MAP_APPFONT ( 12 , 59 ) ;
        Size = MAP_APPFONT ( 175 , 8 ) ;
        Text [ en-US ] = "User-defined dictionaries";
    };
    Control CLB_LINGU_DICS
    {
        Pos = MAP_APPFONT ( 12 , 70 ) ;
        Size = MAP_APPFONT ( 182 , 48 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
    };
    PushButton PB_LINGU_DICS_NEW_DIC
    {
        HelpID = "cui:PushButton:RID_SFXPAGE_LINGU:PB_LINGU_DICS_NEW_DIC";
        Pos = MAP_APPFONT ( 198 , 70 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~New...";
    };
    PushButton PB_LINGU_DICS_EDIT_DIC
    {
        HelpID = "cui:PushButton:RID_SFXPAGE_LINGU:PB_LINGU_DICS_EDIT_DIC";
        Pos = MAP_APPFONT ( 198 , 87 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Ed~it...";
    };
    PushButton PB_LINGU_DICS_DEL_DIC
    {
        HelpID = "cui:PushButton:RID_SFXPAGE_LINGU:PB_LINGU_DICS_DEL_DIC";
        Pos = MAP_APPFONT ( 198 , 104 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "~Delete";
    };
    FixedText FT_LINGU_OPTIONS
    {
        Left = TRUE ;
        Pos = MAP_APPFONT ( 12 , 122 ) ;
        Size = MAP_APPFONT ( 175 , 8 ) ;
        Text [ en-US ] = "~Options";
    };
    Control CLB_LINGU_OPTIONS
    {
        Pos = MAP_APPFONT ( 12 , 133 ) ;
        Size = MAP_APPFONT ( 182 , 46 ) ;
        Border = TRUE ;
        TabStop = TRUE ;
    };
    PushButton PB_LINGU_OPTIONS_EDIT
    {
        HelpID = "cui:PushButton:RID_SFXPAGE_LINGU:PB_LINGU_OPTIONS_EDIT";
        Pos = MAP_APPFONT ( 198 , 133 ) ;
        Size = MAP_APPFONT ( 50 , 14 ) ;
        TabStop = TRUE ;
        Text [ en-US ] = "Edi~t...";
    };
    FixedText FT_LINGU_OPTIONS_MOREDICTS
    {
        Left = TRUE ;
        Hide = TRUE ;
        Pos = MAP_APPFONT ( 12 , 182 ) ;
        Size = MAP_APPFONT ( 182 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
        Text [ en-US ] = "~Get more dictionaries online...";
    };

    String STR_CAPITAL_WORDS
    {
        Text [ en-US ] = "Check uppercase words";
    };
    String STR_WORDS_WITH_DIGITS
    {
        Text [ en-US ] = "Check words with numbers ";
    };
    String STR_SPELL_SPECIAL
    {
        Text [ en-US ] = "Check special regions";
    };
    String STR_SPELL_AUTO
    {
        Text [ en-US ] = "Check spelling as you type";
    };
    String STR_GRAMMAR_AUTO
    {
        Text [ en-US ] = "Check grammar as you type";
    };
    String STR_NUM_MIN_WORDLEN
    {
        Text [ en-US ] = "Minimal number of characters for hyphenation: ";
    };
    String STR_NUM_PRE_BREAK
    {
        Text [ en-US ] = "Characters before line break: ";
    };
    String STR_NUM_POST_BREAK
    {
        Text [ en-US ] = "Characters after line break: ";
    };
    String STR_HYPH_AUTO
    {
        Text [ en-US ] = "Hyphenate without inquiry";
    };
    String STR_HYPH_SPECIAL
    {
        Text [ en-US ] = "Hyphenate special regions";
    };
    String STR_LINGU_MODULES_EDIT
    {
        Text [ en-US ] = "Edit Available language modules";
    };
    String STR_LINGU_DICS_EDIT_DIC
    {
        Text [ en-US ] = "Edit User-defined dictionaries";
    };
    String STR_LINGU_OPTIONS_EDIT
    {
        Text [ en-US ] = "Edit Options";
    };
};
// end: TabPage RID_SFXPAGE_LINGU

 // RID_SFXQB_DELDICT --------------------------------------------------------
QueryBox RID_SFXQB_DELDICT
{
    Buttons = WB_YES_NO ;
    DefButton = WB_DEF_NO ;
    Message [ en-US ] = "Do you want to delete the dictionary?" ;
};
 // ******************************************************************* EOF