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

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

AEI2 0.89:

  • Added all/downloaded/online filter
  • Added -All- entry to type selection
  • Added creator-column to mod table
File size: 2.7 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 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.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:
38lblShowOnly.text=Show only:
39radAll.text=All
40radOnline.text=Online
41radLocal.text=Downloaded
42lblDownloadSize.text=Size of files to download:
43
44openModFolder.text=Open mod folder
45
46lblSubmitter.text=Submitter:
47lblCreator.text=Creator:
48lblTypes.text=Types:
49lblPlatform.text=Platform:
50lblPackageNumber.text=Package number:
51lblFiles.text=Number of files:
52lblDescription.text=Description:
53
54updateDepot.title=Updating Mod Depot cache
55
56installDone.title=Installation done
57installDone.text=You can now play AE Oni.
58
59offlineMode.title=Offline mode
60offlineMode.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.
61updatesAvailable.title=Updates available
62updatesAvailable.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?
63checkOnStartup.text=Check for updates at startup
64
65noOniSplit.title=OniSplit not available
66noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
67askInitialize.title=Initialize Edition
68askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
69
70initializingEdition.title=Initializing Edition core
71installing.title=Installing mods
72mandatoryFiles.title=Checking for mandatory files
73mandatoryToolsInstall.title=Installing mandatory tools
74
75doUpdate.title=Updating packages
76
Note: See TracBrowser for help on using the repository browser.