mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			57 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
 | 
						|
  license agreements. See the NOTICE file distributed with this work for additional
 | 
						|
  information regarding copyright ownership. The ASF licenses this file to you under
 | 
						|
  the Apache License, Version 2.0 (the "License"); you may not use this file except
 | 
						|
  in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 | 
						|
  Unless required by applicable law or agreed to in writing, software distributed under
 | 
						|
  the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
 | 
						|
  OF ANY KIND, either express or implied. See the License for the specific language
 | 
						|
  governing permissions and limitations under the License. -->
 | 
						|
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
 | 
						|
 | 
						|
  <String Id="Caption">Apache CloudStack Setup</String>
 | 
						|
  <String Id="Title">Apache CloudStack</String>
 | 
						|
  <String Id="MysqlInstaller">Install MySql Database Server</String>
 | 
						|
  <String Id="InstallVersion">Version 4.0.0.0</String>
 | 
						|
 | 
						|
  <String Id="ConfirmCancelMessage">Are you sure you want to cancel?</String>
 | 
						|
  <String Id="ExecuteUpgradeRelatedBundleMessage">Previous version</String>
 | 
						|
  <String Id="HelpHeader">Setup Help</String>
 | 
						|
  <String Id="HelpText">/install | /repair | /uninstall | /layout [directory] - installs, repairs, uninstalls or
 | 
						|
   creates a complete local copy of the bundle in directory. Install is the default.
 | 
						|
 | 
						|
/passive | /quiet -  displays minimal UI with no prompts or displays no UI and
 | 
						|
   no prompts. By default UI and all prompts are displayed.
 | 
						|
 | 
						|
/norestart   - suppress any attempts to restart. By default UI will prompt before restart.
 | 
						|
/log log.txt - logs to a specific file. By default a log file is created in %TEMP%.</String>
 | 
						|
  <String Id="HelpCloseButton">&Close</String>
 | 
						|
  <String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String>
 | 
						|
  <String Id="InstallOptionsButton">&Options</String>
 | 
						|
  <String Id="InstallInstallButton">&Install</String>
 | 
						|
  <String Id="InstallCloseButton">&Close</String>
 | 
						|
  <String Id="OptionsHeader">Setup Options</String>
 | 
						|
  <String Id="OptionsLocationLabel">Install location:</String>
 | 
						|
  <String Id="OptionsBrowseButton">&Browse</String>
 | 
						|
  <String Id="OptionsOkButton">&OK</String>
 | 
						|
  <String Id="OptionsCancelButton">&Cancel</String>
 | 
						|
  <String Id="ProgressHeader">Setup Progress</String>
 | 
						|
  <String Id="ProgressLabel">Installing:</String>
 | 
						|
  <String Id="OverallProgressPackageText">Initializing...</String>
 | 
						|
  <String Id="ProgressCancelButton">&Cancel</String>
 | 
						|
  <String Id="ModifyHeader">Modify Setup</String>
 | 
						|
  <String Id="ModifyRepairButton">&Repair</String>
 | 
						|
  <String Id="ModifyUninstallButton">&Uninstall</String>
 | 
						|
  <String Id="ModifyCloseButton">&Close</String>
 | 
						|
  <String Id="SuccessHeader">Setup Successful</String>
 | 
						|
  <String Id="SuccessLaunchButton">&Launch</String>
 | 
						|
  <String Id="SuccessRestartText">You must restart your computer before you can use the software.</String>
 | 
						|
  <String Id="SuccessRestartButton">&Restart</String>
 | 
						|
  <String Id="SuccessCloseButton">&Close</String>
 | 
						|
  <String Id="FailureHeader">Setup Failed</String>
 | 
						|
  <String Id="FailureHyperlinkLogText">One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more information see the <a href="#">log file</a>.</String>
 | 
						|
  <String Id="FailureRestartText">You must restart your computer to complete the rollback of the software.</String>
 | 
						|
  <String Id="FailureRestartButton">&Restart</String>
 | 
						|
  <String Id="FailureCloseButton">&Close</String>
 | 
						|
</WixLocalization> |