source: AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.properties@ 628

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

AEI2:

  • Minor UI changes
File size: 2.6 KB
RevLine 
[591]1# Main Frame
2buttonExit.title=Exit
3
[593]4menu.main=&Main
[591]5menu.settings=&Settings
6menu.settingsTooltip=Settings
[593]7menu.about=&About
8menu.aboutTooltip=About
[591]9menu.exit=&Exit\tCtrl+Q
10menu.exitTooltip=Exit
11
[593]12menu.file=&File
[605]13menu.runOniFull=Run &Oni (fullscreen)
14menu.runOniFullTooltip=Run Oni in fullscreen mode
15menu.runOniWin=Run Oni (&window)
16menu.runOniWinTooltip=Run Oni in windowed mode
[608]17menu.openEditionFolder=Open Edition folder
18menu.openEditionFolderTooltip=Open the Edition folder in the file explorer
[628]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
[593]23
24menu.reglobalize=&Rebuild Core Data
25menu.reglobalizeTooltip=Rebuild Core Data
[621]26menu.update=&Check for updates
27menu.updateTooltip=Check for updates to already downloaded packages on the Depot
[593]28
[623]29menu.tools=&Tools
30menu.manageTools=&Manage Tools
31menu.manageToolsTooltip=Install/Remove Tools
32
[593]33btnRevertSelection.text=Revert selection
34btnRevertSelection.tooltip=Select mods which are currently installed
[600]35btnInstall.text=&Install
36btnInstall.tooltip=Install selected mods
[594]37lblModTypes.text=Mod type:
[600]38lblDownloadSize.text=Size of files to download:
[591]39
[608]40openModFolder.text=Open mod folder
41
[592]42lblSubmitter.text=Submitter:
43lblCreator.text=Creator:
[606]44lblTypes.text=Types:
45lblPlatform.text=Platform:
[621]46lblPackageNumber.text=Package number:
[592]47lblFiles.text=Number of files:
48lblDescription.text=Description:
[591]49
50updateDepot.title=Updating Mod Depot cache
51
[605]52installDone.title=Installation done
53installDone.text=You can now play AE Oni.
54
[621]55offlineMode.title=Offline mode
56offlineMode.text=AEI is running in offline mode.\nNo updates or downloads of new mods are possible.\nPlease restart AEI when you have internet connection to update or download new packages.
[591]57updatesAvailable.title=Updates available
[621]58updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Mods:<br>%s<br>Tools:<br>%s<br><br>Size of files to download is %s.<br>Update now?
[627]59checkOnStartup.text=Check for updates at startup
[593]60
[621]61noOniSplit.title=OniSplit not available
62noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
[600]63askInitialize.title=Initialize Edition
64askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
65
66initializingEdition.title=Initializing Edition core
67installing.title=Installing mods
[602]68mandatoryFiles.title=Checking for mandatory files
[604]69mandatoryToolsInstall.title=Installing mandatory tools
[611]70
[621]71doUpdate.title=Updating packages
72
Note: See TracBrowser for help on using the repository browser.