| 1 | # Main Frame | 
 
 
 
 
 | 2 | buttonExit.title=Exit | 
 
 
 
 
 | 3 |  | 
 
 
 
 
 | 4 | menu.main=&Installer | 
 
 
 
 
 | 5 | menu.settings=&Settings | 
 
 
 
 
 | 6 | menu.settingsTooltip=Settings | 
 
 
 
 
 | 7 | menu.about=&About | 
 
 
 
 
 | 8 | menu.aboutTooltip=About | 
 
 
 
 
 | 9 | menu.help=&Help | 
 
 
 
 
 | 10 | menu.helpTooltip=Help | 
 
 
 
 
 | 11 | menu.exit=&Exit\tCtrl+Q | 
 
 
 
 
 | 12 | menu.exitTooltip=Exit | 
 
 
 
 
 | 13 |  | 
 
 
 
 
 | 14 | menu.file=&Mods | 
 
 
 
 
 | 15 | menu.runOniFull=Run &Oni (fullscreen) | 
 
 
 
 
 | 16 | menu.runOniFullTooltip=Run Oni in fullscreen mode | 
 
 
 
 
 | 17 | menu.runOniWin=Run Oni (&windowed) | 
 
 
 
 
 | 18 | menu.runOniWinTooltip=Run Oni in windowed mode | 
 
 
 
 
 | 19 | menu.openEditionFolder=Open AE folder | 
 
 
 
 
 | 20 | menu.openEditionFolderTooltip=Open the AE folder in the file explorer | 
 
 
 
 
 | 21 | menu.refreshLocalMods=Rescan local packages | 
 
 
 
 
 | 22 | menu.refreshLocalModsTooltip=Scan for manually locally added packages and updated Mod_Info.cfg | 
 
 
 
 
 | 23 | menu.loadConfig=&Load mod selection... | 
 
 
 
 
 | 24 | menu.loadConfigTooltip=Load mod selection from a file | 
 
 
 
 
 | 25 | menu.saveConfig=&Save current mod selection... | 
 
 
 
 
 | 26 | menu.saveConfigTooltip=Save current mod selection to a file | 
 
 
 
 
 | 27 | menu.copyConfig=&Copy currently installed mods to clipboard | 
 
 
 
 
 | 28 | menu.copyConfigTooltip=Copies the currently installed mods to clipboard in format for posting on OCF | 
 
 
 
 
 | 29 |  | 
 
 
 
 
 | 30 | menu.corePackages=&Show core packages | 
 
 
 
 
 | 31 | menu.corePackagesTooltip=View which core packages are used | 
 
 
 
 
 | 32 | menu.reglobalize=&Re-initialize Edition | 
 
 
 
 
 | 33 | menu.reglobalizeTooltip=Rebuild Core Data | 
 
 
 
 
 | 34 | menu.update=&Check for updates | 
 
 
 
 
 | 35 | menu.updateTooltip=Check for updates to already downloaded packages on the Depot | 
 
 
 
 
 | 36 |  | 
 
 
 
 
 | 37 | menu.tools=&Tools | 
 
 
 
 
 | 38 | menu.manageTools=&Manage Tools | 
 
 
 
 
 | 39 | menu.manageToolsTooltip=Install/Remove Tools | 
 
 
 
 
 | 40 |  | 
 
 
 
 
 | 41 | btnUnSelectAll.text=(Un)select all | 
 
 
 
 
 | 42 | btnRevertSelection.text=Revert selection | 
 
 
 
 
 | 43 | btnRevertSelection.tooltip=Select mods which are currently installed | 
 
 
 
 
 | 44 | btnInstall.text=&Install | 
 
 
 
 
 | 45 | btnInstall.tooltip=Install selected mods | 
 
 
 
 
 | 46 | lblModTypes.text=Mod type: | 
 
 
 
 
 | 47 | lblShowOnly.text=Show only: | 
 
 
 
 
 | 48 | radAll.text=All | 
 
 
 
 
 | 49 | radOnline.text=Online | 
 
 
 
 
 | 50 | radLocal.text=Downloaded | 
 
 
 
 
 | 51 | radInstalled.text=Installed | 
 
 
 
 
 | 52 | lblShowFilter.text=Filter: | 
 
 
 
 
 | 53 | lblSelectedMods.text=Mods selected for installation: | 
 
 
 
 
 | 54 | lblDownloadSize.text=Size of files to download: | 
 
 
 
 
 | 55 |  | 
 
 
 
 
 | 56 | updateDepot.title=Updating Mod Depot cache | 
 
 
 
 
 | 57 |  | 
 
 
 
 
 | 58 | rebuildCore.title=Rebuild Edition core data | 
 
 
 
 
 | 59 | rebuildCore.text=Rebuilding the core data of the Edition will take some time.\nAlso this normally should never be needed.\nDo you really want to continue? | 
 
 
 
 
 | 60 |  | 
 
 
 
 
 | 61 | installDependencies.title=Unmet dependencies | 
 
 
 
 
 | 62 | installDependencies.text=There are unmet dependencies for some mods.\n\nFollowing mods are already downloaded and will be selected:\n%s\n\n\ | 
 
 
 
 
 | 63 | These mods will have to be additionally downloaded:\n%s\n\n\ | 
 
 
 
 
 | 64 | Size of files to be downloaded: %s.\n\nContinue? | 
 
 
 
 
 | 65 | installDependencies.none=<None> | 
 
 
 
 
 | 66 | installIncompatibilities.title=Incompatible mods | 
 
 
 
 
 | 67 | installIncompatibilities.text=The following mods are incompatible:\n\n%s\n\nInstallation will be aborted. | 
 
 
 
 
 | 68 | installDone.title=Installation done | 
 
 
 
 
 | 69 | installDone.text=You can now play AE Oni. | 
 
 
 
 
 | 70 | installDoneDeps.text=In addition to the manually selected mods the following\nwere installed because they were depended upon:\n%s\n\nYou can now play AE Oni. | 
 
 
 
 
 | 71 |  | 
 
 
 
 
 | 72 | updatesAvailable.title=Updates available | 
 
 
 
 
 | 73 | updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated. | 
 
 
 
 
 | 74 | updatesAvailableSize.text=Size of files to download is %s.<br>Update now? | 
 
 
 
 
 | 75 | updatesNotAvailable.title=No updates available | 
 
 
 
 
 | 76 | updatesNotAvailable.text=There are currently no updates to the mods and tools you have downloaded. | 
 
 
 
 
 | 77 | checkOnStartup.text=Check for updates at startup | 
 
 
 
 
 | 78 |  | 
 
 
 
 
 | 79 | newPackages.title=New packages on Depot | 
 
 
 
 
 | 80 | newPackages.text=New packages were added to the Depot since last start of AEI.<br>%1%2 | 
 
 
 
 
 | 81 | checkNewPackagesOnStartup.text=Check for new packages on startup | 
 
 
 
 
 | 82 |  | 
 
 
 
 
 | 83 | noOniSplit.title=OniSplit not available | 
 
 
 
 
 | 84 | noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting! | 
 
 
 
 
 | 85 | askInitialize.title=Initialize Edition | 
 
 
 
 
 | 86 | askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now? | 
 
 
 
 
 | 87 |  | 
 
 
 
 
 | 88 | initializingEdition.title=Initializing Edition core | 
 
 
 
 
 | 89 | installing.title=Installing mods | 
 
 
 
 
 | 90 | checkCorePackages.title=Checking for core packages | 
 
 
 
 
 | 91 | coreToolsInstall.title=Installing core tools | 
 
 
 
 
 | 92 | corePackagesUpdated.title=Updated core packages | 
 
 
 
 
 | 93 | corePackagesUpdated.text=The following core packages have been updated:%s | 
 
 
 
 
 | 94 |  | 
 
 
 
 
 | 95 | doUpdate.title=Updating packages | 
 
 
 
 
 | 96 |  | 
 
 
 
 
 | 97 | jreNotFound.text=This tool requires a JRE but it was not found. | 
 
 
 
 
 | 98 | jreNotFound.title=No JRE found | 
 
 
 
 
 | 99 |  | 
 
 
 
 
 | 100 | dotNetNotFound.text=This tool requires a .NET runtime but it was not found. | 
 
 
 
 
 | 101 | dotNetNotFound.title=No .NET runtime found | 
 
 
 
 
 | 102 |  | 
 
 
 
 
 | 103 | wineNotFound.text=Wine is required to run a Windows executable on Linux but it was not found. | 
 
 
 
 
 | 104 | wineNotFound.title=Wine not found | 
 
 
 
 
 | 105 |  | 
 
 
 
 
 | 106 | notInstalled.text=You have to hit the install button at least once,\neven if you do not want to select any mods right now. | 
 
 
 
 
 | 107 | notInstalled.title=Not installed | 
 
 
 
 
 | 108 | oniExeNotFound.text=Oni's executable was not found. | 
 
 
 
 
 | 109 | oniExeNotFound.title=Oni not found | 
 
 
 
 
 | 110 |  | 
 
 
 
 
 | 111 | exeNotFound.text=Executable was not found. | 
 
 
 
 
 | 112 | exeNotFound.title=Exe not found |