Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optlingu.src
blobd8f425207a8c3f324d2058ab6f44987b4601293c
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "optlingu.hrc"
20 #include "helpid.hrc"
22 #include <svtools/controldims.hrc>
23 #include <sfx2/sfx.hrc>
24 #include <cuires.hrc>
26 // RID_SVXDLG_EDIT_MODULES ---------------------------------------------------
28 ModalDialog RID_SVXDLG_EDIT_MODULES
30     HelpID = HID_EDIT_MODULES ;
31     SVLook = TRUE ;
32     Moveable = TRUE ;
33     Size = MAP_APPFONT ( 240 , 197 ) ;
34     Text [ en-US ] = "Edit Modules";
36     FixedLine FL_EDIT_MODULES_OPTIONS
37     {
38         Pos = MAP_APPFONT ( RSC_SP_FLGR_INNERBORDER_LEFT , RSC_SP_FLGR_INNERBORDER_TOP ) ;
39         Size = MAP_APPFONT ( 240 - 2*RSC_SP_FLGR_INNERBORDER_LEFT , RSC_CD_FIXEDLINE_HEIGHT ) ;
40         Text [ en-US ] = "Options";
41     };
42     FixedText FT_EDIT_MODULES_LANGUAGE
43     {
44         Left = TRUE ;
45         Pos = MAP_APPFONT ( 12 , 16 ) ;
46         Size = MAP_APPFONT ( 68 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
47         Text [ en-US ] = "Language";
48     };
49     ListBox LB_EDIT_MODULES_LANGUAGE
50     {
51         HelpID = "cui:ListBox:RID_SVXDLG_EDIT_MODULES:LB_EDIT_MODULES_LANGUAGE";
52         Border = TRUE ;
53         Pos = MAP_APPFONT ( 83 , 14 ) ;
54         Size = MAP_APPFONT ( 95 , 80 ) ;
55         DropDown = TRUE ;
56         Sort = TRUE ;
57     };
58     Control CLB_EDIT_MODULES_MODULES
59     {
60         Pos = MAP_APPFONT ( 12 , 32 ) ;
61         Size = MAP_APPFONT ( 166 , 120 ) ;
62         Border = TRUE ;
63         TabStop = TRUE ;
64     };
65     PushButton PB_EDIT_MODULES_PRIO_UP
66     {
67         HelpID = "cui:PushButton:RID_SVXDLG_EDIT_MODULES:PB_EDIT_MODULES_PRIO_UP";
68         Pos = MAP_APPFONT ( 184 , 32 ) ;
69         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
70         TabStop = TRUE ;
71         Text [ en-US ] = "Move Up";
72     };
73     PushButton PB_EDIT_MODULES_PRIO_DOWN
74     {
75         HelpID = "cui:PushButton:RID_SVXDLG_EDIT_MODULES:PB_EDIT_MODULES_PRIO_DOWN";
76         Pos = MAP_APPFONT ( 184 , 49 ) ;
77         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
78         TabStop = TRUE ;
79         Text [ en-US ] = "Move Down";
80     };
81     PushButton PB_EDIT_MODULES_PRIO_BACK
82     {
83         HelpID = "cui:PushButton:RID_SVXDLG_EDIT_MODULES:PB_EDIT_MODULES_PRIO_BACK";
84         Pos = MAP_APPFONT ( 184 , 66 ) ;
85         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
86         TabStop = TRUE ;
87         Text [ en-US ] = "~Back";
88     };
89     FixedText FT_EDIT_MODULES_NEWDICTSLINK
90     {
91         Left = TRUE ;
92         Pos = MAP_APPFONT ( 12 , 155 ) ;
93         Size = MAP_APPFONT ( 169 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
94         Text [ en-US ] = "~Get more dictionaries online...";
95     };
96     FixedLine FL_EDIT_MODULES_BUTTONS
97     {
98         Pos = MAP_APPFONT ( 0 , 166 ) ;
99         Size = MAP_APPFONT ( 240 , RSC_CD_FIXEDLINE_HEIGHT ) ;
100     };
101     HelpButton PB_HELP
102     {
103         Pos = MAP_APPFONT ( 12, 177 ) ;
104         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
105     };
106     OKButton PB_OK
107     {
108         Pos = MAP_APPFONT ( 184 , 177 ) ;
109         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
110         Text [ en-US ] = "Close";
111     };
113     String ST_SPELL
114     {
115         Text [ en-US ] = "Spelling";
116     };
117     String ST_HYPH
118     {
119         Text [ en-US ] = "Hyphenation";
120     };
121     String ST_THES
122     {
123         Text [ en-US ] = "Thesaurus";
124     };
125     String ST_GRAMMAR
126     {
127         Text [ en-US ] = "Grammar";
128     };
131 // RID_SVXDLG_LNG_ED_NUM_PREBREAK -------------------------------------------
133 ModalDialog RID_SVXDLG_LNG_ED_NUM_PREBREAK
135     HelpID = HID_LNGDLG_NUM_PREBREAK ;
136     SVLook = TRUE ;
137     Moveable = TRUE ;
138     Size = MAP_APPFONT ( 155 , 43 ) ;
139     Text [ en-US ] = "Hyphenation";
140         FixedLine FL_NUMVAL_PREBREAK
141     {
142         Pos = MAP_APPFONT ( 6 , 3 ) ;
143         Size = MAP_APPFONT ( 87 , 8 ) ;
144     };
145     OKButton BT_OK_PREBREAK
146     {
147         Pos = MAP_APPFONT ( 99 , 6 ) ;
148         Size = MAP_APPFONT ( 50 , 14 ) ;
149         TabStop = TRUE ;
150         DefButton = TRUE ;
151     };
152     CancelButton BT_CANCEL_PREBREAK
153     {
154         Pos = MAP_APPFONT ( 99 , 23 ) ;
155         Size = MAP_APPFONT ( 50 , 14 ) ;
156         TabStop = TRUE ;
157     };
158     NumericField ED_PREBREAK
159     {
160         HelpID = "cui:NumericField:RID_SVXDLG_LNG_ED_NUM_PREBREAK:ED_PREBREAK";
161         Border = TRUE ;
162         Pos = MAP_APPFONT ( 56 , 14 ) ;
163         Size = MAP_APPFONT ( 31 , 12 ) ;
164         Left = TRUE ;
165         Minimum = 2 ;
166         Maximum = 9 ;
167         Last = 9 ;
168         Repeat = TRUE ;
169         Spin = TRUE ;
170         SpinSize = 1;
171     };
172     String STR_NUM_PRE_BREAK_DLG
173     {
174         Text [ en-US ] = "Characters before break";
175     };
176     String STR_NUM_POST_BREAK_DLG
177     {
178         Text [ en-US ] = "Characters after break";
179     };
180     String STR_NUM_MIN_WORDLEN_DLG
181     {
182         Text [ en-US ] = "Minimal word length";
183     };
186 // RID_SFXPAGE_LINGU --------------------------------------------------------
188 TabPage RID_SFXPAGE_LINGU
190     HelpId = HID_OPTIONS_LINGU ;
191     SVLook = TRUE ;
192     Hide = TRUE ;
193     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
194     Text [ en-US ] = "Options";
195     FixedLine FL_LINGUISTIC
196     {
197         Pos = MAP_APPFONT ( 6 , 3 ) ;
198         Size = MAP_APPFONT ( 248 , 8 ) ;
199         Text [ en-US ] = "Writing aids";
200     };
201     FixedText FT_LINGU_MODULES
202     {
203         Left = TRUE ;
204         Pos = MAP_APPFONT ( 12 , 14 ) ;
205         Size = MAP_APPFONT ( 175 , 8 ) ;
206         Text [ en-US ] = "Available language modules";
207     };
208     Control CLB_LINGU_MODULES
209     {
210         Pos = MAP_APPFONT ( 12 , 25 ) ;
211         Size = MAP_APPFONT ( 182 , 30 ) ;
212         Border = TRUE ;
213         TabStop = TRUE ;
214     };
215     PushButton PB_LINGU_MODULES_EDIT
216     {
217         HelpID = "cui:PushButton:RID_SFXPAGE_LINGU:PB_LINGU_MODULES_EDIT";
218         Pos = MAP_APPFONT ( 198 , 25 ) ;
219         Size = MAP_APPFONT ( 50 , 14 ) ;
220         TabStop = TRUE ;
221         Text [ en-US ] = "~Edit...";
222     };
223     FixedText FT_LINGU_DICS
224     {
225         Left = TRUE ;
226         Pos = MAP_APPFONT ( 12 , 59 ) ;
227         Size = MAP_APPFONT ( 175 , 8 ) ;
228         Text [ en-US ] = "User-defined dictionaries";
229     };
230     Control CLB_LINGU_DICS
231     {
232         Pos = MAP_APPFONT ( 12 , 70 ) ;
233         Size = MAP_APPFONT ( 182 , 48 ) ;
234         Border = TRUE ;
235         TabStop = TRUE ;
236     };
237     PushButton PB_LINGU_DICS_NEW_DIC
238     {
239         HelpID = "cui:PushButton:RID_SFXPAGE_LINGU:PB_LINGU_DICS_NEW_DIC";
240         Pos = MAP_APPFONT ( 198 , 70 ) ;
241         Size = MAP_APPFONT ( 50 , 14 ) ;
242         TabStop = TRUE ;
243         Text [ en-US ] = "~New...";
244     };
245     PushButton PB_LINGU_DICS_EDIT_DIC
246     {
247         HelpID = "cui:PushButton:RID_SFXPAGE_LINGU:PB_LINGU_DICS_EDIT_DIC";
248         Pos = MAP_APPFONT ( 198 , 87 ) ;
249         Size = MAP_APPFONT ( 50 , 14 ) ;
250         TabStop = TRUE ;
251         Text [ en-US ] = "Ed~it...";
252     };
253     PushButton PB_LINGU_DICS_DEL_DIC
254     {
255         HelpID = "cui:PushButton:RID_SFXPAGE_LINGU:PB_LINGU_DICS_DEL_DIC";
256         Pos = MAP_APPFONT ( 198 , 104 ) ;
257         Size = MAP_APPFONT ( 50 , 14 ) ;
258         TabStop = TRUE ;
259         Text [ en-US ] = "~Delete";
260     };
261     FixedText FT_LINGU_OPTIONS
262     {
263         Left = TRUE ;
264         Pos = MAP_APPFONT ( 12 , 122 ) ;
265         Size = MAP_APPFONT ( 175 , 8 ) ;
266         Text [ en-US ] = "~Options";
267     };
268     Control CLB_LINGU_OPTIONS
269     {
270         Pos = MAP_APPFONT ( 12 , 133 ) ;
271         Size = MAP_APPFONT ( 182 , 46 ) ;
272         Border = TRUE ;
273         TabStop = TRUE ;
274     };
275     PushButton PB_LINGU_OPTIONS_EDIT
276     {
277         HelpID = "cui:PushButton:RID_SFXPAGE_LINGU:PB_LINGU_OPTIONS_EDIT";
278         Pos = MAP_APPFONT ( 198 , 133 ) ;
279         Size = MAP_APPFONT ( 50 , 14 ) ;
280         TabStop = TRUE ;
281         Text [ en-US ] = "Edi~t...";
282     };
283     FixedText FT_LINGU_OPTIONS_MOREDICTS
284     {
285         Left = TRUE ;
286         Hide = TRUE ;
287         Pos = MAP_APPFONT ( 12 , 182 ) ;
288         Size = MAP_APPFONT ( 182 , RSC_CD_FIXEDTEXT_HEIGHT ) ;
289         Text [ en-US ] = "~Get more dictionaries online...";
290     };
292     String STR_CAPITAL_WORDS
293     {
294         Text [ en-US ] = "Check uppercase words";
295     };
296     String STR_WORDS_WITH_DIGITS
297     {
298         Text [ en-US ] = "Check words with numbers ";
299     };
300     String STR_SPELL_SPECIAL
301     {
302         Text [ en-US ] = "Check special regions";
303     };
304     String STR_SPELL_AUTO
305     {
306         Text [ en-US ] = "Check spelling as you type";
307     };
308     String STR_GRAMMAR_AUTO
309     {
310         Text [ en-US ] = "Check grammar as you type";
311     };
312     String STR_NUM_MIN_WORDLEN
313     {
314         Text [ en-US ] = "Minimal number of characters for hyphenation: ";
315     };
316     String STR_NUM_PRE_BREAK
317     {
318         Text [ en-US ] = "Characters before line break: ";
319     };
320     String STR_NUM_POST_BREAK
321     {
322         Text [ en-US ] = "Characters after line break: ";
323     };
324     String STR_HYPH_AUTO
325     {
326         Text [ en-US ] = "Hyphenate without inquiry";
327     };
328     String STR_HYPH_SPECIAL
329     {
330         Text [ en-US ] = "Hyphenate special regions";
331     };
332     String STR_LINGU_MODULES_EDIT
333     {
334         Text [ en-US ] = "Edit Available language modules";
335     };
336     String STR_LINGU_DICS_EDIT_DIC
337     {
338         Text [ en-US ] = "Edit User-defined dictionaries";
339     };
340     String STR_LINGU_OPTIONS_EDIT
341     {
342         Text [ en-US ] = "Edit Options";
343     };
345 // end: TabPage RID_SFXPAGE_LINGU
347  // RID_SFXQB_DELDICT --------------------------------------------------------
348 QueryBox RID_SFXQB_DELDICT
350     Buttons = WB_YES_NO ;
351     DefButton = WB_DEF_NO ;
352     Message [ en-US ] = "Do you want to delete the dictionary?" ;
354  // ******************************************************************* EOF