1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "optjava.hrc"
24 // RID_SVXDLG_JAVA_PARAMETER ---------------------------------------------
26 ModalDialog RID_SVXDLG_JAVA_PARAMETER
28 HelpId = HID_OPTIONS_JAVA_PARAMETER ;
31 Size = MAP_APPFONT ( 270 , 140 ) ;
32 Text [ en-US ] = "Java Start Parameters" ;
34 FixedText FT_PARAMETER
36 Pos = MAP_APPFONT ( 6 , 3 ) ;
37 Size = MAP_APPFONT ( 202 , 8 ) ;
38 Text [ en-US ] = "Java start ~parameter" ;
42 HelpID = "cui:Edit:RID_SVXDLG_JAVA_PARAMETER:ED_PARAMETER";
43 Pos = MAP_APPFONT ( 6 , 15 ) ;
44 Size = MAP_APPFONT ( 202 , 12 ) ;
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" ;
56 Pos = MAP_APPFONT ( 6 , 31 ) ;
57 Size = MAP_APPFONT ( 202 , 8 ) ;
58 Text [ en-US ] = "Assig~ned start parameters" ;
62 HelpID = "cui:ListBox:RID_SVXDLG_JAVA_PARAMETER:LB_ASSIGNED";
64 Pos = MAP_APPFONT ( 6 , 42 ) ;
65 Size = MAP_APPFONT ( 202 , 53 ) ;
70 Pos = MAP_APPFONT ( 6 , 98 ) ;
71 Size = MAP_APPFONT ( 202 , 8 ) ;
72 Text [ en-US ] = "For example: -Dmyprop=c:\\program files\\java" ;
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" ;
83 Pos = MAP_APPFONT ( 3 , 109 ) ;
84 Size = MAP_APPFONT ( 264 , 8 ) ;
86 OKButton PB_PARAMETER_OK
88 Pos = MAP_APPFONT ( 105 , 120 ) ;
89 Size = MAP_APPFONT ( 50 , 14 ) ;
92 CancelButton PB_PARAMETER_ESC
94 Pos = MAP_APPFONT ( 158 , 120 ) ;
95 Size = MAP_APPFONT ( 50 , 14 ) ;
97 HelpButton PB_PARAMETER_HLP
99 Pos = MAP_APPFONT ( 214 , 120 ) ;
100 Size = MAP_APPFONT ( 50 , 14 ) ;
104 // RID_SVXDLG_JAVA_CLASSPATH ---------------------------------------------
106 ModalDialog RID_SVXDLG_JAVA_CLASSPATH
108 HelpId = HID_OPTIONS_JAVA_CLASSPATH ;
111 Size = MAP_APPFONT ( 240 , 120 ) ;
112 Text [ en-US ] = "Class Path" ;
116 Pos = MAP_APPFONT ( 6 , 3 ) ;
117 Size = MAP_APPFONT ( 172 , 8 ) ;
118 Text [ en-US ] = "A~ssigned folders and archives" ;
122 HelpID = "cui:ListBox:RID_SVXDLG_JAVA_CLASSPATH:LB_PATH";
123 Pos = MAP_APPFONT ( 6 , 14 ) ;
124 Size = MAP_APPFONT ( 172 , 72 ) ;
128 PushButton PB_ADDARCHIVE
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..." ;
135 PushButton PB_ADDPATH
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" ;
142 PushButton PB_REMOVE_PATH
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" ;
149 FixedLine FL_PATH_BUTTONS
151 Pos = MAP_APPFONT ( 3 , 89 ) ;
152 Size = MAP_APPFONT ( 236 , 8 ) ;
156 Pos = MAP_APPFONT ( 75 , 100 ) ;
157 Size = MAP_APPFONT ( 50 , 14 ) ;
160 CancelButton PB_PATH_ESC
162 Pos = MAP_APPFONT ( 128 , 100 ) ;
163 Size = MAP_APPFONT ( 50 , 14 ) ;
165 HelpButton PB_PATH_HLP
167 Pos = MAP_APPFONT ( 186 , 100 ) ;
168 Size = MAP_APPFONT ( 50 , 14 ) ;
172 ErrorBox RID_SVXERR_JRE_NOT_RECOGNIZED
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
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
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: */