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