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

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

AEI2 0.99b:

  • Show updated mandatory packages
  • About: Added OCF-link
  • Saving table sort across sessions
File size: 3.2 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.mandatoryPackages=&Show mandatory packages
25menu.mandatoryPackagesTooltip=View which mandatory packages are used
26menu.reglobalize=&Rebuild Core Data
27menu.reglobalizeTooltip=Rebuild Core Data
28menu.update=&Check for updates
29menu.updateTooltip=Check for updates to already downloaded packages on the Depot
30
31menu.tools=&Tools
32menu.manageTools=&Manage Tools
33menu.manageToolsTooltip=Install/Remove Tools
34
35btnRevertSelection.text=Revert selection
36btnRevertSelection.tooltip=Select mods which are currently installed
37btnInstall.text=&Install
38btnInstall.tooltip=Install selected mods
39lblModTypes.text=Mod type:
40lblShowOnly.text=Show only:
41radAll.text=All
42radOnline.text=Online
43radLocal.text=Downloaded
44lblDownloadSize.text=Size of files to download:
45
46lblTitle.text=Name:
47lblCreator.text=Creator:
48lblTypes.text=Types:
49lblPlatform.text=Platform:
50lblPackageNumber.text=Package number:
51lblVersionNumber.text=Version number:
52lblFiles.text=Number of files:
53lblDescription.text=Description:
54
55updateDepot.title=Updating Mod Depot cache
56
57installDependencies.title=Unmet dependencies
58installDependencies.text=There are unmet dependencies for some mods.\n\n\
59Following mods are already downloaded and will be selected:\n%s\n\n\
60These mods will have to be additionally downloaded:\n%s\n\n\
61Size of files to be downloaded: %s.\n\nContinue?
62installDependencies.none=<None>
63installIncompatibilities.title=Incompatible mods
64installIncompatibilities.text=The following mods are incompatible:\n\n%s\n\nInstallation will be aborted.
65installDone.title=Installation done
66installDone.text=You can now play AE Oni.
67
68updatesAvailable.title=Updates available
69updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated.
70updatesAvailableSize.text=Size of files to download is %s.<br>Update now?
71checkOnStartup.text=Check for updates at startup
72
73noOniSplit.title=OniSplit not available
74noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
75askInitialize.title=Initialize Edition
76askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
77
78initializingEdition.title=Initializing Edition core
79installing.title=Installing mods
80mandatoryFiles.title=Checking for mandatory packages
81mandatoryToolsInstall.title=Installing mandatory tools
82mandatoryFilesUpdated.title=Updated mandatory packages
83mandatoryFilesUpdated.text=The following mandatory packages have been updated:%s
84
85doUpdate.title=Updating packages
86
Note: See TracBrowser for help on using the repository browser.