1 7 8 package com.memoire.vainstall; 9 10 import java.io.Serializable ; 11 import java.util.ListResourceBundle ; 12 13 20 public class Language_en_UK 21 extends ListResourceBundle  22 implements Serializable  23 { 24 25 28 public static Object [][] contents = 29 { 30 31 33 {"Common_Yes","Yes"}, 35 {"Common_No","No"}, 36 {"Common_Continue","Continue"}, 37 38 {"Common_OptionPane.yesButtonText","Yes"}, 40 {"Common_OptionPane.noButtonText","No"}, 41 {"Common_OptionPane.okButtonText","OK"}, 42 {"Common_OptionPane.cancelButtonText","Cancel"}, 43 44 {"Setup_JavaVersionNotSuitable","The version of the Java Runtime Environment is not supported"}, 46 {"Setup_MinJavaVersion","Lower required version"}, 47 {"Setup_MaxJavaVersion","Upper required version "}, 48 {"Setup_JavaUsedVersion","Used Version"}, 49 {"Setup_JavaDownload","To download a Java Runtime Environment"}, 50 {"Setup_JavaVendor","Vendor required"}, 51 52 {"Setup_AcceptLicense","You must accept the license or cancel installation"}, 54 {"Setup_DirectoryNotAccessible",": directory not accessible !"}, 55 {"Setup_ReinstallFirst","Reinstall first"}, 56 {"Setup_VersionWarning","Version warning"}, 57 {"Setup_Current","current="}, 58 {"Setup_ThisOne","this one="}, 59 {"Setup_CurrentVersionNewer","Your current version is newer than this one !"}, 60 {"Setup_MayCancelUpdate","you may cancel the update if you wish"}, 61 {"Setup_UpdateOnly","This is an update-only package."}, 62 {"Setup_NoSuitableVersion","no suitable version was found for :"}, 63 {"Setup_SorryFeatureNotImplemented","Sorry, feature not yet implemented..."}, 64 {"Setup_LookPreviousVersions","Looking for previous versions..."}, 65 {"Setup_PreviousVersionFound","Previous version found :"}, 66 {"Setup_NoPreviousVersionFound","No previous version found"}, 67 {"Setup_None","None"}, 68 {"Setup_ExtractingUninstaller","Extracting uninstaller..."}, 69 {"Setup_DecompressingFiles","Decompressing files..."}, 70 {"Setup_GeneratingLaunchScripts","Generating launch scripts..."}, 71 {"Setup_LaunchScriptsGenerated","Launch scripts generated"}, 72 {"Setup_GeneratingUninstallScript","Generating uninstall script..."}, 73 {"Setup_UninstallScriptGenerated","Uninstall script generated"}, 74 {"Setup_RestoringExeAttributes","Restoring executable attributes..."}, 75 {"Setup_ExeAttributesRestored","Executables attributes restored"}, 76 {"Setup_UpdatingWindowsRegistry","Updating Windows registry..."}, 77 {"Setup_WindowsRegistryUpdated","Windows registry updated"}, 78 {"Setup_InstallationComplete","Installation complete"}, 79 {"Setup_UnableToGenerateScripts","Unable to generate launch scripts"}, 80 {"Setup_NoLaunchScript","No launch script"}, 81 {"Setup_SorryScriptsNotSupported","Sorry, can not generate launch scripts for this platform!"}, 82 {"Setup_UnSupportedScriptSkipping","Unsupported launch script. Skipping"}, 83 {"Setup_NotCreateDirectory","could not create directory :"}, 84 {"Setup_NotDeleteRegistryKey","could not delete registry key :"}, 85 {"Setup_ErrorRestoringExeAttributes","Error while restoring executables attributes"}, 86 {"Setup_CouldNotFindVainstall","could not find shared vainstall directory"}, 87 {"Setup_CouldNotRenameDir","could not rename directory :"}, 88 {"Setup_NotGenerateScript","Sorry, can not generate uninstall script for this platform!"}, 89 {"Setup_InvalidPath","Invalid path: "}, 90 {"Setup_InvalidDir","Invalid directory: "}, 91 {"Setup_NoWritableDirectory","could not write in directory: "}, 92 {"Setup_NoWritableDirectoryInfos","Check that the directory is not in read-only mode\nWindows: right clic on the directory and properties"}, 93 {"Setup_ArchiveNotFound","Could not find the data source file: " }, 94 {"Setup_PathNotFound","Cannot determine path, trying your home directory instead." }, 95 {"Setup_FileNotCreated","The following file can't be replaced. Please, verify that this file is not currently used by the system:"}, 96 {"Setup_PathNotFoundLast","Cannot determine the install path (bummer!), exiting." }, 97 {"Setup_PostFailed", "Custom post-install/upgrade/uninstall step failed"}, 98 {"Setup_PreFailed", "Custom pre-install/upgrade/uninstall step failed"}, 99 100 {"Uninstall_NotBeRead","can not be read"}, 102 {"Uninstall_DeletingFiles","Deleting files..."}, 103 {"Uninstall_DeletingUninstallDirectory","Deleting uninstall directory..."}, 104 {"Uninstall_DeletingDirectories","Deleting directories..."}, 105 {"Uninstall_UpdatingWindowsRegistry","Updating Windows registry..."}, 106 {"Uninstall_WindowsRegistryUpdated","Windows registry updated"}, 107 {"Uninstall_UninstallationComplete","Uninstallation complete"}, 108 {"Uninstall_CustomFailed","Custom pre/post-uninstall step failed"}, 109 110 {"Custom_Preparing...","Preparing ..."}, 112 {"Custom_Mopping...","Mopping up ..."}, 113 114 {"VAArchiver_CompressingFiles","Compressing files..."}, 116 {"VAArchiver_CreatingJarFiles","Creating jar file..."}, 117 {"VAArchiver_GeneratingInstallClass"," generating install class (first pass)..."}, 118 {"VAArchiver_CompilingInstallClass"," compiling install class..."}, 119 {"VAArchiver_CreatingManifestFile"," creating manifest file"}, 120 {"VAArchiver_UpdatingJarFile"," updating jar file"}, 121 {"VAArchiver_SigningJarFile"," signing jar file"}, 122 {"VAArchiver_CreatingJnlpFile"," creating jnlp file"}, 123 {"VAArchiver_ArchiveOffset"," archive offset="}, 124 {"VAArchiver_AppendingArchive"," appending archive (method=append)..."}, 125 {"VAArchiver_InstallClassOffset"," installClass offset="}, 126 {"VAArchiver_Target"," target"}, 127 {"VAArchiver_EmptyFilelist","empty filelist"}, 128 {"VAArchiver_NotWritten"," can not be written"}, 129 {"VAArchiver_InvalidPathInFilelist","Invalid path in filelist (line "}, 130 {"VAArchiver_InFilelist","In filelist (line "}, 131 {"VAArchiver_GeneratingInstallClassCode"," generating install class code"}, 132 {"VAArchiver_AppendingClassloader"," appending classloader"}, 133 {"VAArchiver_GenerateInstallShell"," generating install shell"}, 134 {"VAArchiver_GenerateInstallExe"," generating install exe"}, 135 {"VAArchiver_CanNotRead","can not read "}, 136 {"VAArchiver_HasIncorrectFormat"," has incorrect format"}, 137 {"VAArchiver_NoValidInstallmode","no valid installMode specified"}, 138 {"VAArchiver_NoTargetSpecified","no target specified"}, 139 {"VAArchiver_UnknownTarget","unknown target: "}, 140 {"VAArchiver_WillUseDefaultImage"," will use default image"}, 141 {"VAArchiver_DefaultingTo"," defaulting to "}, 142 143 {"VAStats_CreatedDirectories","Created directories :"}, 145 {"VAStats_CreatedFiles","Created files :"}, 146 {"VAStats_DeletedDirectories","Deleted directories :"}, 147 {"VAStats_DeletedFiles","Deleted files :"}, 148 {"VAStats_NotCreateDirectories","Could not create directories :"}, 149 {"VAStats_NotRemoveDirectories","Could not remove directories :"}, 150 {"VAStats_NotCreateFiles","Could not create files :"}, 151 {"VAStats_NotRemoveFiles","Could not remove files :"}, 152 {"VAStats_Executables","Executables :"}, 153 154 {"UI_Message","Message"}, 156 {"UI_Error","Error"}, 157 {"UI_UnknownOperation","Unknown operation"}, 158 159 {"UI_Powered"," powered"}, 161 162 {"UI_Directory","Directory"}, 164 {"UI_Browse","Browse"}, 165 {"UI_NoDirectoryAccess",": directory not accessible !"}, 166 {"UI_NotChooseDirectory","You can not choose this directory !"}, 167 {"UI_Error","Error"}, 168 {"UI_InstallationDirectory","Installation directory :"}, 169 {"UI_IsThatRight","Is this right ?"}, 170 {"UI_Confirm","Confirm"}, 171 {"UI_NotValidDirectory"," is not a valid directory or is not writable"}, 172 173 {"UI_End","End"}, 175 {"UI_SoftwareHas","The software has been"}, 176 {"UI_SuccessfullyInstalled","successfully installed"}, 177 {"UI_SuccessfullyUpdated","successfully updated"}, 178 {"UI_SuccessfullyUninstalled","successfully uninstalled"}, 179 {"UI_ClickFinishToExit","Click \"Finish\" to exit"}, 180 {"UI_InstallationReport","Installation report"}, 181 {"UI_UpdateReport","Update report"}, 182 {"UI_UninstallationReport","Uninstallation report"}, 183 184 {"UI_Installation","Installation"}, 186 {"UI_Update","Update"}, 187 {"UI_Uninstallation","Uninstallation"}, 188 {"UI_ClickNextToStart","Click \"Next\" to start..."}, 189 {"UI_ReadyToStart","Ready to start"}, 190 {"UI_DecompressionFinished","Decompression finished"}, 191 192 {"UI_Language","Language Selection"}, 194 195 {"UI_License","License"}, 197 {"UI_WantAcceptLicense","Do you accept this license agreement?"}, 198 {"UI_NoLicense","No license"}, 199 200 {"UI_Readme","Readme"}, 202 {"UI_NoReadme","No readme"}, 203 204 {"UI_Shortcuts","Shortcuts"}, 206 {"UI_WantShortcutsCreated","Do you want shortcuts to be created ?"}, 207 208 {"UI_Upgrade","Upgrade"}, 210 {"UI_Invisible","Invisible"}, 211 {"UI_PreviousVersionFound","Previous version found :"}, 212 {"UI_InstallationDirectory","Installation directory :"}, 213 {"UI_WantToUpgrade","Do you want to upgrade ?"}, 214 {"UI_ClickNextToContinue","Click \"Next\" to continue..."}, 215 216 {"UI_Installation","Installation"}, 218 {"UI_Update","Update"}, 219 {"UI_Uninstallation","Uninstallation"}, 220 {"UI_ClickNextToStart","Click \"Next\" to start..."}, 221 222 {"UI_Title","VAInstall"}, 224 {"UI_Next","Next"}, 225 {"UI_Back","Back"}, 226 {"UI_Cancel","Cancel"}, 227 {"UI_Finish","Finish"}, 228 {"UI_AbortQuestion","Do you want to abort installation ?"}, 229 230 }; 232 233 236 public Object [][] getContents() 237 { 238 return contents; 239 } 240 241 }
| Popular Tags
|