1*b1cdbd2cSJim Jagielski/**************************************************************
2*b1cdbd2cSJim Jagielski *
3*b1cdbd2cSJim Jagielski * Licensed to the Apache Software Foundation (ASF) under one
4*b1cdbd2cSJim Jagielski * or more contributor license agreements.  See the NOTICE file
5*b1cdbd2cSJim Jagielski * distributed with this work for additional information
6*b1cdbd2cSJim Jagielski * regarding copyright ownership.  The ASF licenses this file
7*b1cdbd2cSJim Jagielski * to you under the Apache License, Version 2.0 (the
8*b1cdbd2cSJim Jagielski * "License"); you may not use this file except in compliance
9*b1cdbd2cSJim Jagielski * with the License.  You may obtain a copy of the License at
10*b1cdbd2cSJim Jagielski *
11*b1cdbd2cSJim Jagielski *   http://www.apache.org/licenses/LICENSE-2.0
12*b1cdbd2cSJim Jagielski *
13*b1cdbd2cSJim Jagielski * Unless required by applicable law or agreed to in writing,
14*b1cdbd2cSJim Jagielski * software distributed under the License is distributed on an
15*b1cdbd2cSJim Jagielski * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b1cdbd2cSJim Jagielski * KIND, either express or implied.  See the License for the
17*b1cdbd2cSJim Jagielski * specific language governing permissions and limitations
18*b1cdbd2cSJim Jagielski * under the License.
19*b1cdbd2cSJim Jagielski *
20*b1cdbd2cSJim Jagielski *************************************************************/
21*b1cdbd2cSJim Jagielski
22*b1cdbd2cSJim Jagielski
23*b1cdbd2cSJim Jagielski
24*b1cdbd2cSJim Jagielski[STRING_PREVIOUS]
25*b1cdbd2cSJim Jagielskien-US = "Back"
26*b1cdbd2cSJim Jagielski
27*b1cdbd2cSJim Jagielski[STRING_NEXT]
28*b1cdbd2cSJim Jagielskien-US = "Next"
29*b1cdbd2cSJim Jagielski
30*b1cdbd2cSJim Jagielski[STRING_CANCEL]
31*b1cdbd2cSJim Jagielskien-US = "Cancel"
32*b1cdbd2cSJim Jagielski
33*b1cdbd2cSJim Jagielski[STRING_FINISH]
34*b1cdbd2cSJim Jagielskien-US = "Finish"
35*b1cdbd2cSJim Jagielski
36*b1cdbd2cSJim Jagielski[STRING_DECLINE]
37*b1cdbd2cSJim Jagielskien-US = "Decline"
38*b1cdbd2cSJim Jagielski
39*b1cdbd2cSJim Jagielski[STRING_INSTALL]
40*b1cdbd2cSJim Jagielskien-US = "Install now"
41*b1cdbd2cSJim Jagielski
42*b1cdbd2cSJim Jagielski[STRING_UNINSTALL]
43*b1cdbd2cSJim Jagielskien-US = "Remove Now"
44*b1cdbd2cSJim Jagielski
45*b1cdbd2cSJim Jagielski[STRING_HELP]
46*b1cdbd2cSJim Jagielskien-US = "Help"
47*b1cdbd2cSJim Jagielski
48*b1cdbd2cSJim Jagielski[STRING_OK]
49*b1cdbd2cSJim Jagielskien-US = "OK"
50*b1cdbd2cSJim Jagielski
51*b1cdbd2cSJim Jagielski[STRING_ERROR]
52*b1cdbd2cSJim Jagielskien-US = "Error"
53*b1cdbd2cSJim Jagielski
54*b1cdbd2cSJim Jagielski[STRING_FILE_NOT_FOUND]
55*b1cdbd2cSJim Jagielskien-US = "Error: File not found"
56*b1cdbd2cSJim Jagielski
57*b1cdbd2cSJim Jagielski[STRING_APPLICATIONTITLE]
58*b1cdbd2cSJim Jagielskien-US = "${PRODUCT_FULLNAME} Installation Wizard"
59*b1cdbd2cSJim Jagielski
60*b1cdbd2cSJim Jagielski[STRING_APPLICATIONTITLEUNINSTALLATION]
61*b1cdbd2cSJim Jagielskien-US = "${PRODUCT_FULLNAME} Uninstallation Wizard"
62*b1cdbd2cSJim Jagielski
63*b1cdbd2cSJim Jagielski[STRING_CANCEL_DIALOG_TITLE]
64*b1cdbd2cSJim Jagielskien-US = "Exit"
65*b1cdbd2cSJim Jagielski
66*b1cdbd2cSJim Jagielski[STRING_CANCEL_DIALOG]
67*b1cdbd2cSJim Jagielskien-US = "Do you really want to exit the Installation Wizard?"
68*b1cdbd2cSJim Jagielski
69*b1cdbd2cSJim Jagielski[STRING_CANCEL_DIALOG_UNINSTALLATION]
70*b1cdbd2cSJim Jagielskien-US = "Do you really want to exit the Uninstallation Wizard?"
71*b1cdbd2cSJim Jagielski
72*b1cdbd2cSJim Jagielski[STRING_STOP_DIALOG]
73*b1cdbd2cSJim Jagielskien-US = "Do you really want to abort the installation process?"
74*b1cdbd2cSJim Jagielski
75*b1cdbd2cSJim Jagielski[STRING_STOP_DIALOG_TITLE]
76*b1cdbd2cSJim Jagielskien-US = "Abort installation?"
77*b1cdbd2cSJim Jagielski
78*b1cdbd2cSJim Jagielski[STRING_STOP_DIALOG_UNINSTALLATION]
79*b1cdbd2cSJim Jagielskien-US = "Do you really want to abort the uninstallation process?"
80*b1cdbd2cSJim Jagielski
81*b1cdbd2cSJim Jagielski[STRING_STOP_DIALOG_TITLE_UNINSTALLATION]
82*b1cdbd2cSJim Jagielskien-US = "Abort uninstallation?"
83*b1cdbd2cSJim Jagielski
84*b1cdbd2cSJim Jagielski[STRING_ACCEPTLICENSE]
85*b1cdbd2cSJim Jagielskien-US = "Accept License"
86*b1cdbd2cSJim Jagielski
87*b1cdbd2cSJim Jagielski[STRING_ACCEPTLICENSE1]
88*b1cdbd2cSJim Jagielskien-US = "Software License Agreement"
89*b1cdbd2cSJim Jagielski
90*b1cdbd2cSJim Jagielski[STRING_ACCEPTLICENSE2]
91*b1cdbd2cSJim Jagielskien-US = "Please read the following license agreement carefully."
92*b1cdbd2cSJim Jagielski
93*b1cdbd2cSJim Jagielski[STRING_ACCEPTLICENSE3]
94*b1cdbd2cSJim Jagielskien-US = "If you have read and accept all the terms of the entire Software License Agreement, click 'Accept License' to continue with the installation."
95*b1cdbd2cSJim Jagielski
96*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY1]
97*b1cdbd2cSJim Jagielskien-US = "Select Installation Directory"
98*b1cdbd2cSJim Jagielski
99*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY1_UPDATE]
100*b1cdbd2cSJim Jagielskien-US = "Update the Installed Version"
101*b1cdbd2cSJim Jagielski
102*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY1_MAINTAIN]
103*b1cdbd2cSJim Jagielskien-US = "Adding Components to the Installed Version"
104*b1cdbd2cSJim Jagielski
105*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY2]
106*b1cdbd2cSJim Jagielskien-US = "Install ${PRODUCT_FULLNAME} in this directory"
107*b1cdbd2cSJim Jagielski
108*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY3]
109*b1cdbd2cSJim Jagielskien-US = "Browse..."
110*b1cdbd2cSJim Jagielski
111*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY4_QUESTION_TITLE]
112*b1cdbd2cSJim Jagielskien-US = "Create New Directory"
113*b1cdbd2cSJim Jagielski
114*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY5_QUESTION_MESSAGE]
115*b1cdbd2cSJim Jagielskien-US = "The directory '${DIR}' does not exist.\nDo you want to create it now?"
116*b1cdbd2cSJim Jagielski
117*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY5_QUESTION_MESSAGE2]
118*b1cdbd2cSJim Jagielskien-US = "The directory '${DIR}' does not exist.\nDo you want to create it now or choose another directory?"
119*b1cdbd2cSJim Jagielski
120*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY6]
121*b1cdbd2cSJim Jagielskien-US = "Select root directory"
122*b1cdbd2cSJim Jagielski
123*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY_NO_WRITE_ACCESS]
124*b1cdbd2cSJim Jagielskien-US = "You do not have write access in the directory"
125*b1cdbd2cSJim Jagielski
126*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY_NOT_ALLOWED]
127*b1cdbd2cSJim Jagielskien-US = "You are not allowed to create the directory"
128*b1cdbd2cSJim Jagielski
129*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY_NO_SUCCESS]
130*b1cdbd2cSJim Jagielskien-US = "Failed to create the directory"
131*b1cdbd2cSJim Jagielski
132*b1cdbd2cSJim Jagielski[STRING_CHOOSECOMPONENTS1]
133*b1cdbd2cSJim Jagielskien-US = "Select Components"
134*b1cdbd2cSJim Jagielski
135*b1cdbd2cSJim Jagielski[STRING_CHOOSECOMPONENTS1_MAINTAIN]
136*b1cdbd2cSJim Jagielskien-US = "Select Additional Components"
137*b1cdbd2cSJim Jagielski
138*b1cdbd2cSJim Jagielski[STRING_CHOOSECOMPONENTS2]
139*b1cdbd2cSJim Jagielskien-US = "Marked components will be installed. Please mark them accordingly"
140*b1cdbd2cSJim Jagielski
141*b1cdbd2cSJim Jagielski[STRING_CHOOSECOMPONENTS3]
142*b1cdbd2cSJim Jagielskien-US = "Feature Description"
143*b1cdbd2cSJim Jagielski
144*b1cdbd2cSJim Jagielski[STRING_CHOOSECOMPONENTS4]
145*b1cdbd2cSJim Jagielskien-US = "Size (kB):"
146*b1cdbd2cSJim Jagielski
147*b1cdbd2cSJim Jagielski[STRING_CHOOSEINSTALLATIONTYPE1]
148*b1cdbd2cSJim Jagielskien-US = "Select the Type of Installation"
149*b1cdbd2cSJim Jagielski
150*b1cdbd2cSJim Jagielski[STRING_CHOOSEINSTALLATIONTYPE2]
151*b1cdbd2cSJim Jagielskien-US = "Select the type of installation that best suits your needs:"
152*b1cdbd2cSJim Jagielski
153*b1cdbd2cSJim Jagielski[STRING_CHOOSEINSTALLATIONTYPE3]
154*b1cdbd2cSJim Jagielskien-US = "Select the Type of Installation"
155*b1cdbd2cSJim Jagielski
156*b1cdbd2cSJim Jagielski[STRING_CHOOSEINSTALLATIONTYPE4]
157*b1cdbd2cSJim Jagielskien-US = "The main components will be installed. Recommended for most users."
158*b1cdbd2cSJim Jagielski
159*b1cdbd2cSJim Jagielski[STRING_CHOOSEINSTALLATIONTYPE5]
160*b1cdbd2cSJim Jagielskien-US = "You choose the components you want to install and where they are stored. Recommended for advanced users."
161*b1cdbd2cSJim Jagielski
162*b1cdbd2cSJim Jagielski[STRING_CHOOSEINSTALLATIONTYPE6]
163*b1cdbd2cSJim Jagielskien-US = "Typical"
164*b1cdbd2cSJim Jagielski
165*b1cdbd2cSJim Jagielski[STRING_CHOOSEINSTALLATIONTYPE7]
166*b1cdbd2cSJim Jagielskien-US = "Custom"
167*b1cdbd2cSJim Jagielski
168*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONIMMINENT1]
169*b1cdbd2cSJim Jagielskien-US = "Ready to Install"
170*b1cdbd2cSJim Jagielski
171*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONIMMINENT1_UPDATE]
172*b1cdbd2cSJim Jagielskien-US = "Ready to Update"
173*b1cdbd2cSJim Jagielski
174*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONIMMINENT2]
175*b1cdbd2cSJim Jagielskien-US = "The following ${PRODUCT_FULLNAME} components will be installed:"
176*b1cdbd2cSJim Jagielski
177*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONONGOING1]
178*b1cdbd2cSJim Jagielskien-US = "Installing..."
179*b1cdbd2cSJim Jagielski
180*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONONGOING3]
181*b1cdbd2cSJim Jagielskien-US = "Stop"
182*b1cdbd2cSJim Jagielski
183*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONONGOING_PACKAGEPATH_NOT_FOUND]
184*b1cdbd2cSJim Jagielskien-US = "ERROR: Path with installation packages not found!"
185*b1cdbd2cSJim Jagielski
186*b1cdbd2cSJim Jagielski[STRING_PROLOGUE1]
187*b1cdbd2cSJim Jagielskien-US = "Welcome"
188*b1cdbd2cSJim Jagielski
189*b1cdbd2cSJim Jagielski[STRING_PROLOGUE2]
190*b1cdbd2cSJim Jagielskien-US = "This Installation Wizard will install ${PRODUCT_FULLNAME} on your computer."
191*b1cdbd2cSJim Jagielski
192*b1cdbd2cSJim Jagielski[STRING_PROLOGUE3]
193*b1cdbd2cSJim Jagielskien-US = "To continue, click 'Next'."
194*b1cdbd2cSJim Jagielski
195*b1cdbd2cSJim Jagielski[STRING_PROLOGUE4]
196*b1cdbd2cSJim Jagielskien-US = "Note: This installation will be done without root privileges. Therefore you will have a reduced functionality (Java Runtime Environment (JRE) not installable, system integration not possible).\nClick 'Cancel' and change your privileges to root privileges, if you want to use the complete functionality."
197*b1cdbd2cSJim Jagielski
198*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONCOMPLETED1]
199*b1cdbd2cSJim Jagielskien-US = "Installation Completed"
200*b1cdbd2cSJim Jagielski
201*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONCOMPLETED1_ABORT]
202*b1cdbd2cSJim Jagielskien-US = "Installation Aborted"
203*b1cdbd2cSJim Jagielski
204*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONCOMPLETED1_ERROR]
205*b1cdbd2cSJim Jagielskien-US = "Installation Failed"
206*b1cdbd2cSJim Jagielski
207*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONCOMPLETED2]
208*b1cdbd2cSJim Jagielskien-US = "The Installation Wizard has successfully installed ${PRODUCT_FULLNAME} on your computer."
209*b1cdbd2cSJim Jagielski
210*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONCOMPLETED2_ABORT]
211*b1cdbd2cSJim Jagielskien-US = "The Installation Wizard was aborted. ${PRODUCT_NAME} is not installed on your computer."
212*b1cdbd2cSJim Jagielski
213*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONCOMPLETED2_ERROR]
214*b1cdbd2cSJim Jagielskien-US = "An error has occurred. Thus the Installation Wizard could not install ${PRODUCT_NAME} on your computer successfully. Click 'Details...' for more information."
215*b1cdbd2cSJim Jagielski
216*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONCOMPLETED3]
217*b1cdbd2cSJim Jagielskien-US = "Click 'Finish' to exit the Wizard."
218*b1cdbd2cSJim Jagielski
219*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONCOMPLETED_BUTTON]
220*b1cdbd2cSJim Jagielskien-US = "Details..."
221*b1cdbd2cSJim Jagielski
222*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONPROLOGUE2]
223*b1cdbd2cSJim Jagielskien-US = "The ${PRODUCT_FULLNAME} Uninstallation Wizard will remove ${PRODUCT_FULLNAME} from your computer."
224*b1cdbd2cSJim Jagielski
225*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATION_PROLOGUE_WRONG_PRIVILEGES_CURRENT_ROOT]
226*b1cdbd2cSJim Jagielskien-US= "Sorry, wrong privileges. Installation was done with User privilges, but you have Root privileges."
227*b1cdbd2cSJim Jagielski
228*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATION_PROLOGUE_WRONG_PRIVILEGES_CURRENT_USER]
229*b1cdbd2cSJim Jagielskien-US= "Sorry, wrong privileges. Installation was done with Root privilges, but you have User privileges."
230*b1cdbd2cSJim Jagielski
231*b1cdbd2cSJim Jagielski[STRING_CHOOSEUNINSTALLATIONTYPE1]
232*b1cdbd2cSJim Jagielskien-US = "Select the Type of Uninstallation"
233*b1cdbd2cSJim Jagielski
234*b1cdbd2cSJim Jagielski[STRING_CHOOSEUNINSTALLATIONTYPE2]
235*b1cdbd2cSJim Jagielskien-US = "Select the type of uninstallation that best suits your needs:"
236*b1cdbd2cSJim Jagielski
237*b1cdbd2cSJim Jagielski[STRING_CHOOSEUNINSTALLATIONTYPE3]
238*b1cdbd2cSJim Jagielskien-US = "Partial"
239*b1cdbd2cSJim Jagielski
240*b1cdbd2cSJim Jagielski[STRING_CHOOSEUNINSTALLATIONTYPE4]
241*b1cdbd2cSJim Jagielskien-US = "Completely removes ${PRODUCT_FULLNAME} and all its components from your system."
242*b1cdbd2cSJim Jagielski
243*b1cdbd2cSJim Jagielski[STRING_CHOOSEUNINSTALLATIONTYPE5]
244*b1cdbd2cSJim Jagielskien-US = "You choose the program features you want to remove."
245*b1cdbd2cSJim Jagielski
246*b1cdbd2cSJim Jagielski[STRING_CHOOSEUNINSTALLATIONTYPE6]
247*b1cdbd2cSJim Jagielskien-US = "Complete"
248*b1cdbd2cSJim Jagielski
249*b1cdbd2cSJim Jagielski[STRING_CHOOSEUNINSTALLATIONCOMPONENTS2]
250*b1cdbd2cSJim Jagielskien-US = "Components marked with an X will be removed. Mark the components you want to remove."
251*b1cdbd2cSJim Jagielski
252*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONIMMINENT1]
253*b1cdbd2cSJim Jagielskien-US = "Ready to Remove"
254*b1cdbd2cSJim Jagielski
255*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONIMMINENT2]
256*b1cdbd2cSJim Jagielskien-US = "The following ${PRODUCT_FULLNAME} components will be removed: "
257*b1cdbd2cSJim Jagielski
258*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONONGOING1]
259*b1cdbd2cSJim Jagielskien-US = "Uninstalling..."
260*b1cdbd2cSJim Jagielski
261*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONCOMPLETED1]
262*b1cdbd2cSJim Jagielskien-US = "Uninstallation Completed"
263*b1cdbd2cSJim Jagielski
264*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONCOMPLETED1_ABORT]
265*b1cdbd2cSJim Jagielskien-US = "Uninstallation Aborted"
266*b1cdbd2cSJim Jagielski
267*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONCOMPLETED1_ERROR]
268*b1cdbd2cSJim Jagielskien-US = "Uninstallation Failed"
269*b1cdbd2cSJim Jagielski
270*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONCOMPLETED2]
271*b1cdbd2cSJim Jagielskien-US = "The Uninstallation Wizard has successfully removed ${PRODUCT_FULLNAME} from your computer."
272*b1cdbd2cSJim Jagielski
273*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONCOMPLETED2_PARTIAL]
274*b1cdbd2cSJim Jagielskien-US = "The Uninstallation Wizard has successfully removed the selected components of ${PRODUCT_NAME} from your computer."
275*b1cdbd2cSJim Jagielski
276*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONCOMPLETED2_ABORT]
277*b1cdbd2cSJim Jagielskien-US = "The Uninstallation Wizard was aborted before completely removing ${PRODUCT_NAME} from your computer."
278*b1cdbd2cSJim Jagielski
279*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONCOMPLETED2_ERROR]
280*b1cdbd2cSJim Jagielskien-US = "An error has occurred. Thus the Uninstallation Wizard could not remove ${PRODUCT_NAME} from your computer successfully. Click 'Details...' for more information."
281*b1cdbd2cSJim Jagielski
282*b1cdbd2cSJim Jagielski[STRING_INSTALLERFACTORY_OS_NOT_SUPPORTED]
283*b1cdbd2cSJim Jagielskien-US = "Sorry, this Operating System is not supported yet."
284*b1cdbd2cSJim Jagielski
285*b1cdbd2cSJim Jagielski[STRING_OLDER_VERSION_INSTALLED_FOUND]
286*b1cdbd2cSJim Jagielskien-US = "An older version of ${PRODUCT_NAME} was found on your system in:"
287*b1cdbd2cSJim Jagielski
288*b1cdbd2cSJim Jagielski[STRING_OLDER_VERSION_INSTALLED_REMOVE]
289*b1cdbd2cSJim Jagielskien-US = "You have to remove the older version of ${PRODUCT_NAME} before you can install the newer one."
290*b1cdbd2cSJim Jagielski
291*b1cdbd2cSJim Jagielski[STRING_NEWER_VERSION_INSTALLED_FOUND]
292*b1cdbd2cSJim Jagielskien-US = "A newer version of ${PRODUCT_NAME} was found on your system in:"
293*b1cdbd2cSJim Jagielski
294*b1cdbd2cSJim Jagielski[STRING_NEWER_VERSION_INSTALLED_REMOVE]
295*b1cdbd2cSJim Jagielskien-US = "You have to remove the newer version of ${PRODUCT_NAME} before you can install the older one."
296*b1cdbd2cSJim Jagielski
297*b1cdbd2cSJim Jagielski[STRING_NEWER_VERSION_DATABASE]
298*b1cdbd2cSJim Jagielskien-US = "Database"
299*b1cdbd2cSJim Jagielski
300*b1cdbd2cSJim Jagielski[STRING_NEWER_VERSION_TIP]
301*b1cdbd2cSJim Jagielskien-US = "Please choose another installation directory."
302*b1cdbd2cSJim Jagielski
303*b1cdbd2cSJim Jagielski[STRING_ROOT_PRIVILEGES_REQUIRED_1]
304*b1cdbd2cSJim Jagielskien-US = "The user you are logged in as cannot run the Installation Wizard."
305*b1cdbd2cSJim Jagielski
306*b1cdbd2cSJim Jagielski[STRING_ROOT_PRIVILEGES_REQUIRED_2]
307*b1cdbd2cSJim Jagielskien-US = "Please log out and log back in as a user with system administrator rights."
308*b1cdbd2cSJim Jagielski
309*b1cdbd2cSJim Jagielski[STRING_DISCSPACE_INSUFFICIENT]
310*b1cdbd2cSJim Jagielskien-US = "Not enough discspace available for installation."
311*b1cdbd2cSJim Jagielski
312*b1cdbd2cSJim Jagielski[STRING_DISCSPACE_REQUIRED]
313*b1cdbd2cSJim Jagielskien-US = "Required disc space"
314*b1cdbd2cSJim Jagielski
315*b1cdbd2cSJim Jagielski[STRING_DISCSPACE_AVAILABLE]
316*b1cdbd2cSJim Jagielskien-US = "Available disc space"
317*b1cdbd2cSJim Jagielski
318*b1cdbd2cSJim Jagielski[STRING_DISCSPACE_TIP]
319*b1cdbd2cSJim Jagielskien-US = "Please use another directory for installation or change your module selection."
320*b1cdbd2cSJim Jagielski
321*b1cdbd2cSJim Jagielski[STRING_ANALYZING_DATABASE1]
322*b1cdbd2cSJim Jagielskien-US = "Analyzing ..."
323*b1cdbd2cSJim Jagielski
324*b1cdbd2cSJim Jagielski[STRING_ANALYZING_DATABASE2]
325*b1cdbd2cSJim Jagielskien-US = "Analyzing database\nPlease wait a moment ..."
326*b1cdbd2cSJim Jagielski
327*b1cdbd2cSJim Jagielski[STRING_PROLOGUE_1]
328*b1cdbd2cSJim Jagielskien-US = "Welcome to the Installation Wizard.<p>This wizard asks you to supply configuration settings.<p>At the bottom of each page are navigation buttons that let you move through the Installation Wizard:"
329*b1cdbd2cSJim Jagielski
330*b1cdbd2cSJim Jagielski[STRING_PROLOGUE_2]
331*b1cdbd2cSJim Jagielskien-US = "'Back' returns you to the previous page."
332*b1cdbd2cSJim Jagielski
333*b1cdbd2cSJim Jagielski[STRING_PROLOGUE_3]
334*b1cdbd2cSJim Jagielskien-US = "'Next' takes you to the next page. "
335*b1cdbd2cSJim Jagielski
336*b1cdbd2cSJim Jagielski[STRING_PROLOGUE_4]
337*b1cdbd2cSJim Jagielskien-US = "'Cancel' ends the Installation Wizard without installing this software."
338*b1cdbd2cSJim Jagielski
339*b1cdbd2cSJim Jagielski[STRING_PROLOGUE_5]
340*b1cdbd2cSJim Jagielskien-US = "'Help' displays the Help with further information about the page currently displayed."
341*b1cdbd2cSJim Jagielski
342*b1cdbd2cSJim Jagielski[STRING_PROLOGUE_6]
343*b1cdbd2cSJim Jagielskien-US = "'OK' exits the Help page and returns you to the Installation Wizard."
344*b1cdbd2cSJim Jagielski
345*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONPROLOGUE_1]
346*b1cdbd2cSJim Jagielskien-US = "Welcome to the Uninstallation Wizard.<p>This wizard asks you to supply configuration settings.<p>At the bottom of each page are navigation buttons that let you move through the Uninstallation Wizard:"
347*b1cdbd2cSJim Jagielski
348*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONPROLOGUE_2]
349*b1cdbd2cSJim Jagielskien-US = "'Back' returns you to the previous page."
350*b1cdbd2cSJim Jagielski
351*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONPROLOGUE_3]
352*b1cdbd2cSJim Jagielskien-US = "'Next' takes you to the next page. "
353*b1cdbd2cSJim Jagielski
354*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONPROLOGUE_4]
355*b1cdbd2cSJim Jagielskien-US = "'Cancel' ends the Uninstallation Wizard without removing this software."
356*b1cdbd2cSJim Jagielski
357*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONPROLOGUE_5]
358*b1cdbd2cSJim Jagielskien-US = "'Help' displays the Help with further information about the page currently displayed."
359*b1cdbd2cSJim Jagielski
360*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONPROLOGUE_6]
361*b1cdbd2cSJim Jagielskien-US = "'OK' exits the Help page and returns you to the Uninstallation Wizard."
362*b1cdbd2cSJim Jagielski
363*b1cdbd2cSJim Jagielski[STRING_ACCEPTLICENSE_1]
364*b1cdbd2cSJim Jagielskien-US = "Before you install this product, you must read and accept the entire Software License Agreement under which this software is licensed for your use."
365*b1cdbd2cSJim Jagielski
366*b1cdbd2cSJim Jagielski[STRING_ACCEPTLICENSE_2]
367*b1cdbd2cSJim Jagielskien-US = "If you have read and accept all the terms of the entire Software License Agreement, click 'Accept License' to continue with the installation."
368*b1cdbd2cSJim Jagielski
369*b1cdbd2cSJim Jagielski[STRING_ACCEPTLICENSE_3]
370*b1cdbd2cSJim Jagielskien-US = "If you do not accept all the terms of the Software License Agreement, click 'Decline' to end the Installation Wizard without installing this product."
371*b1cdbd2cSJim Jagielski
372*b1cdbd2cSJim Jagielski[STRING_CHOOSEINSTALLATIONTYPE_1]
373*b1cdbd2cSJim Jagielskien-US = "Select the type of product installation to perform from the following choices. This will determine how much information you need to provide for product configuration."
374*b1cdbd2cSJim Jagielski
375*b1cdbd2cSJim Jagielski[STRING_CHOOSEDIRECTORY_1]
376*b1cdbd2cSJim Jagielskien-US = "It is recommended that you install this product in the directory suggested by this Installation Wizard. <p>To choose a different location, click 'Browse...' or specify the full path of the directory to use in the text box below. <p>If this product is already installed, you cannot change the destination directory."
377*b1cdbd2cSJim Jagielski
378*b1cdbd2cSJim Jagielski[STRING_CHOOSECOMPONENTS_1]
379*b1cdbd2cSJim Jagielskien-US = "Components marked in color will be installed. Click the icon of a component to mark or unmark the component.<p>All already installed components cannot be selected for installation."
380*b1cdbd2cSJim Jagielski
381*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONIMMINENT_1]
382*b1cdbd2cSJim Jagielskien-US = "The listed components are ready for installation based on your configuration settings. <p>If you are satisfied with your selection, click 'Install Now' to begin. <p>To check or modify your settings on the previous pages, click 'Back'."
383*b1cdbd2cSJim Jagielski
384*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONIMMINENT_1]
385*b1cdbd2cSJim Jagielskien-US = "The listed components are ready for uninstallation based on your configuration settings. <p>If you are satisfied with your selection, click 'Remove Now' to begin. <p>To check or modify your settings on the previous pages, click 'Back'."
386*b1cdbd2cSJim Jagielski
387*b1cdbd2cSJim Jagielski[STRING_INSTALLATIONONGOING_1]
388*b1cdbd2cSJim Jagielskien-US = "This page indicates the progress of the installation with the aid of a progress bar. To abort the installation process, click 'Stop'."
389*b1cdbd2cSJim Jagielski
390*b1cdbd2cSJim Jagielski[STRING_UNINSTALLATIONONGOING_1]
391*b1cdbd2cSJim Jagielskien-US = "This page indicates the progress of the uninstallation with the aid of a progress bar. To abort the uninstallation, click 'Stop'."
392*b1cdbd2cSJim Jagielski
393*b1cdbd2cSJim Jagielski[STRING_CHOOSEUNINSTALLATIONTYPE_1]
394*b1cdbd2cSJim Jagielskien-US = "Complete: This will remove all installed components of your version.<p>Partial: This removes only the components you will choose out of the components list."
395*b1cdbd2cSJim Jagielski
396*b1cdbd2cSJim Jagielski[STRING_CHOOSEUNINSTALLATIONCOMPONENTS_1]
397*b1cdbd2cSJim Jagielskien-US = "Components marked with an X will be removed. Click next to a component to mark or unmark it with an X."
398*b1cdbd2cSJim Jagielski
399*b1cdbd2cSJim Jagielski[STRING_PACKAGEFORMAT_NOT_SUPPORTED]
400*b1cdbd2cSJim Jagielskien-US = "This package format is currently not supported for your operating system!"
401*b1cdbd2cSJim Jagielski
402*b1cdbd2cSJim Jagielski[STRING_OPERATING_SYSTEM]
403*b1cdbd2cSJim Jagielskien-US = "Operating system"
404*b1cdbd2cSJim Jagielski
405*b1cdbd2cSJim Jagielski[STRING_PACKAGEFORMAT]
406*b1cdbd2cSJim Jagielskien-US = "Package format"
407*b1cdbd2cSJim Jagielski
408*b1cdbd2cSJim Jagielski[STRING_NOTHING_TO_INSTALL]
409*b1cdbd2cSJim Jagielskien-US = "Nothing to install"
410*b1cdbd2cSJim Jagielski
411*b1cdbd2cSJim Jagielski[STRING_NO_COMPONENTS_SELECTED_1]
412*b1cdbd2cSJim Jagielskien-US = "No components have been selected for installation."
413*b1cdbd2cSJim Jagielski
414*b1cdbd2cSJim Jagielski[STRING_NO_COMPONENTS_SELECTED_2]
415*b1cdbd2cSJim Jagielskien-US = "Click 'OK' to select one or more components for installation or to exit the Installation Wizard."
416*b1cdbd2cSJim Jagielski
417*b1cdbd2cSJim Jagielski[STRING_NO_LANGUAGE_SELECTED_1]
418*b1cdbd2cSJim Jagielskien-US = "No languages have been selected for installation."
419*b1cdbd2cSJim Jagielski
420*b1cdbd2cSJim Jagielski[STRING_NO_LANGUAGE_SELECTED_2]
421*b1cdbd2cSJim Jagielskien-US = "Click 'OK' to select one or more languages for installation or to exit the Installation Wizard."
422*b1cdbd2cSJim Jagielski
423*b1cdbd2cSJim Jagielski[STRING_NO_APPLICATION_SELECTED_1]
424*b1cdbd2cSJim Jagielskien-US = "No applications have been selected for installation."
425*b1cdbd2cSJim Jagielski
426*b1cdbd2cSJim Jagielski[STRING_NO_APPLICATION_SELECTED_2]
427*b1cdbd2cSJim Jagielskien-US = "Click 'OK' to select one or more application for installation or to exit the Installation Wizard."
428*b1cdbd2cSJim Jagielski
429*b1cdbd2cSJim Jagielski[STRING_NOTHING_TO_UNINSTALL]
430*b1cdbd2cSJim Jagielskien-US = "Nothing to uninstall"
431*b1cdbd2cSJim Jagielski
432*b1cdbd2cSJim Jagielski[STRING_NO_UNINSTALLCOMPONENTS_SELECTED_1]
433*b1cdbd2cSJim Jagielskien-US = "No components have been selected for uninstallation."
434*b1cdbd2cSJim Jagielski
435*b1cdbd2cSJim Jagielski[STRING_NO_UNINSTALLCOMPONENTS_SELECTED_2]
436*b1cdbd2cSJim Jagielskien-US = "Click 'OK' to select one or more components for uninstallation or to exit the Uninstallation Wizard."
437*b1cdbd2cSJim Jagielski
438*b1cdbd2cSJim Jagielski[STRING_ALL_LANGUAGECOMPONENTS_SELECTED_1]
439*b1cdbd2cSJim Jagielskien-US = "All language components have been selected for uninstallation."
440*b1cdbd2cSJim Jagielski
441*b1cdbd2cSJim Jagielski[STRING_ALL_LANGUAGECOMPONENTS_SELECTED_2]
442*b1cdbd2cSJim Jagielskien-US = "Click 'OK' to select one or more language components not for uninstallation or to exit the Uninstallation Wizard."
443*b1cdbd2cSJim Jagielski
444*b1cdbd2cSJim Jagielski[STRING_ALL_APPLICATIONCOMPONENTS_SELECTED_1]
445*b1cdbd2cSJim Jagielskien-US = "All application components have been selected for uninstallation."
446*b1cdbd2cSJim Jagielski
447*b1cdbd2cSJim Jagielski[STRING_ALL_APPLICATIONCOMPONENTS_SELECTED_2]
448*b1cdbd2cSJim Jagielskien-US = "Click 'OK' to select one or more application components not for uninstallation or to exit the Uninstallation Wizard."
449*b1cdbd2cSJim Jagielski
450*b1cdbd2cSJim Jagielski[STRING_CHANGE_SELECTION]
451*b1cdbd2cSJim Jagielskien-US = "Please change selection"
452