source: java/installer2/src/net/oni2/aeinstaller/localization/MainWin.properties@ 853

Last change on this file since 853 was 810, checked in by alloc, 12 years ago

AEI2.03:

  • Fixes #7
  • Fixes regression introduced by fixing #8
File size: 4.4 KB
RevLine 
[651]1# Main Frame
2buttonExit.title=Exit
3
[735]4menu.main=&Installer
[651]5menu.settings=&Settings
6menu.settingsTooltip=Settings
7menu.about=&About
8menu.aboutTooltip=About
[806]9menu.help=&Help
10menu.helpTooltip=Help
[651]11menu.exit=&Exit\tCtrl+Q
12menu.exitTooltip=Exit
13
[735]14menu.file=&Mods
[651]15menu.runOniFull=Run &Oni (fullscreen)
16menu.runOniFullTooltip=Run Oni in fullscreen mode
[735]17menu.runOniWin=Run Oni (&windowed)
[651]18menu.runOniWinTooltip=Run Oni in windowed mode
[766]19menu.openEditionFolder=Open AE folder
20menu.openEditionFolderTooltip=Open the AE folder in the file explorer
[651]21menu.loadConfig=&Load mod selection...
22menu.loadConfigTooltip=Load mod selection from a file
23menu.saveConfig=&Save current mod selection...
24menu.saveConfigTooltip=Save current mod selection to a file
[807]25menu.copyConfig=&Copy currently installed mods to clipboard
26menu.copyConfigTooltip=Copies the currently installed mods to clipboard in format for posting on OCF
[651]27
28menu.corePackages=&Show core packages
29menu.corePackagesTooltip=View which core packages are used
[735]30menu.reglobalize=&Re-initialize Edition
[651]31menu.reglobalizeTooltip=Rebuild Core Data
32menu.update=&Check for updates
33menu.updateTooltip=Check for updates to already downloaded packages on the Depot
34
35menu.tools=&Tools
36menu.manageTools=&Manage Tools
37menu.manageToolsTooltip=Install/Remove Tools
38
[657]39btnUnSelectAll.text=(Un)select all
[651]40btnRevertSelection.text=Revert selection
41btnRevertSelection.tooltip=Select mods which are currently installed
42btnInstall.text=&Install
43btnInstall.tooltip=Install selected mods
[751]44lblModTypes.text=Mod type:
[651]45lblShowOnly.text=Show only:
46radAll.text=All
47radOnline.text=Online
48radLocal.text=Downloaded
[805]49radInstalled.text=Installed
[660]50lblShowFilter.text=Filter:
[673]51lblSelectedMods.text=Mods selected for installation:
[651]52lblDownloadSize.text=Size of files to download:
53
54updateDepot.title=Updating Mod Depot cache
55
[661]56rebuildCore.title=Rebuild Edition core data
57rebuildCore.text=Rebuilding the core data of the Edition will take some time.\nAlso this normally should never be needed.\nDo you really want to continue?
58
[651]59installDependencies.title=Unmet dependencies
[656]60installDependencies.text=There are unmet dependencies for some mods.\n\nFollowing mods are already downloaded and will be selected:\n%s\n\n\
61These mods will have to be additionally downloaded:\n%s\n\n\
62Size of files to be downloaded: %s.\n\nContinue?
[651]63installDependencies.none=<None>
64installIncompatibilities.title=Incompatible mods
[656]65installIncompatibilities.text=The following mods are incompatible:\n\n%s\n\nInstallation will be aborted.
[651]66installDone.title=Installation done
67installDone.text=You can now play AE Oni.
[656]68installDoneDeps.text=In addition to the manually selected mods the following\nwere installed because they were depended upon:\n%s\n\nYou can now play AE Oni.
[651]69
70updatesAvailable.title=Updates available
71updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated.
72updatesAvailableSize.text=Size of files to download is %s.<br>Update now?
[656]73updatesNotAvailable.title=No updates available
74updatesNotAvailable.text=There are currently no updates to the mods and tools you have downloaded.
[651]75checkOnStartup.text=Check for updates at startup
76
77noOniSplit.title=OniSplit not available
[656]78noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
[651]79askInitialize.title=Initialize Edition
[656]80askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
[651]81
82initializingEdition.title=Initializing Edition core
83installing.title=Installing mods
84checkCorePackages.title=Checking for core packages
85coreToolsInstall.title=Installing core tools
86corePackagesUpdated.title=Updated core packages
87corePackagesUpdated.text=The following core packages have been updated:%s
88
89doUpdate.title=Updating packages
90
[672]91jreNotFound.text=This tool requires a JRE but it was not found.
92jreNotFound.title=No JRE found
93
94dotNetNotFound.text=This tool requires a .NET runtime but it was not found.
95dotNetNotFound.title=No .NET runtime found
[720]96
97wineNotFound.text=Wine is required to run a Windows executable on Linux but it was not found.
98wineNotFound.title=Wine not found
99
[810]100notInstalled.text=You have to hit the install button at least once,\neven if you do not want to select any mods right now.
101notInstalled.title=Not installed
[720]102oniExeNotFound.text=Oni's executable was not found.
103oniExeNotFound.title=Oni not found
104
105exeNotFound.text=Executable was not found.
106exeNotFound.title=Exe not found
Note: See TracBrowser for help on using the repository browser.