Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optjava.src
blob4ee27517a2bffe8a0bb4d6de1ae0f3f242a04713
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #include "optjava.hrc"
20 #include <cuires.hrc>
21 #include "helpid.hrc"
23 // RID_SVXPAGE_OPTIONS_JAVA ----------------------------------------------
25 TabPage RID_SVXPAGE_OPTIONS_JAVA
27     HelpId = HID_OPTIONS_JAVA ;
28     OutputSize = TRUE ;
29     SVLook = TRUE ;
30     Hide = TRUE ;
31     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
32     Text [ en-US ] = "Java" ;
34     FixedLine FL_JAVA
35     {
36         Pos = MAP_APPFONT ( 6 , 3 ) ;
37         Size = MAP_APPFONT ( 248 , 8 ) ;
38         Text [ en-US ] = "Java options" ;
39     };
40     CheckBox CB_JAVA_ENABLE
41     {
42         HelpID = "cui:CheckBox:RID_SVXPAGE_OPTIONS_JAVA:CB_JAVA_ENABLE";
43         Pos = MAP_APPFONT ( 12, 14 ) ;
44         Size = MAP_APPFONT ( 242 , 10 ) ;
45         Text [ en-US ] = "~Use a Java runtime environment" ;
46     };
47     FixedText FT_JAVA_FOUND
48     {
49         Pos = MAP_APPFONT ( 21 , 27 ) ;
50         Size = MAP_APPFONT ( 233 , 8 ) ;
51         Text [ en-US ] = "~Java runtime environments (JRE) already installed:" ;
52     };
53     Control LB_JAVA
54     {
55         Pos = MAP_APPFONT ( 21 , 38 ) ;
56         Size = MAP_APPFONT ( 177 , 60 ) ;
57         Border = TRUE ;
58         TabStop = TRUE ;
59     };
60     FixedText FT_JAVA_PATH
61     {
62         Pos = MAP_APPFONT ( 21 , 100 ) ;
63         Size = MAP_APPFONT ( 233 , 8 ) ;
64         NoLabel = TRUE ;
65     };
66     PushButton PB_ADD
67     {
68         HelpID = "cui:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_ADD";
69         Pos = MAP_APPFONT ( 204 , 38 ) ;
70         Size = MAP_APPFONT ( 50 , 14 ) ;
71         Text [ en-US ] = "~Add..." ;
72     };
73     PushButton PB_PARAMETER
74     {
75         HelpID = "cui:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_PARAMETER";
76         Pos = MAP_APPFONT ( 204 , 55 ) ;
77         Size = MAP_APPFONT ( 50 , 14 ) ;
78         Text [ en-US ] = "~Parameters..." ;
79     };
80     PushButton PB_CLASSPATH
81     {
82         HelpID = "cui:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_CLASSPATH";
83         Pos = MAP_APPFONT ( 204 , 72 ) ;
84         Size = MAP_APPFONT ( 50 , 14 ) ;
85         Text [ en-US ] = "~Class Path..." ;
86     };
87     FixedLine FL_EXPERIMENTAL
88     {
89         Pos = MAP_APPFONT ( 6 , 120 ) ;
90         Size = MAP_APPFONT ( 248 , 8 ) ;
91         Text [ en-US ] = "Optional (unstable) options" ;
92     };
93     CheckBox CB_EXPERIMENTAL
94     {
95         Pos = MAP_APPFONT( 12, 130 );
96         Size = MAP_APPFONT ( 242 , 10 );
97         Text [ en-US ] = "Enable experimental features";
98     };
99     CheckBox CB_MACRO
100     {
101         Pos = MAP_APPFONT( 12, 140 );
102         Size = MAP_APPFONT ( 242 , 10 );
103         Text [ en-US ] = "Enable macro recording";
104     };
105     String STR_INSTALLED_IN
106     {
107         Text [ en-US ] = "Location: " ;
108     };
109     String STR_ACCESSIBILITY
110     {
111         Text [ en-US ] = "with accessibility support" ;
112     };
113     String STR_ADDDLGTEXT
114     {
115         Text [ en-US ] = "Select a Java Runtime Environment" ;
116     };
117     String STR_HEADER_VENDOR
118     {
119         Text [ en-US ] = "Vendor" ;
120     };
121     String STR_HEADER_VERSION
122     {
123         Text [ en-US ] = "Version" ;
124     };
125     String STR_HEADER_FEATURES
126     {
127         Text [ en-US ] = "Features" ;
128     };
131 // RID_SVXDLG_JAVA_PARAMETER ---------------------------------------------
133 ModalDialog RID_SVXDLG_JAVA_PARAMETER
135     HelpId = HID_OPTIONS_JAVA_PARAMETER ;
136     OutputSize = TRUE ;
137     SVLook = TRUE ;
138     Size = MAP_APPFONT ( 270 , 140 ) ;
139     Text [ en-US ] = "Java Start Parameters" ;
140     Moveable = TRUE ;
141     FixedText FT_PARAMETER
142     {
143         Pos = MAP_APPFONT ( 6 , 3 ) ;
144         Size = MAP_APPFONT ( 202 , 8 ) ;
145         Text [ en-US ] = "Java start ~parameter" ;
146     };
147     Edit ED_PARAMETER
148     {
149         HelpID = "cui:Edit:RID_SVXDLG_JAVA_PARAMETER:ED_PARAMETER";
150         Pos = MAP_APPFONT ( 6 , 15 ) ;
151         Size = MAP_APPFONT ( 202 , 12 ) ;
152         Border = TRUE ;
153     };
154     PushButton PB_ASSIGN
155     {
156         HelpID = "cui:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_ASSIGN";
157         Pos = MAP_APPFONT ( 214 , 14 ) ;
158         Size = MAP_APPFONT ( 50 , 14 ) ;
159         Text [ en-US ] = "~Assign" ;
160     };
161     FixedText FT_ASSIGNED
162     {
163         Pos = MAP_APPFONT ( 6 , 31 ) ;
164         Size = MAP_APPFONT ( 202 , 8 ) ;
165         Text [ en-US ] = "Assig~ned start parameters" ;
166     };
167     ListBox LB_ASSIGNED
168     {
169         HelpID = "cui:ListBox:RID_SVXDLG_JAVA_PARAMETER:LB_ASSIGNED";
170         Border = TRUE ;
171         Pos = MAP_APPFONT ( 6 , 42 ) ;
172         Size = MAP_APPFONT ( 202 , 53 ) ;
173         AutoHScroll = TRUE ;
174     };
175     FixedText FT_EXAMPLE
176     {
177         Pos = MAP_APPFONT ( 6 , 98 ) ;
178         Size = MAP_APPFONT ( 202 , 8 ) ;
179         Text [ en-US ] = "For example: -Dmyprop=c:\\program files\\java" ;
180     };
181     PushButton PB_REMOVE
182     {
183         HelpID = "cui:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_REMOVE";
184         Pos = MAP_APPFONT ( 214 , 42 ) ;
185         Size = MAP_APPFONT ( 50 , 14 ) ;
186         Text [ en-US ] = "~Remove" ;
187     };
188     FixedLine FL_BUTTONS
189     {
190         Pos = MAP_APPFONT ( 3 , 109 ) ;
191         Size = MAP_APPFONT ( 264 , 8 ) ;
192     };
193     OKButton PB_PARAMETER_OK
194     {
195         Pos = MAP_APPFONT ( 105 , 120 ) ;
196         Size = MAP_APPFONT ( 50 , 14 ) ;
197         DefButton = TRUE ;
198     };
199     CancelButton PB_PARAMETER_ESC
200     {
201         Pos = MAP_APPFONT ( 158 , 120 ) ;
202         Size = MAP_APPFONT ( 50 , 14 ) ;
203     };
204     HelpButton PB_PARAMETER_HLP
205     {
206         Pos = MAP_APPFONT ( 214 , 120 ) ;
207         Size = MAP_APPFONT ( 50 , 14 ) ;
208     };
211 // RID_SVXDLG_JAVA_CLASSPATH ---------------------------------------------
213 ModalDialog RID_SVXDLG_JAVA_CLASSPATH
215     HelpId = HID_OPTIONS_JAVA_CLASSPATH ;
216     OutputSize = TRUE ;
217     SVLook = TRUE ;
218     Size = MAP_APPFONT ( 240 , 120 ) ;
219     Text [ en-US ] = "Class Path" ;
220     Moveable = TRUE ;
221     FixedText FT_PATH
222     {
223         Pos = MAP_APPFONT ( 6 , 3 ) ;
224         Size = MAP_APPFONT ( 172 , 8 ) ;
225         Text [ en-US ] = "A~ssigned folders and archives" ;
226     };
227     ListBox LB_PATH
228     {
229         HelpID = "cui:ListBox:RID_SVXDLG_JAVA_CLASSPATH:LB_PATH";
230         Pos = MAP_APPFONT ( 6 , 14 ) ;
231         Size = MAP_APPFONT ( 172 , 72 ) ;
232         Border = TRUE ;
233         AutoHScroll = TRUE ;
234     };
235     PushButton PB_ADDARCHIVE
236     {
237         HelpID = "cui:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_ADDARCHIVE";
238         Pos = MAP_APPFONT ( 184 , 14 ) ;
239         Size = MAP_APPFONT ( 50 , 14 ) ;
240         Text [ en-US ] = "~Add Archive..." ;
241     };
242     PushButton PB_ADDPATH
243     {
244         HelpID = "cui:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_ADDPATH";
245         Pos = MAP_APPFONT ( 184 , 31 ) ;
246         Size = MAP_APPFONT ( 50 , 14 ) ;
247         Text [ en-US ] = "Add ~Folder" ;
248     };
249     PushButton PB_REMOVE_PATH
250     {
251         HelpID = "cui:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_REMOVE_PATH";
252         Pos = MAP_APPFONT ( 184 , 48 ) ;
253         Size = MAP_APPFONT ( 50 , 14 ) ;
254         Text [ en-US ] = "~Remove" ;
255     };
256     FixedLine FL_PATH_BUTTONS
257     {
258         Pos = MAP_APPFONT ( 3 , 89 ) ;
259         Size = MAP_APPFONT ( 236 , 8 ) ;
260     };
261     OKButton PB_PATH_OK
262     {
263         Pos = MAP_APPFONT ( 75 , 100 ) ;
264         Size = MAP_APPFONT ( 50 , 14 ) ;
265         DefButton = TRUE ;
266     };
267     CancelButton PB_PATH_ESC
268     {
269         Pos = MAP_APPFONT ( 128 , 100 ) ;
270         Size = MAP_APPFONT ( 50 , 14 ) ;
271     };
272     HelpButton PB_PATH_HLP
273     {
274         Pos = MAP_APPFONT ( 186 , 100 ) ;
275         Size = MAP_APPFONT ( 50 , 14 ) ;
276     };
279 ErrorBox RID_SVXERR_JRE_NOT_RECOGNIZED
281     BUTTONS = WB_OK ;
282     DEFBUTTON = WB_DEF_OK ;
283     Message [ en-US ] = "The folder you selected does not contain a Java runtime environment.\nPlease select a different folder." ;
286 ErrorBox RID_SVXERR_JRE_FAILED_VERSION
288     BUTTONS = WB_OK ;
289     DEFBUTTON = WB_DEF_OK ;
290     Message [ en-US ] = "The Java runtime environment you selected is not the required version.\nPlease select a different folder." ;
293 WarningBox RID_SVX_MSGBOX_OPTIONS_RESTART
295     BUTTONS = WB_OK ;
296     DEFBUTTON = WB_DEF_OK ;
297     Message [ en-US ] = "You have to restart %PRODUCTNAME so the new or modified values can take effect.\nPlease restart %PRODUCTNAME now." ;