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

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

AEI2.02:

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