xref: /aoo41x/main/cui/source/options/optspell.src (revision cdf0e10c)
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 <sfx2/sfx.hrc>
29#include "helpid.hrc"
30#include "optspell.hrc"
31 // pragma -------------------------------------------------------------------
32
33 // RID_SFXPAGE_SPELL --------------------------------------------------------
34TabPage RID_SFXPAGE_SPELL
35{
36	HelpId = HID_OPTIONS_SPELL ;
37	SVLook = TRUE ;
38	Size = MAP_APPFONT ( 221 , 185 ) ;
39	Text [ en-US ] = "Spellcheck" ;
40	PushButton BTN_BOOK
41	{
42	    HelpID = "cui:PushButton:RID_SFXPAGE_SPELL:BTN_BOOK";
43		Pos = MAP_APPFONT ( 128 , 6 ) ;
44		Size = MAP_APPFONT ( 50 , 14 ) ;
45		Text [ en-US ] = "~Edit..." ;
46		TabStop = TRUE ;
47	};
48	MultiListBox LB_BOOK
49	{
50	    HelpID = "cui:MultiListBox:RID_SFXPAGE_SPELL:LB_BOOK";
51		Border = TRUE ;
52		Pos = MAP_APPFONT ( 12 , 14 ) ;
53		Size = MAP_APPFONT ( 103 , 47 ) ;
54		TabStop = TRUE ;
55		AutoHScroll = TRUE ;
56	};
57    FixedLine GB_BOOK
58	{
59		Pos = MAP_APPFONT ( 6 , 3 ) ;
60		Size = MAP_APPFONT ( 115 , 66 ) ;
61		/* ### ACHTUNG: Neuer Text in Resource? W�rterb�cher : W�rterb�cher */
62		/* ### ACHTUNG: Neuer Text in Resource? W�rterb�cher : W�rterb�cher */
63		Text [ en-US ] = "Dictionaries" ;
64	};
65	CheckBox BTN_CAPS
66	{
67	    HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_CAPS";
68		Pos = MAP_APPFONT ( 12 , 82 ) ;
69		Size = MAP_APPFONT ( 103 , 10 ) ;
70		/* ### ACHTUNG: Neuer Text in Resource? ~Gro�geschriebene W�rter : ~Gro�geschriebene W�rter */
71		/* ### ACHTUNG: Neuer Text in Resource? ~Gro�geschriebene W�rter : ~Gro�geschriebene W�rter */
72		Text [ en-US ] = "~Capital words" ;
73		TabStop = TRUE ;
74	};
75	CheckBox BTN_NUMS
76	{
77	    HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_NUMS";
78		Pos = MAP_APPFONT ( 12 , 95 ) ;
79		Size = MAP_APPFONT ( 103 , 10 ) ;
80		/* ### ACHTUNG: Neuer Text in Resource? ~W�rter mit Ziffern  : ~W�rter mit Ziffern  */
81		/* ### ACHTUNG: Neuer Text in Resource? ~W�rter mit Ziffern  : ~W�rter mit Ziffern  */
82		Text [ en-US ] = "~Words with numbers " ;
83		TabStop = TRUE ;
84	};
85	CheckBox BTN_UPLOW
86	{
87	    HelpID = "cui:CheckBox:RID_SFXPAGE_SPELL:BTN_UPLOW";
88		Pos = MAP_APPFONT ( 12 , 108 ) ;
89		Size = MAP_APPFONT ( 103 , 10 ) ;
90		/* ### ACHTUNG: Neuer Text in Resource? Gro�- u. ~Kleinschreibung  : Gro�- u. ~Kleinschreibung  */
91		/* ### ACHTUNG: Neuer Text in Resource? Gro�- u. ~Kleinschreibung  : Gro�- u. ~Kleinschreibung  */
92		Text [ en-US ] = "~Case sensitive " ;
93		TabStop = TRUE ;
94	};
95    FixedLine GB_AUDIT
96	{
97		Pos = MAP_APPFONT ( 6 , 71 ) ;
98		Size = MAP_APPFONT ( 115 , 53 ) ;
99		/* ### ACHTUNG: Neuer Text in Resource? Pr�fen : Pr�fen */
100		/* ### ACHTUNG: Neuer Text in Resource? Pr�fen : Pr�fen */
101		Text [ en-US ] = "Check" ;
102	};
103};
104 // ********************************************************************** EOF
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