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: thesdlg.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/svxids.hrc>
32 #include <svx/dialogs.hrc>
33 #include "thesdlg.hrc"
35 // pragma ----------------------------------------------------------------
37 // RID_SVXDLG_THES -------------------------------------------------------
38 ModalDialog RID_SVXDLG_THESAURUS
40 HelpId = SID_THESAURUS ;
42 Size = MAP_APPFONT ( 285 , 116 ) ;
43 Text [ en-US ] = "Thesaurus" ;
48 Pos = MAP_APPFONT ( 219 , 6 ) ;
49 Size = MAP_APPFONT ( 60 , 14 ) ;
52 CancelButton BTN_THES_CANCEL
54 Pos = MAP_APPFONT ( 219 , 23 ) ;
55 Size = MAP_APPFONT ( 60 , 14 ) ;
59 Pos = MAP_APPFONT ( 219 , 40 ) ;
60 Size = MAP_APPFONT ( 60 , 14 ) ;
61 Text [ en-US ] = "~Search" ;
63 PushButton BTN_LANGUAGE
65 Pos = MAP_APPFONT ( 219 , 57 ) ;
66 Size = MAP_APPFONT ( 60 , 14 ) ;
67 Text [ en-US ] = "~Language..." ;
69 HelpButton BTN_THES_HELP
71 Pos = MAP_APPFONT ( 219 , 77 ) ;
72 Size = MAP_APPFONT ( 60 , 14 ) ;
76 Pos = MAP_APPFONT ( 12 , 14 ) ;
77 Size = MAP_APPFONT ( 96 , 8 ) ;
78 Text [ en-US ] = "~Word" ;
84 Pos = MAP_APPFONT ( 12 , 25 ) ;
85 Size = MAP_APPFONT ( 96 , 65 ) ;
89 Pos = MAP_APPFONT ( 12 , 43 ) ;
90 Size = MAP_APPFONT ( 96 , 8 ) ;
91 Text [ en-US ] = "~Meaning " ;
97 Pos = MAP_APPFONT ( 12 , 55 ) ;
98 Size = MAP_APPFONT ( 96 , 50 ) ;
103 Pos = MAP_APPFONT ( 111 , 43 ) ;
104 Size = MAP_APPFONT ( 96 , 8 ) ;
105 Text [ en-US ] = "Sy~nonym" ;
111 Pos = MAP_APPFONT ( 111 , 55 ) ;
112 Size = MAP_APPFONT ( 96 , 50 ) ;
117 Pos = MAP_APPFONT ( 111 , 14 ) ;
118 Size = MAP_APPFONT ( 96 , 8 ) ;
119 Text [ en-US ] = "~Replace" ;
125 Pos = MAP_APPFONT ( 111 , 25 ) ;
126 Size = MAP_APPFONT ( 96 , 12 ) ;
131 Pos = MAP_APPFONT ( 6 , 3 ) ;
132 Size = MAP_APPFONT ( 207 , 8 ) ;
133 Text [ en-US ] = "Variations" ;
135 String STR_ERR_WORDNOTFOUND
137 Text [ en-US ] = "Word not found in thesaurus" ;
140 // RID_SVXDLG_THES_LANGUAGE ----------------------------------------------
141 ModalDialog RID_SVXDLG_THES_LANGUAGE
143 HelpId = HID_THES_LANGUAGE ;
146 Size = MAP_APPFONT ( 170 , 86 ) ;
147 /* ### ACHTUNG: Neuer Text in Resource? Sprache auswählen : Sprache auswõhlen */
148 /* ### ACHTUNG: Neuer Text in Resource? Sprache auswählen : Sprache auswõhlen */
149 Text [ en-US ] = "Select Language" ;
151 ListBox LB_THES_LANGUAGE
154 Pos = MAP_APPFONT ( 12 , 14 ) ;
155 Size = MAP_APPFONT ( 90 , 60 ) ;
158 FixedLine FL_THES_LANGUAGE
160 Pos = MAP_APPFONT ( 6 , 3 ) ;
161 Size = MAP_APPFONT ( 102 , 8 ) ;
162 Text [ en-US ] = "Selection" ;
166 Pos = MAP_APPFONT ( 114 , 6 ) ;
167 Size = MAP_APPFONT ( 50 , 14 ) ;
170 CancelButton BTN_LANG_CANCEL
172 Pos = MAP_APPFONT ( 114 , 23 ) ;
173 Size = MAP_APPFONT ( 50 , 14 ) ;
175 HelpButton BTN_LANG_HELP
177 Pos = MAP_APPFONT ( 114 , 43 ) ;
178 Size = MAP_APPFONT ( 50 , 14 ) ;
181 // ********************************************************************** EOF