masterfix DEV300: #i10000# build fix
[LibreOffice.git] / cui / source / options / optdict.src
blobae63c20f401386e997c03dfe4d57ed400fafe414
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 <cuires.hrc>
31 #include "optdict.hrc"
32  // pragma ----------------------------------------------------------------
34  // RID_SFXDLG_NEWDICT ----------------------------------------------------
35 ModalDialog RID_SFXDLG_NEWDICT
37     HelpId = HID_OPTIONS_DICT_NEW ;
38     OutputSize = TRUE ;
39     SVLook = TRUE ;
40     Size = MAP_APPFONT ( 213 , 66 ) ;
41     Moveable = TRUE ;
42     /* ### ACHTUNG: Neuer Text in Resource? Benutzerwörterbuch anlegen : Benutzerw÷rterbuch anlegen */
43     /* ### ACHTUNG: Neuer Text in Resource? Benutzerwörterbuch anlegen : Benutzerw÷rterbuch anlegen */
44     Text [ en-US ] = "New Dictionary" ;
45     FixedText FT_DICTNAME
46     {
47         Pos = MAP_APPFONT ( 11 , 15 ) ;
48         Size = MAP_APPFONT ( 40 , 10 ) ;
49         Text [ en-US ] = "~Name" ;
50         LeftLabel = TRUE ;
51     };
52     Edit ED_DICTNAME
53     {
54         HelpID = "cui:Edit:RID_SFXDLG_NEWDICT:ED_DICTNAME";
55         Border = TRUE ;
56         Pos = MAP_APPFONT ( 55 , 14 ) ;
57         Size = MAP_APPFONT ( 90 , 12 ) ;
58         MaxTextLength = 32 ;
59     };
60     FixedText FT_DICTLANG
61     {
62         Pos = MAP_APPFONT ( 12 , 30 ) ;
63         Size = MAP_APPFONT ( 40 , 10 ) ;
64         Text [ en-US ] = "~Language" ;
65         LeftLabel = TRUE ;
66     };
67     ListBox LB_DICTLANG
68     {
69         HelpID = "cui:ListBox:RID_SFXDLG_NEWDICT:LB_DICTLANG";
70         Border = TRUE ;
71         Pos = MAP_APPFONT ( 55 , 30 ) ;
72         Size = MAP_APPFONT ( 90 , 66 ) ;
73         DropDown = TRUE ;
74     };
75     CheckBox BTN_EXCEPT
76     {
77         HelpID = "cui:CheckBox:RID_SFXDLG_NEWDICT:BTN_EXCEPT";
78         Pos = MAP_APPFONT ( 12 , 44 ) ;
79         Size = MAP_APPFONT ( 57 , 10 ) ;
80         Text [ en-US ] = "~Exception (-)" ;
81     };
82     FixedLine GB_NEWDICT
83     {
84         Pos = MAP_APPFONT ( 6 , 3 ) ;
85         Size = MAP_APPFONT ( 145 , 8 ) ;
86         /* ### ACHTUNG: Neuer Text in Resource? Wörterbuch : W÷rterbuch */
87         /* ### ACHTUNG: Neuer Text in Resource? Wörterbuch : W÷rterbuch */
88         Text [ en-US ] = "Dictionary" ;
89     };
90     OKButton BTN_NEWDICT_OK
91     {
92         Pos = MAP_APPFONT ( 157 , 6 ) ;
93         Size = MAP_APPFONT ( 50 , 14 ) ;
94         Disable = TRUE ;
95         DefButton = TRUE ;
96     };
97     CancelButton BTN_NEWDICT_ESC
98     {
99         Pos = MAP_APPFONT ( 157 , 23 ) ;
100         Size = MAP_APPFONT ( 50 , 14 ) ;
101     };
102     HelpButton BTN_NEWDICT_HLP
103     {
104         Pos = MAP_APPFONT ( 157 , 43 ) ;
105         Size = MAP_APPFONT ( 50 , 14 ) ;
106     };
109  // RID_SFXDLG_EDITDICT ---------------------------------------------------
110 ModalDialog RID_SFXDLG_EDITDICT
112     HelpId = HID_OPTIONS_DICT_EDIT ;
113     OutputSize = TRUE ;
114     SVLook = TRUE ;
115     Size = MAP_APPFONT( 270, 161 );
117     /* ### ACHTUNG: Neuer Text in Resource? Benutzerwörterbuch bearbeiten : Benutzerw÷rterbuch bearbeiten */
118     /* ### ACHTUNG: Neuer Text in Resource? Benutzerwörterbuch bearbeiten : Benutzerw÷rterbuch bearbeiten */
119     Text [ en-US ] = "Edit Custom Dictionary" ;
121     Moveable = TRUE ;
122     FixedText FT_BOOK
123     {
124         Pos = MAP_APPFONT ( 12 , 10 ) ;
125         Size = MAP_APPFONT ( 86 , 10 ) ;
126         Text [ en-US ] = "~Book" ;
127     };
128     ListBox LB_ALLDICTS
129     {
130         HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_ALLDICTS";
131         Border = TRUE ;
132         Pos = MAP_APPFONT ( 82 , 9 ) ;
133         Size = MAP_APPFONT ( 121 , 62 ) ;
134         DropDown = TRUE ;
135     };
136     FixedText FT_DICTLANG
137     {
138         Pos = MAP_APPFONT ( 12 , 26 ) ;
139         Size = MAP_APPFONT ( 86 , 10 ) ;
140         Text [ en-US ] = "~Language" ;
141     };
142     ListBox LB_DICTLANG
143     {
144         HelpID = "cui:ListBox:RID_SFXDLG_EDITDICT:LB_DICTLANG";
145         Border = TRUE ;
146         Pos = MAP_APPFONT ( 82 , 25 ) ;
147         Size = MAP_APPFONT ( 121 , 66 ) ;
148         DropDown = TRUE ;
149     };
151     FixedLine GB_EDITDICTS
152     {
153         Pos = MAP_APPFONT( 1, 1 );
154         Size = MAP_APPFONT( 268, 138 );
155         Hide=TRUE;
156     };
158     FixedText FT_WORD
159     {
160         Pos = MAP_APPFONT ( 13 , 46 ) ;
161         Size = MAP_APPFONT ( 40 , 8 ) ;
162         Text [ en-US ] = "~Word";
163     };
164     Edit ED_WORD
165     {
166         HelpID = "cui:Edit:RID_SFXDLG_EDITDICT:ED_WORD";
167         Pos = MAP_APPFONT ( 12 , 56 ) ;
168         Size = MAP_APPFONT ( 71 , 12 ) ;
169         Border = TRUE ;
170         TabStop = TRUE ;
171     };
172     FixedText FT_REPLACE
173     {
174         Pos = MAP_APPFONT ( 84 , 46 ) ;
175         Size = MAP_APPFONT ( 60 , 8 ) ;
176         Text [ en-US ] = "Replace ~By:";
177     };
179     Edit ED_REPLACE
180     {
181         HelpID = "cui:Edit:RID_SFXDLG_EDITDICT:ED_REPLACE";
182         Pos = MAP_APPFONT ( 83 , 56 ) ;
183         Size = MAP_APPFONT ( 120 , 12 ) ;
184         Border = TRUE ;
185         TabStop = TRUE ;
186     };
188     PushButton PB_NEW_REPLACE
189     {
190         HelpID = "cui:PushButton:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE";
191         Pos = MAP_APPFONT ( 209 , 56 ) ;
192         Size = MAP_APPFONT ( 55 , 12 ) ;
193         TabStop = TRUE ;
194         Text [ en-US ] = "~New" ;
195     };
196     PushButton PB_DELETE_REPLACE
197     {
198         HelpID = "cui:PushButton:RID_SFXDLG_EDITDICT:PB_DELETE_REPLACE";
199         Pos = MAP_APPFONT ( 209 , 71 ) ;
200         Size = MAP_APPFONT ( 55 , 12 ) ;
201         TabStop = TRUE ;
202         Text [ en-US ] = "~Delete" ;
203     };
204     Control TLB_REPLACE
205     {
206         HelpId = HID_OPTIONS_DICT_EDIT_ENTRIES_LIST;
207         Pos = MAP_APPFONT ( 12 , 71 ) ;
208         Size = MAP_APPFONT ( 191 , 58 ) ;
209         Border = TRUE ;
210         TabStop = TRUE ;
211     };
212     String STR_MODIFY
213     {
214         Text [ en-US ] = "~Replace" ;
215     };
219     HelpButton BTN_EDITHELP
220     {
221         Pos = MAP_APPFONT( 145, 143 );
222         Size = MAP_APPFONT( 55, 14 );
223     };
225     CancelButton BTN_EDITCLOSE
226     {
227         Pos = MAP_APPFONT ( 209 , 143 ) ;
228         Size = MAP_APPFONT ( 55 , 14 ) ;
230         /* ### ACHTUNG: Neuer Text in Resource? ~Schließen : ~Schlie˜en */
231         /* ### ACHTUNG: Neuer Text in Resource? ~Schließen : ~Schlie˜en */
232         Text [ en-US ] = "~Close" ;
233     };
236  // Strings ---------------------------------------------------------------
237 String RID_SVXSTR_OPT_DOUBLE_DICTS
239     Text [ en-US ] = "The specified name already exists.\nPlease enter a new name." ;
241  // RID_SFXQB_SET_LANGUAGE ------------------------------------------------
242 QueryBox RID_SFXQB_SET_LANGUAGE
244     Buttons = WB_YES_NO ;
245     DefButton = WB_DEF_NO ;
246     /* ### ACHTUNG: Neuer Text in Resource? Möchten Sie die Sprache des Wörterbuches '%1' ändern? : Möchten Sie die Sprache des Wörterbuches ''%1'' ändern? */
247     /* ### ACHTUNG: Neuer Text in Resource? Möchten Sie die Sprache des Wörterbuches '%1' ändern? : Möchten Sie die Sprache des Wörterbuches ''%1'' ändern? */
248     /* ### ACHTUNG: Neuer Text in Resource? Möchten Sie die Sprache des Wörterbuches '%1' ändern? : M÷chten Sie die Sprache des W÷rterbuches '%1' õndern? */
249     /* ### ACHTUNG: Neuer Text in Resource? Möchten Sie die Sprache des Wörterbuches '%1' ändern? : M÷chten Sie die Sprache des W÷rterbuches '%1' õndern? */
250     Message [ en-US ] = "Do you want to change the '%1' dictionary language?" ;
252  // ********************************************************************** EOF