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

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

AEI2.02:

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