masterfix DEV300: #i10000# build fix
[LibreOffice.git] / cui / source / tabpages / autocdlg.src
blob8a906cf54e45b4dcd99408f30330d0701a94a94d
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 "autocdlg.hrc"
29 #include <cuires.hrc>
30 #include "helpid.hrc"
31 #include <svx/svxids.hrc> // SID_AUTOFORMAT
33  // pragma -------------------------------------------------------------------
34 /**************************************************************************/
35 /*                                                                        */
36 /*  TabDialog RID_OFA_AUTOCORR_DLG                                        */
37 /*                                                                        */
38 /**************************************************************************/
39 TabDialog RID_OFA_AUTOCORR_DLG
41     OutputSize = TRUE ;
42     SVLook = TRUE ;
43     Text [ en-US ] = "AutoCorrect" ;
44     Moveable = TRUE ;
45     TabControl 1
46     {
47         SVLook = TRUE ;
48         PageList =
49         {
50             PageItem
51             {
52                 Identifier = RID_OFAPAGE_AUTOCORR_REPLACE ;
53                 Text [ en-US ] = "Replace" ;
54             };
55             PageItem
56             {
57                 Identifier = RID_OFAPAGE_AUTOCORR_EXCEPT ;
58                 Text [ en-US ] = "Exceptions" ;
59             };
60             PageItem
61             {
62                 Identifier = RID_OFAPAGE_AUTOCORR_OPTIONS ;
63                 Text [ en-US ] = "Options" ;
64             };
65             PageItem
66             {
67                 Identifier = RID_OFAPAGE_AUTOFMT_APPLY ;
68                 Text [ en-US ] = "Options" ;
69             };
70             PageItem
71             {
72                 Identifier = RID_OFAPAGE_AUTOCORR_QUOTE ;
73                 Text [ en-US ] = "Localized Options" ;
74             };
75             PageItem
76             {
77                 Identifier = RID_OFAPAGE_AUTOCOMPLETE_OPTIONS ;
78                 Text [ en-US ] = "Word Completion";
79             };
80             PageItem
81             {
82                 Identifier = RID_OFAPAGE_SMARTTAG_OPTIONS ;
83                 Text [ en-US ] = "Smart Tags";
84             };
85         };
86     };
87     FixedText FT_LANG
88     {
89         Pos = MAP_APPFONT ( 6 , 3 ) ;
90         Size = MAP_APPFONT ( 140 , 8 ) ;
92         Left = TRUE ;
93         Text [ en-US ] = "Replacements and exceptions for language:";
94     };
95     ListBox LB_LANG
96     {
97         Pos = MAP_APPFONT ( 150 , 3 ) ;
98         Size = MAP_APPFONT ( 60 , 100 ) ;
99         DropDown = TRUE;
100         TabStop = TRUE ;
101         Border = TRUE ;
102     };
104 #define COMMON_CLB_ENTRIES \
105     String ST_USE_REPLACE \
106     { \
107         Text [ en-US ] = "Use replacement table" ; \
108     }; \
109     String ST_CPTL_STT_WORD \
110     { \
111         Text [ en-US ] = "Correct TWo INitial CApitals" ; \
112     }; \
113     String ST_CPTL_STT_SENT \
114     { \
115         Text [ en-US ] = "Capitalize first letter of every sentence" ; \
116     }; \
117     String ST_BOLD_UNDER \
118     { \
119         Text [ en-US ] = "Automatic *bold* and _underline_" ; \
120     }; \
121     String STR_NO_DBL_SPACES \
122     { \
123         Text [ en-US ] = "Ignore double spaces" ; \
124     }; \
125     String ST_DETECT_URL \
126     { \
127         Text [ en-US ] = "URL Recognition" ; \
128     }; \
129     String ST_DASH \
130     { \
131         Text [ en-US ] = "Replace dashes" ; \
132     };
134 /**************************************************************************/
135 /*                                                                        */
136 /*  Beschreibung: Autokorrektur-Optionen                                  */
137 /*                                                                        */
138 /**************************************************************************/
139 TabPage RID_OFAPAGE_AUTOCORR_OPTIONS
141     HelpId = HID_OFAPAGE_AUTOCORR_OPTIONS ;
142     OutputSize = TRUE ;
143     Size = MAP_APPFONT ( 260 , 185 ) ;
144     Hide = TRUE ;
145     SVLook = TRUE ;
146     Text [ en-US ] = "Settings" ;
147     Control CLB_SETTINGS
148     {
149         Pos = MAP_APPFONT ( 6 , 6 ) ;
150         Size = MAP_APPFONT ( 248 , 173 ) ;
151         Border = TRUE ;
152         TabStop = TRUE ;
153     };
154     COMMON_CLB_ENTRIES
156 /**************************************************************************/
157 /*                                                                        */
158 /*                                                                        */
159 /*                                                                        */
160 /**************************************************************************/
161 TabPage RID_OFAPAGE_AUTOFMT_APPLY
163     HelpID = HID_OFAPAGE_AUTOFMT_OPTIONS ;
164     SVLook = TRUE ;
165     Hide = TRUE ;
166     Size = MAP_APPFONT ( 260 , 185 ) ;
167     Control CLB_SETTINGS
168     {
169         Pos = MAP_APPFONT ( 6 , 6 ) ;
170         Size = MAP_APPFONT ( 248 , 149 ) ;
171         Border = TRUE ;
172         TabStop = TRUE ;
173     };
174     PushButton PB_EDIT
175     {
176         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOFMT_APPLY:PB_EDIT";
177         Pos = MAP_APPFONT ( 6 , 162 ) ;
178         Size = MAP_APPFONT ( 50 , 14 ) ;
179         Text [ en-US ] = "~Edit..." ;
180         TabStop = TRUE ;
181     };
182     String STR_HEADER1
183     {
184         Text [ en-US ] = "[M]" ;
185     };
186     String STR_HEADER2
187     {
188         Text [ en-US ] = "[T]" ;
189     };
190     FixedText FT_HEADER1_EXPLANATION
191     {
192         Pos = MAP_APPFONT ( 80 , 159 ) ;
193         Size = MAP_APPFONT ( 174 , 8 ) ;
194         Text [ en-US ] = "[M]: Replace while modifying existing text" ;
195     };
196     FixedText FT_HEADER2_EXPLANATION
197     {
198         Pos = MAP_APPFONT ( 80 , 171 ) ;
199         Size = MAP_APPFONT ( 174 , 8 ) ;
200         Text [ en-US ] = "[T]: AutoFormat/AutoCorrect while typing" ;
201     };
202     COMMON_CLB_ENTRIES
203     String ST_DEL_EMPTY_PARA
204     {
205         /* ### ACHTUNG: Neuer Text in Resource? Leere Absätze entfernen : Leere Absõtze entfernen */
206         Text [ en-US ] = "Remove blank paragraphs" ;
207     };
208     String ST_USER_STYLE
209     {
210         Text [ en-US ] = "Replace Custom Styles" ;
211     };
212     String ST_BULLET
213     {
214         Text [ en-US ] = "Replace bullets with: " ;
215     };
216     String ST_RIGHT_MARGIN
217     {
218         /* ### ACHTUNG: Neuer Text in Resource? Zusammenfassen von einzeiligen Absätzen ab : Zusammenfassen von einzeiligen Absõtzen ab */
219          //        Text [ norwegian_wrong ] = "+++Combine single line paragraphs at" ;
220          //        Text [ swedish_wrong ] = ~Kombinera enradiga stycken B738vid " ;
221         Text [ en-US ] = "Combine single line paragraphs if length greater than" ;
222     };
223     String STR_NUM
224     {
225         Text [ en-US ] = "Apply numbering - symbol: " ;
226     };
227     String STR_BORDER
228     {
229         Text [ en-US ] = "Apply border" ;
230     };
231     String STR_TABLE
232     {
233         Text [ en-US ] = "Create table" ;
234     };
235     String STR_REPLACE_TEMPLATES
236     {
237         Text [ en-US ] = "Apply Styles" ;
238     };
239     String STR_DEL_SPACES_AT_STT_END
240     {
241         Text [ en-US ] = "Delete spaces and tabs at beginning and end of paragraph";
242     };
243     String STR_DEL_SPACES_BETWEEN_LINES
244     {
245         Text [ en-US ] = "Delete spaces and tabs at end and start of line";
246     };
249 ModalDialog RID_OFADLG_PRCNT_SET
251     HelpID = CMD_SID_AUTOFORMAT ;
252     OutputSize = TRUE ;
253     SVLook = TRUE ;
254     Size = MAP_APPFONT ( 155 , 43 ) ;
255     Moveable = TRUE ;
256     FixedLine FL_PRCNT
257     {
258         Pos = MAP_APPFONT ( 4 , 3 ) ;
259         Size = MAP_APPFONT ( 87 , 8 ) ;
260         Text [ en-US ] = "Minimum size" ;
261     };
262     OKButton BT_OK
263     {
264         Pos = MAP_APPFONT ( 99 , 6 ) ;
265         Size = MAP_APPFONT ( 50 , 14 ) ;
266         TabStop = TRUE ;
267         DefButton = TRUE ;
268     };
269     CancelButton BT_CANCEL
270     {
271         Pos = MAP_APPFONT ( 99 , 23 ) ;
272         Size = MAP_APPFONT ( 50 , 14 ) ;
273         TabStop = TRUE ;
274     };
275     MetricField ED_RIGHT_MARGIN
276     {
277         HelpID = "cui:MetricField:RID_OFADLG_PRCNT_SET:ED_RIGHT_MARGIN";
278         Border = TRUE ;
279         Pos = MAP_APPFONT ( 7 , 14 ) ;
280         Size = MAP_APPFONT ( 31 , 12 ) ;
281         TabStop = TRUE ;
282         Left = TRUE ;
283         Repeat = TRUE ;
284         Spin = TRUE ;
285         Maximum = 100 ;
286         Value = 77 ;
287         Unit = FUNIT_CUSTOM ;
288         CustomUnitText = "%" ;
289         First = 10 ;
290         Last = 100 ;
291         SpinSize = 5 ;
292     };
293     Text [ en-US ] = "Combine" ;
296 /**************************************************************************/
297 /*                                                                        */
298 /*  Beschreibung: Ersetzungstabelle                                       */
299 /*                                                                        */
300 /**************************************************************************/
301 TabPage RID_OFAPAGE_AUTOCORR_REPLACE
303     HelpId = HID_OFAPAGE_AUTOCORR_REPLACE ;
304     OutputSize = TRUE ;
305     Size = MAP_APPFONT ( 260 , 185 ) ;
306     SVLook = TRUE ;
307     Hide = TRUE ;
308     FixedText FT_SHORT
309     {
310         Pos = MAP_APPFONT ( 7 , 3 ) ;
311         Size = MAP_APPFONT ( 60 , 8 ) ;
312         Text [ en-US ] = "Repla~ce" ;
313         Left = TRUE ;
314     };
315     Edit ED_SHORT
316     {
317         HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_REPLACE:ED_SHORT";
318         Pos = MAP_APPFONT ( 7 , 13 ) ;
319         Size = MAP_APPFONT ( 60 , 12 ) ;
320         Border = TRUE ;
321         TabStop = TRUE ;
322     };
323     FixedText FT_REPLACE
324     {
325         Pos = MAP_APPFONT ( 71 , 3 ) ;
326         Size = MAP_APPFONT ( 64 , 8 ) ;
327         Text [ en-US ] = "~With:" ;
328         Left = TRUE ;
329     };
330     Edit ED_REPLACE
331     {
332         HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_REPLACE:ED_REPLACE";
333         Pos = MAP_APPFONT ( 71 , 13 ) ;
334         Size = MAP_APPFONT ( 123 , 12 ) ;
335         Border = TRUE ;
336         TabStop = TRUE ;
337     };
338     CheckBox CB_TEXT_ONLY
339     {
340         HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_REPLACE:CB_TEXT_ONLY";
341         Pos = MAP_APPFONT ( 140 , 3 ) ;
342         Size = MAP_APPFONT ( 108 , 10 ) ;
343         TabStop = TRUE ;
344         Text [ en-US ] = "~Text only" ;
345     };
346     PushButton PB_NEW_REPLACE
347     {
348         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_REPLACE:PB_NEW_REPLACE";
349         Pos = MAP_APPFONT ( 198 , 14 ) ;
350         Size = MAP_APPFONT ( 50 , 14 ) ;
351         TabStop = TRUE ;
352         Text [ en-US ] = "~New" ;
353     };
354     PushButton PB_DELETE_REPLACE
355     {
356         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_REPLACE:PB_DELETE_REPLACE";
357         Pos = MAP_APPFONT ( 198 , 32 ) ;
358         Size = MAP_APPFONT ( 50 , 14 ) ;
359         TabStop = TRUE ;
360         Text [ en-US ] = "~Delete" ;
361     };
362     Control TLB_REPLACE
363     {
364         HelpId = HID_OFACTL_AUTOCORR_REPLACE ;
365         Pos = MAP_APPFONT ( 7 , 29 ) ;
366         Size = MAP_APPFONT ( 187 , 150 ) ;
367         Border = TRUE ;
368         TabStop = TRUE ;
369     };
370     String STR_MODIFY
371     {
372         Text [ en-US ] = "~Replace" ;
373     };
375 /**************************************************************************/
376 /*                                                                        */
377 /*  Beschreibung: Ausnahmelisten                                          */
378 /*                                                                        */
379 /**************************************************************************/
380 TabPage RID_OFAPAGE_AUTOCORR_EXCEPT
382     HelpId = HID_OFAPAGE_AUTOCORR_EXCEPT ;
383     OutputSize = TRUE ;
384     Size = MAP_APPFONT ( 260 , 185 ) ;
385     SVLook = TRUE ;
386     Hide = TRUE ;
387     FixedLine FL_ABBREV
388     {
389         Pos = MAP_APPFONT ( 4 , 3 ) ;
390         Size = MAP_APPFONT ( 252 , 8 ) ;
391         Text [ en-US ] = "Abbreviations (no subsequent capital)" ;
392     };
393     Edit ED_ABBREV
394     {
395         HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_ABBREV";
396         Pos = MAP_APPFONT ( 7 , 14 ) ;
397         Size = MAP_APPFONT ( 123 , 12 ) ;
398         TabStop = TRUE ;
399         Border = TRUE ;
400     };
401     ListBox LB_ABBREV
402     {
403         HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_ABBREV";
404         Pos = MAP_APPFONT ( 7 , 30 ) ;
405         Size = MAP_APPFONT ( 123 , 58 ) ;
406         TabStop = TRUE ;
407         AutoHScroll = TRUE ;
408         SORT = TRUE ;
409         Border = TRUE ;
410     };
411     PushButton PB_NEWABBREV
412     {
413         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_NEWABBREV";
414         Pos = MAP_APPFONT ( 198 , 14 ) ;
415         Size = MAP_APPFONT ( 50 , 14 ) ;
416         TabStop = TRUE ;
417         Disable = TRUE ;
418         Text [ en-US ] = "~New" ;
419     };
420     PushButton PB_DELABBREV
421     {
422         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_DELABBREV";
423         Pos = MAP_APPFONT ( 198 , 31 ) ;
424         Size = MAP_APPFONT ( 50 , 14 ) ;
425         TabStop = TRUE ;
426         Disable = TRUE ;
427         Text [ en-US ] = "~Delete" ;
428     };
429     CheckBox CB_AUTOABBREV
430     {
431         HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOABBREV";
432         Pos = MAP_APPFONT ( 137 , 78 ) ;
433         Size = MAP_APPFONT ( 111 , 10 ) ;
434         Text [ en-US ] = "~AutoInclude";
435         Text [ en-US ] = "~AutoInclude" ;
436         TabStop = TRUE ;
437     };
438     FixedLine FL_DOUBLECAPS
439     {
440         Pos = MAP_APPFONT ( 4 , 94 ) ;
441         Size = MAP_APPFONT ( 252 , 8 ) ;
442         Text [ en-US ] = "Words with TWo INitial CApitals" ;
443     };
444     Edit ED_DOUBLE_CAPS
445     {
446         HelpID = "cui:Edit:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_DOUBLE_CAPS";
447         Pos = MAP_APPFONT ( 7 , 105 ) ;
448         Size = MAP_APPFONT ( 123 , 12 ) ;
449         TabStop = TRUE ;
450         Border = TRUE ;
451     };
452     ListBox LB_DOUBLE_CAPS
453     {
454         HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_DOUBLE_CAPS";
455         Pos = MAP_APPFONT ( 7 , 120 ) ;
456         Size = MAP_APPFONT ( 123 , 59 ) ;
457         TabStop = TRUE ;
458         AutoHScroll = TRUE ;
459         SORT = TRUE ;
460         Border = TRUE ;
461     };
462     PushButton PB_NEWDOUBLECAPS
463     {
464         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_NEWDOUBLECAPS";
465         Pos = MAP_APPFONT ( 198 , 105 ) ;
466         Size = MAP_APPFONT ( 50 , 14 ) ;
467         Disable = TRUE ;
468         Text [ en-US ] = "Ne~w" ;
469     };
470     PushButton PB_DELDOUBLECAPS
471     {
472         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_DELDOUBLECAPS";
473         Pos = MAP_APPFONT ( 198 , 122 ) ;
474         Size = MAP_APPFONT ( 50 , 14 ) ;
475         Disable = TRUE ;
476         Text [ en-US ] = "Dele~te" ;
477     };
478     CheckBox CB_AUTOCAPS
479     {
480         HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOCAPS";
481         Pos = MAP_APPFONT ( 137 , 169 ) ;
482         Size = MAP_APPFONT ( 111 , 10 ) ;
483         Text [ en-US ] = "A~utoInclude";
484         Text [ en-US ] = "A~utoInclude" ;
485     };
486     String STR_PB_NEWABBREV
487     {
488         Text [ en-US ] = "New abbreviations" ;
489     };
490     String STR_PB_DELABBREV
491     {
492         Text [ en-US ] = "Delete abbreviations" ;
493     };
494     String STR_PB_NEWDOUBLECAPS
495     {
496         Text [ en-US ] = "New words with two initial capitals" ;
497     };
498     String STR_PB_DELDOUBLECAPS
499     {
500         Text [ en-US ] = "Delete words with two initial capitals" ;
501     };
502     String STR_PB_SGL_STD
503     {
504         Text [ en-US ] = "Single quotes default" ;
505     };
506     String STR_PB_DBL_STD
507     {
508         Text [ en-US ] = "Double quotes default" ;
509     };
510     String STR_PB_SGL_START
511     {
512         Text [ en-US ] = "Start quote of single quotes" ;
513     };
514     String STR_PB_DBL_START
515     {
516         Text [ en-US ] = "Start quote of double quotes" ;
517     };
518     String STR_PB_SGL_END
519     {
520         Text [ en-US ] = "End quote of single quotes" ;
521     };
522     String STR_PB_DBL_END
523     {
524         Text [ en-US ] = "End quote of double quotes" ;
525     };
527 /**************************************************************************/
528 /*                                                                        */
529 /*  Beschreibung: Typografische Anfuehrungszeichen                        */
530 /*                                                                        */
531 /**************************************************************************/
532 TabPage RID_OFAPAGE_AUTOCORR_QUOTE
534     HelpId = HID_OFAPAGE_AUTOCORR_QUOTE ;
535     OutputSize = TRUE ;
536     Size = MAP_APPFONT ( 260 , 185 ) ;
537     SVLook = TRUE ;
538     Hide = TRUE ;
539     Text [ en-US ] = "Localized Options" ;
540     Control CLB_SETTINGS
541     {
542         Pos = MAP_APPFONT ( 4 , 3 ) ;
543         Size = MAP_APPFONT ( 252 , 85 ) ;
544         Border = TRUE ;
545         TabStop = TRUE ;
546     };
547     String STR_HEADER1
548     {
549         Text [ en-US ] = "[M]" ;
550     };
551     String STR_HEADER2
552     {
553         Text [ en-US ] = "[T]" ;
554     };
555     String ST_NON_BREAK_SPACE
556     {
557        Text [ en-US ] = "Add non breaking space before specific punctuation marks in french text" ;
558     };
559     String ST_ORDINAL
560     {
561         Text [ en-US ] = "Format ordinal numbers suffixes (1st -> 1^st)" ;
562     };
563     FixedLine FL_SINGLE
564     {
565         Pos = MAP_APPFONT ( 4 , 90 ) ;
566         Size = MAP_APPFONT ( 122 , 8 ) ;
567         Text [ en-US ] = "Single quotes" ;
568     };
569     CheckBox CB_SGL_TYPO
570     {
571             HelpId = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_SGL_TYPO";
572         Pos = MAP_APPFONT ( 7 , 101 ) ;
573         Size = MAP_APPFONT ( 86 , 10 ) ;
574         Text [ en-US ] = "Repla~ce" ;
575     };
576     FixedText FT_SGL_STARTQUOTE
577     {
578         Pos = MAP_APPFONT ( 7 , 114 ) ;
579         Size = MAP_APPFONT ( 86 , 8 ) ;
580         Text [ en-US ] = "~Start quote:" ;
581     };
582     PushButton PB_SGL_STARTQUOTE
583     {
584         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STARTQUOTE";
585         Pos = MAP_APPFONT ( 10 , 125 ) ;
586         Size = MAP_APPFONT ( 12 , 12 ) ;
587         Text = "\'" ;
588         TabStop = TRUE ;
589     };
590     FixedText FT_SGSTEX
591     {
592         Pos = MAP_APPFONT ( 26 , 127 ) ;
593         Size = MAP_APPFONT ( 50 , 8 ) ;
594     };
595     FixedText FT_SGL_ENDQUOTE
596     {
597         Pos = MAP_APPFONT ( 7 , 139 ) ;
598         Size = MAP_APPFONT ( 86 , 8 ) ;
599         Text [ en-US ] = "~End quote:" ;
600     };
601     PushButton PB_SGL_ENDQUOTE
602     {
603         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_ENDQUOTE";
604         Pos = MAP_APPFONT ( 10 , 151 ) ;
605         Size = MAP_APPFONT ( 12 , 12 ) ;
606         Text = "\'" ;
607         TabStop = TRUE ;
608     };
609     FixedText FT_SGENEX
610     {
611         Pos = MAP_APPFONT ( 26 , 153 ) ;
612         Size = MAP_APPFONT ( 50 , 8 ) ;
613     };
614     PushButton PB_SGL_STD
615     {
616         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD";
617         Pos = MAP_APPFONT ( 7 , 167 ) ;
618         Size = MAP_APPFONT ( 50 , 14 ) ;
619         TabStop = TRUE ;
620         Text [ en-US ] = "~Default" ;
621     };
622     FixedLine FL_DOUBLE
623     {
624         Pos = MAP_APPFONT ( 134 , 90 ) ;
625         Size = MAP_APPFONT ( 122 , 8 ) ;
626         Text [ en-US ] = "Double quotes" ;
627     };
628     CheckBox CB_TYPO
629     {
630         HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_TYPO";
631         Pos = MAP_APPFONT ( 137 , 101 ) ;
632         Size = MAP_APPFONT ( 86 , 10 ) ;
633         TabStop = TRUE ;
634         Text [ en-US ] = "Repl~ace" ;
635     };
636     FixedText FT_STARTQUOTE
637     {
638         Pos = MAP_APPFONT ( 137 , 114 ) ;
639         Size = MAP_APPFONT ( 86 , 8 ) ;
640         Text [ en-US ] = "Start q~uote:" ;
641     };
642     PushButton PB_STARTQUOTE
643     {
644         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_STARTQUOTE";
645         Pos = MAP_APPFONT ( 140 , 125 ) ;
646         Size = MAP_APPFONT ( 12 , 12 ) ;
647         Text = "\"" ;
648         TabStop = TRUE ;
649     };
650     FixedText FT_DBSTEX
651     {
652         Pos = MAP_APPFONT ( 156 , 127 ) ;
653         Size = MAP_APPFONT ( 50 , 8 ) ;
654     };
655     FixedText FT_ENDQUOTE
656     {
657         Pos = MAP_APPFONT ( 137 , 139 ) ;
658         Size = MAP_APPFONT ( 86 , 10 ) ;
659         Text [ en-US ] = "E~nd quote:" ;
660     };
661     PushButton PB_ENDQUOTE
662     {
663         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_ENDQUOTE";
664         Pos = MAP_APPFONT ( 140 , 151 ) ;
665         Size = MAP_APPFONT ( 12 , 12 ) ;
666         Text = "\"" ;
667         TabStop = TRUE ;
668     };
669     FixedText FT_DBECEX
670     {
671         Pos = MAP_APPFONT ( 156 , 153 ) ;
672         Size = MAP_APPFONT ( 50 , 8 ) ;
673     };
674     PushButton PB_DBL_STD
675     {
676         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_DBL_STD";
677         Pos = MAP_APPFONT ( 137 , 167 ) ;
678         Size = MAP_APPFONT ( 50 , 14 ) ;
679         TabStop = TRUE ;
680         Text [ en-US ] = "De~fault" ;
681     };
682     String STR_CHANGE_START
683     {
684         Text [ en-US ] = "Start quote" ;
685     };
686     String STR_CHANGE_END
687     {
688         Text [ en-US ] = "End quote" ;
689     };
690     String ST_STANDARD
691     {
692         Text [ en-US ] = "Default" ;
693     };
696 /**************************************************************************/
697 /*                                                                        */
698 /*  Beschreibung: automatische Wortergänzung                              */
699 /*                                                                        */
700 /**************************************************************************/
701 TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
703     HelpId = HID_OFAPAGE_AUTOCOMPLETE_OPTIONS ;
704     OutputSize = TRUE ;
705     Size = MAP_APPFONT ( 260 , 185 ) ;
706     SVLook = TRUE ;
707     Hide = TRUE ;
708     CheckBox CB_ACTIV
709     {
710         HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_ACTIV";
711         Pos = MAP_APPFONT( 4, 3 );
712         Size = MAP_APPFONT( 116, 10 );
713         Text [ en-US ] = "Enable word ~completion";
714     };
715     CheckBox CB_APPEND_SPACE
716     {
717         HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_APPEND_SPACE";
718         Pos = MAP_APPFONT( 10, 17 );
719         Size = MAP_APPFONT( 110, 10 );
720         Text [ en-US ] = "~Append space";
721     };
722     CheckBox CB_AS_TIP
723     {
724         HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_AS_TIP";
725         Pos = MAP_APPFONT( 10, 31 );
726         Size = MAP_APPFONT( 110, 10 );
727         Text [ en-US ] = "~Show as tip";
728     };
729     CheckBox CB_COLLECT
730     {
731         HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT";
732         Pos = MAP_APPFONT( 4, 45 );
733         Size = MAP_APPFONT( 116, 10 );
734         Text [ en-US ] = "C~ollect words";
735     };
736     CheckBox CB_REMOVE_LIST
737     {
738         HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_REMOVE_LIST";
739         Pos = MAP_APPFONT( 10, 59 );
740         Size = MAP_APPFONT( 110, 40 );
741         WordBreak = TRUE;
742         Text [ en-US ] = "~When closing a document, remove the words collected from it from the list";
743     };
744     FixedText FT_EXPAND_KEY
745     {
746         Pos = MAP_APPFONT( 4, 102 );
747         Size = MAP_APPFONT( 116, 8 );
748         Text [ en-US ] = "Acc~ept with";
749     };
750     ListBox DCB_EXPAND_KEY
751     {
752         HelpID = "cui:ListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KEY";
753         Pos = MAP_APPFONT( 4, 113 );
754         Size = MAP_APPFONT( 116, 60 );
755         TabStop = TRUE;
756         DropDown = TRUE;
757         Group = TRUE;
758         Sort = FALSE;
759     };
760     FixedText FT_MIN_WORDLEN
761     {
762         Pos = MAP_APPFONT( 4, 129 );
763         Size = MAP_APPFONT( 116, 8 );
764         Text [ en-US ] = "Mi~n. word length";
765     };
766     NumericField NF_MIN_WORDLEN
767     {
768         HelpID = "cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MIN_WORDLEN";
769         Border = TRUE;
770         Pos = MAP_APPFONT( 4, 140 );
771         Size = MAP_APPFONT( 30, 12 );
772         TabStop = TRUE ;
773         Left = TRUE ;
774         Repeat = TRUE ;
775         Spin = TRUE ;
776         Value = 10 ;
777         Minimum = 5 ;
778         First = 5 ;
779         Last = 100 ;
780         Maximum = 100 ;
781         SpinSize = 1 ;
782     };
783     FixedText FT_MAX_ENTRIES
784     {
785         Pos = MAP_APPFONT( 4, 156 );
786         Size = MAP_APPFONT( 116, 8 );
787         Text [ en-US ] = "~Max. entries";
788     };
789     NumericField NF_MAX_ENTRIES
790     {
791         HelpID = "cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MAX_ENTRIES";
792         Border = TRUE;
793         Pos = MAP_APPFONT( 4, 167 );
794         Size = MAP_APPFONT( 30, 12 );
795         TabStop = TRUE ;
796         Left = TRUE ;
797         Repeat = TRUE ;
798         Spin = TRUE ;
799         Value = 500 ;
800         Maximum = 10000;
801         Last = 10000 ;
802         First = 50 ;
803         Minimum = 50;
804         SpinSize = 25 ;
805     };
806     MultiListBox LB_ENTRIES
807     {
808         HelpID = "cui:MultiListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:LB_ENTRIES";
809         Pos = MAP_APPFONT( 127, 3 );
810         Size = MAP_APPFONT( 121, 158 );
811         TabStop = TRUE;
812         DropDown = FALSE;
813         Group = TRUE;
814         Border = TRUE;
815         Sort = TRUE;
816     };
817     PushButton PB_ENTRIES
818     {
819         HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:PB_ENTRIES";
820         Pos = MAP_APPFONT( 127, 165 );
821         Size = MAP_APPFONT( 121, 14 );
822         TabStop = TRUE ;
823         Text [ en-US ] = "~Delete Entry";
824     };
825     Text [ en-US ] = "Word Completion";
829 /**************************************************************************/
830 /*                                                                        */
831 /*  Beschreibung: Smart Tag Options                                       */
832 /*                                                                        */
833 /**************************************************************************/
834 TabPage RID_OFAPAGE_SMARTTAG_OPTIONS
836     HelpId = HID_OFAPAGE_SMARTTAG_OPTIONS ;
837     OutputSize = TRUE ;
838     Size = MAP_APPFONT ( 260 , 185 ) ;
839     SVLook = TRUE ;
840     Hide = TRUE ;
841     Text [ en-US ] = "Smart Tags";
843     CheckBox CB_SMARTTAGS
844     {
845         HelpID = "cui:CheckBox:RID_OFAPAGE_SMARTTAG_OPTIONS:CB_SMARTTAGS";
846         Pos = MAP_APPFONT( 4, 3 );
847         Size = MAP_APPFONT( 116, 10 );
848         Text [ en-US ] = "Label text with smart tags";
849     };
851     FixedText FT_SMARTTAGS
852     {
853         Pos = MAP_APPFONT( 12, 15 );
854         Size = MAP_APPFONT( 116, 8 );
855         Text [ en-US ] = "Currently installed smart tags";
856     };
858     Control LB_SMARTTAGS
859     {
860         Pos = MAP_APPFONT ( 12 , 25 ) ;
861         Size = MAP_APPFONT ( 172 , 154 ) ;
862         Border = TRUE ;
863         TabStop = TRUE ;
864     };
866     PushButton PB_SMARTTAGS
867     {
868         HelpID = "cui:PushButton:RID_OFAPAGE_SMARTTAG_OPTIONS:PB_SMARTTAGS";
869         Pos = MAP_APPFONT ( 188 , 25 ) ;
870         Size = MAP_APPFONT ( 60 , 14 ) ;
871         Text [ en-US ] = "Properties...";
872     };