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

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

AEI2:

  • Added offline detection (should run without internet connection)
  • Update check (manual/on startup), not actually updating yet
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.tools=&Manage Tools
27menu.toolsTooltip=Install/Remove Tools
28menu.update=&Check for updates
29menu.updateTooltip=Check for updates to already downloaded packages on the Depot
30
31btnRevertSelection.text=Revert selection
32btnRevertSelection.tooltip=Select mods which are currently installed
33btnInstall.text=&Install
34btnInstall.tooltip=Install selected mods
35lblModTypes.text=Mod type:
36lblDownloadSize.text=Size of files to download:
37
38openModFolder.text=Open mod folder
39
40lblSubmitter.text=Submitter:
41lblCreator.text=Creator:
42lblTypes.text=Types:
43lblPlatform.text=Platform:
44lblPackageNumber.text=Package number:
45lblFiles.text=Number of files:
46lblDescription.text=Description:
47
48updateDepot.title=Updating Mod Depot cache
49
50installDone.title=Installation done
51installDone.text=You can now play AE Oni.
52
53offlineMode.title=Offline mode
54offlineMode.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.
55updatesAvailable.title=Updates available
56updatesAvailable.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?
57
58noOniSplit.title=OniSplit not available
59noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
60askInitialize.title=Initialize Edition
61askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
62
63initializingEdition.title=Initializing Edition core
64installing.title=Installing mods
65mandatoryFiles.title=Checking for mandatory files
66mandatoryToolsInstall.title=Installing mandatory tools
67
68doUpdate.title=Updating packages
69
Note: See TracBrowser for help on using the repository browser.