update dev300-m58
[ooovba.git] / svx / source / cui / SpellDialog.src
blob9b899f77b161cf9164281ca0c749888cf4c1bb8c
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: SpellDialog.src,v $
10  * $Revision: 1.9 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include <svx/dialogs.hrc>
32 #include "helpid.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 );
44     OutputSize = TRUE;
45     Closeable = TRUE ;
46     SVLook = TRUE;
47     Hide = TRUE;
48     Text [ en-US ] = "Spellcheck: " ;
50     Moveable = TRUE ;
52     FixedImage IMG_VENDOR
53     {
54         Pos = MAP_APPFONT ( 0, 0 ) ;
55         Size = MAP_APPFONT ( 270, 21  ) ;
56         Hide = TRUE;
57     };
58     
59     FixedText FT_LANGUAGE
60     {
61         Pos = MAP_APPFONT(  6, 8 );
62         Size = MAP_APPFONT( 100, 8 );
63         Text [ en-US ] = "Text languag~e" ;
64     };
65     ListBox LB_LANGUAGE
66     {
67         Pos = MAP_APPFONT( 110, 6 );
68         Size = MAP_APPFONT( 93, 55 );
69         Border = TRUE;
70         Sort = TRUE;
71         DropDown = TRUE;
72     };
73     FixedText FT_NOTINDICT
74     {
75         Pos = MAP_APPFONT(  6, 26 );
76         Size = MAP_APPFONT( 120, 8 );
77         Text [ en-US ] = "~Not in dictionary" ;
78     };
80     MultiLineEdit ED_NEWWORD
81     {
82         Pos = MAP_APPFONT( 6, 37 );
83         Size = MAP_APPFONT( 197, 48 );
84         Border = TRUE;
85         VScroll = TRUE;
86         IgnoreTab = TRUE;
87     };
89     FixedText FT_SUGGESTION
90     {
91         Pos = MAP_APPFONT( 6, 88 );
92         Size = MAP_APPFONT( 120, 8 );
93         Text [ en-US ] = "~Suggestions" ;
94     };
95     ListBox LB_SUGGESTION
96     {
97         Pos = MAP_APPFONT( 6, 99 );
98         Size = MAP_APPFONT( 197, 48 );
99         Border = TRUE;
100     };
102     CheckBox CB_CHECK_GRAMMAR
103     {
104         Pos = MAP_APPFONT(  6, 153 );
105         Size = MAP_APPFONT( 100, 10 );
106         Text [ en-US ] = "Check ~grammar" ;
107         Hide = TRUE;
108     };
110     PushButton PB_IGNORE
111     {
112         Pos = MAP_APPFONT( 209, 37 );
113         Size = MAP_APPFONT( 55, 14 );
114         Text [ en-US ] = "~Ignore Once" ;
115     };
117     PushButton PB_IGNOREALL
118     {
119         Pos = MAP_APPFONT( 209, 54 );
120         Size = MAP_APPFONT( 55, 14 );
121         Text [ en-US ] = "I~gnore All" ;
122     };
123     PushButton PB_IGNORERULE
124     {
125         Pos = MAP_APPFONT( 209, 54 );
126         Size = MAP_APPFONT( 55, 14 );
127         Text [ en-US ] = "I~gnore Rule" ;
128         Hide = TRUE;
129     };
130     MenuButton MB_ADDTODICT
131     {
132         Pos = MAP_APPFONT( 209, 71 );
133         Size = MAP_APPFONT( 55, 14 );
134         Text [ en-US ] = "~Add" ;
135     };
137     PushButton PB_CHANGE
138     {
139         Pos = MAP_APPFONT( 209, 99 );
140         Size = MAP_APPFONT( 55, 14 );
141         Text [ en-US ] = "~Change" ;
142         DefButton = TRUE ;
143     };
145     PushButton PB_CHANGEALL
146     {
147         Pos = MAP_APPFONT( 209, 117 );
148         Size = MAP_APPFONT( 55, 14 );
149         Text [ en-US ] = "Change A~ll" ;
150     };
151     PushButton PB_EXPLAIN
152     {
153         Pos = MAP_APPFONT( 209, 117 );
154         Size = MAP_APPFONT( 55, 14 );
155         Hide = TRUE;
156         Text [ en-US ] = "~Explain..." ;
157     };
158     PushButton PB_AUTOCORR
159     {
160         Pos = MAP_APPFONT( 209, 134 );
161         Size = MAP_APPFONT( 55, 14 );
162         Text [ en-US ] = "AutoCor~rect" ;
163     };
164     GroupBox GB_BACKGROUND
165     {
166         Pos = MAP_APPFONT( 1, 21 );
167         Size = MAP_APPFONT( 268, 146 );
168         Hide=TRUE;
169     };
171     HelpButton PB_HELP
172     {
173         Pos = MAP_APPFONT( 6, 170 );
174         Size = MAP_APPFONT( 55, 14 );
175     };
176     PushButton PB_OPTIONS
177     {
178         Pos = MAP_APPFONT( 87, 170 );
179         Size = MAP_APPFONT( 55, 14 );
180         Text [ en-US ] = "O~ptions..." ;
181     };
182     PushButton PB_UNDO
183     {
184         Pos = MAP_APPFONT( 148, 170 );
185         Size = MAP_APPFONT( 55, 14 );
186         Text [ en-US ] = "~Undo" ;
187     };
189     PushButton PB_CLOSE
190     {
191         Pos = MAP_APPFONT ( 209 , 170 ) ;
192         Size = MAP_APPFONT ( 55 , 14 ) ;
193         TabStop = TRUE ;
194         Text [ en-US ] = "Cl~ose" ;
195     };
196     String ST_RESUME
197     {
198         Text[ en-US ] = "Resu~me";
199     };
200     String ST_NOSUGGESTIONS
201     {
202         Text [en-US] = "(no suggestions)";
203     };
204     String ST_SPELLING
205     {
206         Text[ en-US ] = "Spelling: $LANGUAGE ($LOCATION)";
207     };
208     String ST_SPELLING_AND_GRAMMAR
209     {
210         Text[ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION)";
211     };
212     String ST_SPELLING_AND_GRAMMAR_VENDORNAME
213     {
214         Text[ en-US ] = "Spelling and Grammar: $LANGUAGE ($LOCATION) [$VendorName]";
215     };
216     Image IMG_DEFAULT_VENDOR
217     {
218         ImageBitmap = Bitmap { File = "vendor01.png"; };
219     };
220     Image IMG_DEFAULT_VENDOR_HC
221     {
222         ImageBitmap = Bitmap { File = "vendor01h.png"; };
223     };
226  // ********************************************************************** EOF