1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
27 // include ------------------------------------------------------------------
28 #include <sfx2/sfx.hrc>
30 #include "optspell.hrc"
31 // pragma -------------------------------------------------------------------
33 // RID_SFXPAGE_SPELL --------------------------------------------------------
34 TabPage RID_SFXPAGE_SPELL
36 HelpId = HID_OPTIONS_SPELL ;
38 Size = MAP_APPFONT ( 221 , 185 ) ;
39 Text [ en-US ] = "Spellcheck" ;
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..." ;
50 HelpID = "cui:MultiListBox:RID_SFXPAGE_SPELL:LB_BOOK";
52 Pos = MAP_APPFONT ( 12 , 14 ) ;
53 Size = MAP_APPFONT ( 103 , 47 ) ;
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" ;
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" ;
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 " ;
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 " ;
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" ;
104 // ********************************************************************** EOF