1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: SpellDialog.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
33 #include "SpellDialog.hrc"
34 // pragma ----------------------------------------------------------------
36 // RID_SVXDLG_SPELLCHECK -------------------------------------------------
38 #define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
40 ModelessDialog RID_SVXDLG_SPELLCHECK
42 HelpId = HID_SPELLCHECK ;
43 Size = MAP_APPFONT( 270, 188 );
48 Text [ en-US ] = "Spellcheck: " ;
54 Pos = MAP_APPFONT ( 0, 0 ) ;
55 Size = MAP_APPFONT ( 270, 21 ) ;
61 Pos = MAP_APPFONT( 6, 8 );
62 Size = MAP_APPFONT( 100, 8 );
63 Text [ en-US ] = "Text languag~e" ;
67 Pos = MAP_APPFONT( 110, 6 );
68 Size = MAP_APPFONT( 93, 55 );
73 FixedText FT_NOTINDICT
75 Pos = MAP_APPFONT( 6, 26 );
76 Size = MAP_APPFONT( 120, 8 );
77 Text [ en-US ] = "~Not in dictionary" ;
80 MultiLineEdit ED_NEWWORD
82 Pos = MAP_APPFONT( 6, 37 );
83 Size = MAP_APPFONT( 197, 48 );
89 FixedText FT_SUGGESTION
91 Pos = MAP_APPFONT( 6, 88 );
92 Size = MAP_APPFONT( 120, 8 );
93 Text [ en-US ] = "~Suggestions" ;
97 Pos = MAP_APPFONT( 6, 99 );
98 Size = MAP_APPFONT( 197, 48 );
102 CheckBox CB_CHECK_GRAMMAR
104 Pos = MAP_APPFONT( 6, 153 );
105 Size = MAP_APPFONT( 100, 10 );
106 Text [ en-US ] = "Check ~grammar" ;
112 Pos = MAP_APPFONT( 209, 37 );
113 Size = MAP_APPFONT( 55, 14 );
114 Text [ en-US ] = "~Ignore Once" ;
117 PushButton PB_IGNOREALL
119 Pos = MAP_APPFONT( 209, 54 );
120 Size = MAP_APPFONT( 55, 14 );
121 Text [ en-US ] = "I~gnore All" ;
123 PushButton PB_IGNORERULE
125 Pos = MAP_APPFONT( 209, 54 );
126 Size = MAP_APPFONT( 55, 14 );
127 Text [ en-US ] = "I~gnore Rule" ;
130 MenuButton MB_ADDTODICT
132 Pos = MAP_APPFONT( 209, 71 );
133 Size = MAP_APPFONT( 55, 14 );
134 Text [ en-US ] = "~Add" ;
139 Pos = MAP_APPFONT( 209, 99 );
140 Size = MAP_APPFONT( 55, 14 );
141 Text [ en-US ] = "~Change" ;
145 PushButton PB_CHANGEALL
147 Pos = MAP_APPFONT( 209, 117 );
148 Size = MAP_APPFONT( 55, 14 );
149 Text [ en-US ] = "Change A~ll" ;
151 PushButton PB_EXPLAIN
153 Pos = MAP_APPFONT( 209, 117 );
154 Size = MAP_APPFONT( 55, 14 );
156 Text [ en-US ] = "~Explain..." ;
158 PushButton PB_AUTOCORR
160 Pos = MAP_APPFONT( 209, 134 );
161 Size = MAP_APPFONT( 55, 14 );
162 Text [ en-US ] = "AutoCor~rect" ;
164 GroupBox GB_BACKGROUND
166 Pos = MAP_APPFONT( 1, 21 );
167 Size = MAP_APPFONT( 268, 146 );
173 Pos = MAP_APPFONT( 6, 170 );
174 Size = MAP_APPFONT( 55, 14 );
176 PushButton PB_OPTIONS
178 Pos = MAP_APPFONT( 87, 170 );
179 Size = MAP_APPFONT( 55, 14 );
180 Text [ en-US ] = "O~ptions..." ;
184 Pos = MAP_APPFONT( 148, 170 );
185 Size = MAP_APPFONT( 55, 14 );
186 Text [ en-US ] = "~Undo" ;
191 Pos = MAP_APPFONT ( 209 , 170 ) ;
192 Size = MAP_APPFONT ( 55 , 14 ) ;
194 Text [ en-US ] = "Cl~ose" ;
198 Text[ en-US ] = "Resu~me";
200 String ST_NOSUGGESTIONS
202 Text [en-US] = "(no suggestions)";
206 Text[ en-US ] = "Spelling: $LANGUAGE ($LOCATION)";
208 String ST_SPELLING_AND_GRAMMAR
210 Text[ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION)";
212 String ST_SPELLING_AND_GRAMMAR_VENDORNAME
214 Text[ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION) [$VendorName]";
216 Image IMG_DEFAULT_VENDOR
218 ImageBitmap = Bitmap { File = "vendor01.png"; };
220 Image IMG_DEFAULT_VENDOR_HC
222 ImageBitmap = Bitmap { File = "vendor01h.png"; };
226 // ********************************************************************** EOF