source: AE/installer2/src/net/oni2/aeinstaller/localization/MainWin.properties@ 661

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

AEI2 0.99l:

  • Added verification question before rebuilding core data
File size: 3.5 KB
RevLine 
[651]1# Main Frame
2buttonExit.title=Exit
3
4menu.main=&Main
5menu.settings=&Settings
6menu.settingsTooltip=Settings
7menu.about=&About
8menu.aboutTooltip=About
9menu.exit=&Exit\tCtrl+Q
10menu.exitTooltip=Exit
11
12menu.file=&File
13menu.runOniFull=Run &Oni (fullscreen)
14menu.runOniFullTooltip=Run Oni in fullscreen mode
15menu.runOniWin=Run Oni (&window)
16menu.runOniWinTooltip=Run Oni in windowed mode
17menu.openEditionFolder=Open Edition folder
18menu.openEditionFolderTooltip=Open the Edition folder in the file explorer
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
26menu.reglobalize=&Rebuild Core Data
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
40lblModTypes.text=Mod type:
41lblShowOnly.text=Show only:
42radAll.text=All
43radOnline.text=Online
44radLocal.text=Downloaded
[660]45lblShowFilter.text=Filter:
[651]46lblDownloadSize.text=Size of files to download:
47
48updateDepot.title=Updating Mod Depot cache
49
[661]50rebuildCore.title=Rebuild Edition core data
51rebuildCore.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?
52
[651]53installDependencies.title=Unmet dependencies
[656]54installDependencies.text=There are unmet dependencies for some mods.\n\nFollowing mods are already downloaded and will be selected:\n%s\n\n\
55These mods will have to be additionally downloaded:\n%s\n\n\
56Size of files to be downloaded: %s.\n\nContinue?
[651]57installDependencies.none=<None>
58installIncompatibilities.title=Incompatible mods
[656]59installIncompatibilities.text=The following mods are incompatible:\n\n%s\n\nInstallation will be aborted.
[651]60installDone.title=Installation done
61installDone.text=You can now play AE Oni.
[656]62installDoneDeps.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]63
64updatesAvailable.title=Updates available
65updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated.
66updatesAvailableSize.text=Size of files to download is %s.<br>Update now?
[656]67updatesNotAvailable.title=No updates available
68updatesNotAvailable.text=There are currently no updates to the mods and tools you have downloaded.
[651]69checkOnStartup.text=Check for updates at startup
70
71noOniSplit.title=OniSplit not available
[656]72noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
[651]73askInitialize.title=Initialize Edition
[656]74askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
[651]75
76initializingEdition.title=Initializing Edition core
77installing.title=Installing mods
78checkCorePackages.title=Checking for core packages
79coreToolsInstall.title=Installing core tools
80corePackagesUpdated.title=Updated core packages
81corePackagesUpdated.text=The following core packages have been updated:%s
82
83doUpdate.title=Updating packages
84
Note: See TracBrowser for help on using the repository browser.