001: /*
002: * $RCSfile: Language_en_UK.java,v $
003: * @modification $Date: 2005/05/14 10:14:17 $
004: * @version $Id: Language_en_UK.java,v 1.20 2005/05/14 10:14:17 deniger Exp $
005: *
006: */
007:
008: package com.memoire.vainstall;
009:
010: import java.io.Serializable;
011: import java.util.ListResourceBundle;
012:
013: /**
014: * English language file for VAInstall
015: *
016: * @author Henrik Falk
017: * @version $Id: Language_en_UK.java,v 1.20 2005/05/14 10:14:17 deniger Exp $
018: *
019: */
020: public class Language_en_UK extends ListResourceBundle implements
021: Serializable {
022:
023: /**
024: * Method: contents
025: */
026: public static Object[][] contents = {
027:
028: // LOCALIZE THIS
029:
030: // Common
031: { "Common_Yes", "Yes" },
032: { "Common_No", "No" },
033: { "Common_Continue", "Continue" },
034:
035: // JOptionPane
036: { "Common_OptionPane.yesButtonText", "Yes" },
037: { "Common_OptionPane.noButtonText", "No" },
038: { "Common_OptionPane.okButtonText", "OK" },
039: { "Common_OptionPane.cancelButtonText", "Cancel" },
040:
041: //Setup java test
042: { "Setup_JavaVersionNotSuitable",
043: "The version of the Java Runtime Environment is not supported" },
044: { "Setup_MinJavaVersion", "Lower required version" },
045: { "Setup_MaxJavaVersion", "Upper required version " },
046: { "Setup_JavaUsedVersion", "Used Version" },
047: { "Setup_JavaDownload",
048: "To download a Java Runtime Environment" },
049: { "Setup_JavaVendor", "Vendor required" },
050:
051: // Setup
052: { "Setup_AcceptLicense",
053: "You must accept the license or cancel installation" },
054: { "Setup_DirectoryNotAccessible",
055: ": directory not accessible !" },
056: { "Setup_ReinstallFirst", "Reinstall first" },
057: { "Setup_VersionWarning", "Version warning" },
058: { "Setup_Current", "current=" },
059: { "Setup_ThisOne", "this one=" },
060: { "Setup_CurrentVersionNewer",
061: "Your current version is newer than this one !" },
062: { "Setup_MayCancelUpdate",
063: "you may cancel the update if you wish" },
064: { "Setup_UpdateOnly", "This is an update-only package." },
065: { "Setup_NoSuitableVersion",
066: "no suitable version was found for :" },
067: { "Setup_SorryFeatureNotImplemented",
068: "Sorry, feature not yet implemented..." },
069: { "Setup_LookPreviousVersions",
070: "Looking for previous versions..." },
071: { "Setup_PreviousVersionFound", "Previous version found :" },
072: { "Setup_NoPreviousVersionFound",
073: "No previous version found" },
074: { "Setup_None", "None" },
075: { "Setup_ExtractingUninstaller",
076: "Extracting uninstaller..." },
077: { "Setup_DecompressingFiles", "Decompressing files..." },
078: { "Setup_GeneratingLaunchScripts",
079: "Generating launch scripts..." },
080: { "Setup_LaunchScriptsGenerated",
081: "Launch scripts generated" },
082: { "Setup_GeneratingUninstallScript",
083: "Generating uninstall script..." },
084: { "Setup_UninstallScriptGenerated",
085: "Uninstall script generated" },
086: { "Setup_RestoringExeAttributes",
087: "Restoring executable attributes..." },
088: { "Setup_ExeAttributesRestored",
089: "Executables attributes restored" },
090: { "Setup_UpdatingWindowsRegistry",
091: "Updating Windows registry..." },
092: { "Setup_WindowsRegistryUpdated",
093: "Windows registry updated" },
094: { "Setup_InstallationComplete", "Installation complete" },
095: { "Setup_UnableToGenerateScripts",
096: "Unable to generate launch scripts" },
097: { "Setup_NoLaunchScript", "No launch script" },
098: { "Setup_SorryScriptsNotSupported",
099: "Sorry, can not generate launch scripts for this platform!" },
100: { "Setup_UnSupportedScriptSkipping",
101: "Unsupported launch script. Skipping" },
102: { "Setup_NotCreateDirectory",
103: "could not create directory :" },
104: { "Setup_NotDeleteRegistryKey",
105: "could not delete registry key :" },
106: { "Setup_ErrorRestoringExeAttributes",
107: "Error while restoring executables attributes" },
108: { "Setup_CouldNotFindVainstall",
109: "could not find shared vainstall directory" },
110: { "Setup_CouldNotRenameDir", "could not rename directory :" },
111: { "Setup_NotGenerateScript",
112: "Sorry, can not generate uninstall script for this platform!" },
113: { "Setup_InvalidPath", "Invalid path: " },
114: { "Setup_InvalidDir", "Invalid directory: " },
115: { "Setup_NoWritableDirectory",
116: "could not write in directory: " },
117: {
118: "Setup_NoWritableDirectoryInfos",
119: "Check that the directory is not in read-only mode\nWindows: right clic on the directory and properties" },
120: { "Setup_ArchiveNotFound",
121: "Could not find the data source file: " },
122: { "Setup_PathNotFound",
123: "Cannot determine path, trying your home directory instead." },
124: {
125: "Setup_FileNotCreated",
126: "The following file can't be replaced. Please, verify that this file is not currently used by the system:" },
127: { "Setup_PathNotFoundLast",
128: "Cannot determine the install path (bummer!), exiting." },
129: { "Setup_PostFailed",
130: "Custom post-install/upgrade/uninstall step failed" },
131: { "Setup_PreFailed",
132: "Custom pre-install/upgrade/uninstall step failed" },
133:
134: // Uninstall
135: { "Uninstall_NotBeRead", "can not be read" },
136: { "Uninstall_DeletingFiles", "Deleting files..." },
137: { "Uninstall_DeletingUninstallDirectory",
138: "Deleting uninstall directory..." },
139: { "Uninstall_DeletingDirectories",
140: "Deleting directories..." },
141: { "Uninstall_UpdatingWindowsRegistry",
142: "Updating Windows registry..." },
143: { "Uninstall_WindowsRegistryUpdated",
144: "Windows registry updated" },
145: { "Uninstall_UninstallationComplete",
146: "Uninstallation complete" },
147: { "Uninstall_CustomFailed",
148: "Custom pre/post-uninstall step failed" },
149:
150: // Setup/Uninstall - for custom pre/post install processing
151: { "Custom_Preparing...", "Preparing ..." },
152: { "Custom_Mopping...", "Mopping up ..." },
153:
154: // VAArchiver
155: { "VAArchiver_CompressingFiles", "Compressing files..." },
156: { "VAArchiver_CreatingJarFiles", "Creating jar file..." },
157: { "VAArchiver_GeneratingInstallClass",
158: " generating install class (first pass)..." },
159: { "VAArchiver_CompilingInstallClass",
160: " compiling install class..." },
161: { "VAArchiver_CreatingManifestFile",
162: " creating manifest file" },
163: { "VAArchiver_UpdatingJarFile", " updating jar file" },
164: { "VAArchiver_SigningJarFile", " signing jar file" },
165: { "VAArchiver_CreatingJnlpFile", " creating jnlp file" },
166: { "VAArchiver_ArchiveOffset", " archive offset=" },
167: { "VAArchiver_AppendingArchive",
168: " appending archive (method=append)..." },
169: { "VAArchiver_InstallClassOffset", " installClass offset=" },
170: { "VAArchiver_Target", " target" },
171: { "VAArchiver_EmptyFilelist", "empty filelist" },
172: { "VAArchiver_NotWritten", " can not be written" },
173: { "VAArchiver_InvalidPathInFilelist",
174: "Invalid path in filelist (line " },
175: { "VAArchiver_InFilelist", "In filelist (line " },
176: { "VAArchiver_GeneratingInstallClassCode",
177: " generating install class code" },
178: { "VAArchiver_AppendingClassloader",
179: " appending classloader" },
180: { "VAArchiver_GenerateInstallShell",
181: " generating install shell" },
182: { "VAArchiver_GenerateInstallExe",
183: " generating install exe" },
184: { "VAArchiver_CanNotRead", "can not read " },
185: { "VAArchiver_HasIncorrectFormat", " has incorrect format" },
186: { "VAArchiver_NoValidInstallmode",
187: "no valid installMode specified" },
188: { "VAArchiver_NoTargetSpecified", "no target specified" },
189: { "VAArchiver_UnknownTarget", "unknown target: " },
190: { "VAArchiver_WillUseDefaultImage",
191: " will use default image" },
192: { "VAArchiver_DefaultingTo", " defaulting to " },
193:
194: // VAStats
195: { "VAStats_CreatedDirectories", "Created directories :" },
196: { "VAStats_CreatedFiles", "Created files :" },
197: { "VAStats_DeletedDirectories", "Deleted directories :" },
198: { "VAStats_DeletedFiles", "Deleted files :" },
199: { "VAStats_NotCreateDirectories",
200: "Could not create directories :" },
201: { "VAStats_NotRemoveDirectories",
202: "Could not remove directories :" },
203: { "VAStats_NotCreateFiles", "Could not create files :" },
204: { "VAStats_NotRemoveFiles", "Could not remove files :" },
205: { "VAStats_Executables", "Executables :" },
206:
207: // UI Common messages
208: { "UI_Message", "Message" },
209: { "UI_Error", "Error" },
210: { "UI_UnknownOperation", "Unknown operation" },
211:
212: // UI BlueScreen
213: { "UI_Powered", " powered" },
214:
215: // UI DirectoryPanel
216: { "UI_Directory", "Directory" },
217: { "UI_Browse", "Browse" },
218: { "UI_NoDirectoryAccess", ": directory not accessible !" },
219: { "UI_NotChooseDirectory",
220: "You can not choose this directory !" },
221: { "UI_Error", "Error" },
222: { "UI_InstallationDirectory", "Installation directory :" },
223: { "UI_IsThatRight", "Is this right ?" },
224: { "UI_Confirm", "Confirm" },
225: { "UI_NotValidDirectory",
226: " is not a valid directory or is not writable" },
227:
228: // UI EndPanel
229: { "UI_End", "End" },
230: { "UI_SoftwareHas", "The software has been" },
231: { "UI_SuccessfullyInstalled", "successfully installed" },
232: { "UI_SuccessfullyUpdated", "successfully updated" },
233: { "UI_SuccessfullyUninstalled", "successfully uninstalled" },
234: { "UI_ClickFinishToExit", "Click \"Finish\" to exit" },
235: { "UI_InstallationReport", "Installation report" },
236: { "UI_UpdateReport", "Update report" },
237: { "UI_UninstallationReport", "Uninstallation report" },
238:
239: // UI InstallPanel
240: { "UI_Installation", "Installation" },
241: { "UI_Update", "Update" },
242: { "UI_Uninstallation", "Uninstallation" },
243: { "UI_ClickNextToStart", "Click \"Next\" to start..." },
244: { "UI_ReadyToStart", "Ready to start" },
245: { "UI_DecompressionFinished", "Decompression finished" },
246:
247: // UI LanguagePanel
248: { "UI_Language", "Language Selection" },
249:
250: // UI LicensePanel
251: { "UI_License", "License" },
252: { "UI_WantAcceptLicense",
253: "Do you accept this license agreement?" },
254: { "UI_NoLicense", "No license" },
255:
256: // UI ReadmePanel
257: { "UI_Readme", "Readme" },
258: { "UI_NoReadme", "No readme" },
259:
260: // UI ShortcutPanel
261: { "UI_Shortcuts", "Shortcuts" },
262: { "UI_WantShortcutsCreated",
263: "Do you want shortcuts to be created ?" },
264:
265: // UI UpgradePanel
266: { "UI_Upgrade", "Upgrade" },
267: { "UI_Invisible", "Invisible" },
268: { "UI_PreviousVersionFound", "Previous version found :" },
269: { "UI_InstallationDirectory", "Installation directory :" },
270: { "UI_WantToUpgrade", "Do you want to upgrade ?" },
271: { "UI_ClickNextToContinue", "Click \"Next\" to continue..." },
272:
273: // UI WelcomePanel
274: { "UI_Installation", "Installation" },
275: { "UI_Update", "Update" },
276: { "UI_Uninstallation", "Uninstallation" },
277: { "UI_ClickNextToStart", "Click \"Next\" to start..." },
278:
279: // UI Wizard
280: { "UI_Title", "VAInstall" },
281: { "UI_Next", "Next" },
282: { "UI_Back", "Back" },
283: { "UI_Cancel", "Cancel" },
284: { "UI_Finish", "Finish" },
285: { "UI_AbortQuestion", "Do you want to abort installation ?" },
286:
287: // END OF MATERIAL TO LOCALIZE
288: };
289:
290: /**
291: * Method: getContents()
292: */
293: public Object[][] getContents() {
294: return contents;
295: }
296:
297: } // end class
|