[629] | 1 | # Main Frame
|
---|
| 2 | buttonExit.title=Exit
|
---|
| 3 |
|
---|
| 4 | menu.main=&Main
|
---|
| 5 | menu.settings=&Settings
|
---|
| 6 | menu.settingsTooltip=Settings
|
---|
| 7 | menu.about=&About
|
---|
| 8 | menu.aboutTooltip=About
|
---|
| 9 | menu.exit=&Exit\tCtrl+Q
|
---|
| 10 | menu.exitTooltip=Exit
|
---|
| 11 |
|
---|
| 12 | menu.file=&File
|
---|
| 13 | menu.runOniFull=Run &Oni (fullscreen)
|
---|
| 14 | menu.runOniFullTooltip=Run Oni in fullscreen mode
|
---|
| 15 | menu.runOniWin=Run Oni (&window)
|
---|
| 16 | menu.runOniWinTooltip=Run Oni in windowed mode
|
---|
| 17 | menu.openEditionFolder=Open Edition folder
|
---|
| 18 | menu.openEditionFolderTooltip=Open the Edition folder in the file explorer
|
---|
| 19 | menu.loadConfig=&Load mod selection...
|
---|
| 20 | menu.loadConfigTooltip=Load mod selection from a file
|
---|
| 21 | menu.saveConfig=&Save current mod selection...
|
---|
| 22 | menu.saveConfigTooltip=Save current mod selection to a file
|
---|
| 23 |
|
---|
| 24 | menu.reglobalize=&Rebuild Core Data
|
---|
| 25 | menu.reglobalizeTooltip=Rebuild Core Data
|
---|
| 26 | menu.update=&Check for updates
|
---|
| 27 | menu.updateTooltip=Check for updates to already downloaded packages on the Depot
|
---|
| 28 |
|
---|
| 29 | menu.tools=&Tools
|
---|
| 30 | menu.manageTools=&Manage Tools
|
---|
| 31 | menu.manageToolsTooltip=Install/Remove Tools
|
---|
| 32 |
|
---|
| 33 | btnRevertSelection.text=Revert selection
|
---|
| 34 | btnRevertSelection.tooltip=Select mods which are currently installed
|
---|
| 35 | btnInstall.text=&Install
|
---|
| 36 | btnInstall.tooltip=Install selected mods
|
---|
| 37 | lblModTypes.text=Mod type:
|
---|
[630] | 38 | lblShowOnly.text=Show only:
|
---|
| 39 | radAll.text=All
|
---|
| 40 | radOnline.text=Online
|
---|
| 41 | radLocal.text=Downloaded
|
---|
[629] | 42 | lblDownloadSize.text=Size of files to download:
|
---|
| 43 |
|
---|
[639] | 44 | lblTitle.text=Name:
|
---|
[629] | 45 | lblCreator.text=Creator:
|
---|
| 46 | lblTypes.text=Types:
|
---|
| 47 | lblPlatform.text=Platform:
|
---|
| 48 | lblPackageNumber.text=Package number:
|
---|
[638] | 49 | lblVersionNumber.text=Version number:
|
---|
[629] | 50 | lblFiles.text=Number of files:
|
---|
| 51 | lblDescription.text=Description:
|
---|
| 52 |
|
---|
| 53 | updateDepot.title=Updating Mod Depot cache
|
---|
| 54 |
|
---|
[641] | 55 | installDependencies.title=Unmet dependencies
|
---|
| 56 | installDependencies.text=There are unmet dependencies for some mods.\n\n\
|
---|
| 57 | Following mods are already downloaded and will be selected:\n%s\n\n\
|
---|
| 58 | These mods will have to be additionally downloaded:\n%s\n\n\
|
---|
| 59 | Size of files to be downloaded: %s.\n\nContinue?
|
---|
| 60 | installDependencies.none=<None>
|
---|
[629] | 61 | installDone.title=Installation done
|
---|
| 62 | installDone.text=You can now play AE Oni.
|
---|
| 63 |
|
---|
| 64 | updatesAvailable.title=Updates available
|
---|
[632] | 65 | updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated.
|
---|
| 66 | updatesAvailableSize.text=Size of files to download is %s.<br>Update now?
|
---|
[629] | 67 | checkOnStartup.text=Check for updates at startup
|
---|
| 68 |
|
---|
| 69 | noOniSplit.title=OniSplit not available
|
---|
| 70 | noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
|
---|
| 71 | askInitialize.title=Initialize Edition
|
---|
| 72 | askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
|
---|
| 73 |
|
---|
| 74 | initializingEdition.title=Initializing Edition core
|
---|
| 75 | installing.title=Installing mods
|
---|
| 76 | mandatoryFiles.title=Checking for mandatory files
|
---|
| 77 | mandatoryToolsInstall.title=Installing mandatory tools
|
---|
| 78 |
|
---|
| 79 | doUpdate.title=Updating packages
|
---|
| 80 |
|
---|