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

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

AEI2 0.90:

  • Added blank persist.dat for UnlockLevel to always work
  • Made local paths use the sanitized mod-name
  • Added mod-state column to mod table
File size: 2.6 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
44lblSubmitter.text=Submitter:
45lblCreator.text=Creator:
46lblTypes.text=Types:
47lblPlatform.text=Platform:
48lblPackageNumber.text=Package number:
49lblFiles.text=Number of files:
50lblDescription.text=Description:
51
52updateDepot.title=Updating Mod Depot cache
53
54installDone.title=Installation done
55installDone.text=You can now play AE Oni.
56
57offlineMode.title=Offline mode
58offlineMode.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.
59updatesAvailable.title=Updates available
60updatesAvailable.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?
61checkOnStartup.text=Check for updates at startup
62
63noOniSplit.title=OniSplit not available
64noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
65askInitialize.title=Initialize Edition
66askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
67
68initializingEdition.title=Initializing Edition core
69installing.title=Installing mods
70mandatoryFiles.title=Checking for mandatory files
71mandatoryToolsInstall.title=Installing mandatory tools
72
73doUpdate.title=Updating packages
74
Note: See TracBrowser for help on using the repository browser.