bump product version to 4.1.6.2
[LibreOffice.git] / cui / source / options / optjava.src
blob55bae8d3a48506ac3c655c5c657db6f4cfcf45b7
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "optjava.hrc"
21 #include <cuires.hrc>
22 #include "helpid.hrc"
24 // RID_SVXDLG_JAVA_PARAMETER ---------------------------------------------
26 ModalDialog RID_SVXDLG_JAVA_PARAMETER
28     HelpId = HID_OPTIONS_JAVA_PARAMETER ;
29     OutputSize = TRUE ;
30     SVLook = TRUE ;
31     Size = MAP_APPFONT ( 270 , 140 ) ;
32     Text [ en-US ] = "Java Start Parameters" ;
33     Moveable = TRUE ;
34     FixedText FT_PARAMETER
35     {
36         Pos = MAP_APPFONT ( 6 , 3 ) ;
37         Size = MAP_APPFONT ( 202 , 8 ) ;
38         Text [ en-US ] = "Java start ~parameter" ;
39     };
40     Edit ED_PARAMETER
41     {
42         HelpID = "cui:Edit:RID_SVXDLG_JAVA_PARAMETER:ED_PARAMETER";
43         Pos = MAP_APPFONT ( 6 , 15 ) ;
44         Size = MAP_APPFONT ( 202 , 12 ) ;
45         Border = TRUE ;
46     };
47     PushButton PB_ASSIGN
48     {
49         HelpID = "cui:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_ASSIGN";
50         Pos = MAP_APPFONT ( 214 , 14 ) ;
51         Size = MAP_APPFONT ( 50 , 14 ) ;
52         Text [ en-US ] = "~Assign" ;
53     };
54     FixedText FT_ASSIGNED
55     {
56         Pos = MAP_APPFONT ( 6 , 31 ) ;
57         Size = MAP_APPFONT ( 202 , 8 ) ;
58         Text [ en-US ] = "Assig~ned start parameters" ;
59     };
60     ListBox LB_ASSIGNED
61     {
62         HelpID = "cui:ListBox:RID_SVXDLG_JAVA_PARAMETER:LB_ASSIGNED";
63         Border = TRUE ;
64         Pos = MAP_APPFONT ( 6 , 42 ) ;
65         Size = MAP_APPFONT ( 202 , 53 ) ;
66         AutoHScroll = TRUE ;
67     };
68     FixedText FT_EXAMPLE
69     {
70         Pos = MAP_APPFONT ( 6 , 98 ) ;
71         Size = MAP_APPFONT ( 202 , 8 ) ;
72         Text [ en-US ] = "For example: -Dmyprop=c:\\program files\\java" ;
73     };
74     PushButton PB_REMOVE
75     {
76         HelpID = "cui:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_REMOVE";
77         Pos = MAP_APPFONT ( 214 , 42 ) ;
78         Size = MAP_APPFONT ( 50 , 14 ) ;
79         Text [ en-US ] = "~Remove" ;
80     };
81     FixedLine FL_BUTTONS
82     {
83         Pos = MAP_APPFONT ( 3 , 109 ) ;
84         Size = MAP_APPFONT ( 264 , 8 ) ;
85     };
86     OKButton PB_PARAMETER_OK
87     {
88         Pos = MAP_APPFONT ( 105 , 120 ) ;
89         Size = MAP_APPFONT ( 50 , 14 ) ;
90         DefButton = TRUE ;
91     };
92     CancelButton PB_PARAMETER_ESC
93     {
94         Pos = MAP_APPFONT ( 158 , 120 ) ;
95         Size = MAP_APPFONT ( 50 , 14 ) ;
96     };
97     HelpButton PB_PARAMETER_HLP
98     {
99         Pos = MAP_APPFONT ( 214 , 120 ) ;
100         Size = MAP_APPFONT ( 50 , 14 ) ;
101     };
104 // RID_SVXDLG_JAVA_CLASSPATH ---------------------------------------------
106 ModalDialog RID_SVXDLG_JAVA_CLASSPATH
108     HelpId = HID_OPTIONS_JAVA_CLASSPATH ;
109     OutputSize = TRUE ;
110     SVLook = TRUE ;
111     Size = MAP_APPFONT ( 240 , 120 ) ;
112     Text [ en-US ] = "Class Path" ;
113     Moveable = TRUE ;
114     FixedText FT_PATH
115     {
116         Pos = MAP_APPFONT ( 6 , 3 ) ;
117         Size = MAP_APPFONT ( 172 , 8 ) ;
118         Text [ en-US ] = "A~ssigned folders and archives" ;
119     };
120     ListBox LB_PATH
121     {
122         HelpID = "cui:ListBox:RID_SVXDLG_JAVA_CLASSPATH:LB_PATH";
123         Pos = MAP_APPFONT ( 6 , 14 ) ;
124         Size = MAP_APPFONT ( 172 , 72 ) ;
125         Border = TRUE ;
126         AutoHScroll = TRUE ;
127     };
128     PushButton PB_ADDARCHIVE
129     {
130         HelpID = "cui:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_ADDARCHIVE";
131         Pos = MAP_APPFONT ( 184 , 14 ) ;
132         Size = MAP_APPFONT ( 50 , 14 ) ;
133         Text [ en-US ] = "~Add Archive..." ;
134     };
135     PushButton PB_ADDPATH
136     {
137         HelpID = "cui:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_ADDPATH";
138         Pos = MAP_APPFONT ( 184 , 31 ) ;
139         Size = MAP_APPFONT ( 50 , 14 ) ;
140         Text [ en-US ] = "Add ~Folder" ;
141     };
142     PushButton PB_REMOVE_PATH
143     {
144         HelpID = "cui:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_REMOVE_PATH";
145         Pos = MAP_APPFONT ( 184 , 48 ) ;
146         Size = MAP_APPFONT ( 50 , 14 ) ;
147         Text [ en-US ] = "~Remove" ;
148     };
149     FixedLine FL_PATH_BUTTONS
150     {
151         Pos = MAP_APPFONT ( 3 , 89 ) ;
152         Size = MAP_APPFONT ( 236 , 8 ) ;
153     };
154     OKButton PB_PATH_OK
155     {
156         Pos = MAP_APPFONT ( 75 , 100 ) ;
157         Size = MAP_APPFONT ( 50 , 14 ) ;
158         DefButton = TRUE ;
159     };
160     CancelButton PB_PATH_ESC
161     {
162         Pos = MAP_APPFONT ( 128 , 100 ) ;
163         Size = MAP_APPFONT ( 50 , 14 ) ;
164     };
165     HelpButton PB_PATH_HLP
166     {
167         Pos = MAP_APPFONT ( 186 , 100 ) ;
168         Size = MAP_APPFONT ( 50 , 14 ) ;
169     };
172 ErrorBox RID_SVXERR_JRE_NOT_RECOGNIZED
174     BUTTONS = WB_OK ;
175     DEFBUTTON = WB_DEF_OK ;
176     Message [ en-US ] = "The folder you selected does not contain a Java runtime environment.\nPlease select a different folder." ;
179 ErrorBox RID_SVXERR_JRE_FAILED_VERSION
181     BUTTONS = WB_OK ;
182     DEFBUTTON = WB_DEF_OK ;
183     Message [ en-US ] = "The Java runtime environment you selected is not the required version.\nPlease select a different folder." ;
186 WarningBox RID_SVX_MSGBOX_OPTIONS_RESTART
188     BUTTONS = WB_OK ;
189     DEFBUTTON = WB_DEF_OK ;
190     Message [ en-US ] = "You have to restart %PRODUCTNAME so the new or modified values can take effect.\nPlease restart %PRODUCTNAME now." ;
193 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */