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

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

AEI2 0.83:

  • Dependencies from Mods to Tools supported
  • Installed tools can get a menu entry to launch them
  • Mods can unlock levels in persist.dat through UnlockLevel-tag
File size: 2.5 KB
Line 
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 configuration...
20menu.loadConfigTooltip=Load configuration
21menu.saveConfig=&Save configuration...
22menu.saveConfigTooltip=Save configuration
23
24menu.reglobalize=&Rebuild Core Data
25menu.reglobalizeTooltip=Rebuild Core Data
26menu.update=&Check for updates
27menu.updateTooltip=Check for updates to already downloaded packages on the Depot
28
29menu.tools=&Tools
30menu.manageTools=&Manage Tools
31menu.manageToolsTooltip=Install/Remove Tools
32
33btnRevertSelection.text=Revert selection
34btnRevertSelection.tooltip=Select mods which are currently installed
35btnInstall.text=&Install
36btnInstall.tooltip=Install selected mods
37lblModTypes.text=Mod type:
38lblDownloadSize.text=Size of files to download:
39
40openModFolder.text=Open mod folder
41
42lblSubmitter.text=Submitter:
43lblCreator.text=Creator:
44lblTypes.text=Types:
45lblPlatform.text=Platform:
46lblPackageNumber.text=Package number:
47lblFiles.text=Number of files:
48lblDescription.text=Description:
49
50updateDepot.title=Updating Mod Depot cache
51
52installDone.title=Installation done
53installDone.text=You can now play AE Oni.
54
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.
57updatesAvailable.title=Updates available
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?
59
60noOniSplit.title=OniSplit not available
61noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
62askInitialize.title=Initialize Edition
63askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
64
65initializingEdition.title=Initializing Edition core
66installing.title=Installing mods
67mandatoryFiles.title=Checking for mandatory files
68mandatoryToolsInstall.title=Installing mandatory tools
69
70doUpdate.title=Updating packages
71
Note: See TracBrowser for help on using the repository browser.