update dev300-m58
[ooovba.git] / svx / source / dialog / thesdlg.src
blobc75d95ca5d26791644ba43fa7c92be6d5e0dcf4b
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: thesdlg.src,v $
10  * $Revision: 1.23 $
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/svxids.hrc>
32 #include <svx/dialogs.hrc>
33 #include "thesdlg.hrc"
34 #include "helpid.hrc"
35  // pragma ----------------------------------------------------------------
37  // RID_SVXDLG_THES -------------------------------------------------------
38 ModalDialog RID_SVXDLG_THESAURUS
40     HelpId = SID_THESAURUS ;
41     OutputSize = TRUE ;
42     Size = MAP_APPFONT ( 285 , 116 ) ;
43     Text [ en-US ] = "Thesaurus" ;
44     Moveable = TRUE ;
45     SvLook = TRUE ;
46     OkButton BTN_THES_OK
47     {
48         Pos = MAP_APPFONT ( 219 , 6 ) ;
49         Size = MAP_APPFONT ( 60 , 14 ) ;
50         DefButton = TRUE ;
51     };
52     CancelButton BTN_THES_CANCEL
53     {
54         Pos = MAP_APPFONT ( 219 , 23 ) ;
55         Size = MAP_APPFONT ( 60 , 14 ) ;
56     };
57     PushButton BTN_LOOKUP
58     {
59         Pos = MAP_APPFONT ( 219 , 40 ) ;
60         Size = MAP_APPFONT ( 60 , 14 ) ;
61         Text [ en-US ] = "~Search" ;
62     };
63     PushButton BTN_LANGUAGE
64     {
65         Pos = MAP_APPFONT ( 219 , 57 ) ;
66         Size = MAP_APPFONT ( 60 , 14 ) ;
67         Text [ en-US ] = "~Language..." ;
68     };
69     HelpButton BTN_THES_HELP
70     {
71         Pos = MAP_APPFONT ( 219 , 77 ) ;
72         Size = MAP_APPFONT ( 60 , 14 ) ;
73     };
74     FixedText FT_WORD
75     {
76         Pos = MAP_APPFONT ( 12 , 14 ) ;
77         Size = MAP_APPFONT ( 96 , 8 ) ;
78         Text [ en-US ] = "~Word" ;
79         LEFT = TRUE ;
80     };
81     ListBox LB_WORD
82     {
83         DropDown = TRUE ;
84         Pos = MAP_APPFONT ( 12 , 25 ) ;
85         Size = MAP_APPFONT ( 96 , 65 ) ;
86     };
87     FixedText FT_MEAN
88     {
89         Pos = MAP_APPFONT ( 12 , 43 ) ;
90         Size = MAP_APPFONT ( 96 , 8 ) ;
91         Text [ en-US ] = "~Meaning " ;
92         LEFT = TRUE ;
93     };
94     ListBox LB_MEAN
95     {
96         BORDER = TRUE ;
97         Pos = MAP_APPFONT ( 12 , 55 ) ;
98         Size = MAP_APPFONT ( 96 , 50 ) ;
99         AutoHScroll = TRUE ;
100     };
101     FixedText FT_SYNON
102     {
103         Pos = MAP_APPFONT ( 111 , 43 ) ;
104         Size = MAP_APPFONT ( 96 , 8 ) ;
105         Text [ en-US ] = "Sy~nonym" ;
106         LEFT = TRUE ;
107     };
108     ListBox LB_SYNON
109     {
110         BORDER = TRUE ;
111         Pos = MAP_APPFONT ( 111 , 55 ) ;
112         Size = MAP_APPFONT ( 96 , 50 ) ;
113         AutoHScroll = TRUE ;
114     };
115     FixedText FT_REPL
116     {
117         Pos = MAP_APPFONT ( 111 , 14 ) ;
118         Size = MAP_APPFONT ( 96 , 8 ) ;
119         Text [ en-US ] = "~Replace" ;
120         LEFT = TRUE ;
121     };
122     Edit ED_REPL
123     {
124         BORDER = TRUE ;
125         Pos = MAP_APPFONT ( 111 , 25 ) ;
126         Size = MAP_APPFONT ( 96 , 12 ) ;
127         LEFT = TRUE ;
128     };
129     FixedLine FL_VAR
130     {
131         Pos = MAP_APPFONT ( 6 , 3 ) ;
132         Size = MAP_APPFONT ( 207 , 8 ) ;
133         Text [ en-US ] = "Variations" ;
134     };
135     String STR_ERR_WORDNOTFOUND
136     {
137         Text [ en-US ] = "Word not found in thesaurus" ;
138     };
140  // RID_SVXDLG_THES_LANGUAGE ----------------------------------------------
141 ModalDialog RID_SVXDLG_THES_LANGUAGE
143     HelpId = HID_THES_LANGUAGE ;
144     OutputSize = TRUE ;
145     SVLook = TRUE ;
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" ;
150     Moveable = TRUE ;
151     ListBox LB_THES_LANGUAGE
152     {
153         Border = TRUE ;
154         Pos = MAP_APPFONT ( 12 , 14 ) ;
155         Size = MAP_APPFONT ( 90 , 60 ) ;
156         Sort = TRUE ;
157     };
158     FixedLine FL_THES_LANGUAGE
159     {
160         Pos = MAP_APPFONT ( 6 , 3 ) ;
161         Size = MAP_APPFONT ( 102 , 8 ) ;
162         Text [ en-US ] = "Selection" ;
163     };
164     OKButton BTN_LANG_OK
165     {
166         Pos = MAP_APPFONT ( 114 , 6 ) ;
167         Size = MAP_APPFONT ( 50 , 14 ) ;
168         DefButton = TRUE ;
169     };
170     CancelButton BTN_LANG_CANCEL
171     {
172         Pos = MAP_APPFONT ( 114 , 23 ) ;
173         Size = MAP_APPFONT ( 50 , 14 ) ;
174     };
175     HelpButton BTN_LANG_HELP
176     {
177         Pos = MAP_APPFONT ( 114 , 43 ) ;
178         Size = MAP_APPFONT ( 50 , 14 ) ;
179     };
181  // ********************************************************************** EOF