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.loadConfig=&Load mod selection... |
22 |
menu.loadConfigTooltip=Load mod selection from a file |
23 |
menu.saveConfig=&Save current mod selection... |
24 |
menu.saveConfigTooltip=Save current mod selection to a file |
25 |
menu.copyConfig=&Copy currently installed mods to clipboard |
26 |
menu.copyConfigTooltip=Copies the currently installed mods to clipboard in format for posting on OCF |
27 |
|
28 |
menu.corePackages=&Show core packages |
29 |
menu.corePackagesTooltip=View which core packages are used |
30 |
menu.reglobalize=&Re-initialize Edition |
31 |
menu.reglobalizeTooltip=Rebuild Core Data |
32 |
menu.update=&Check for updates |
33 |
menu.updateTooltip=Check for updates to already downloaded packages on the Depot |
34 |
|
35 |
menu.tools=&Tools |
36 |
menu.manageTools=&Manage Tools |
37 |
menu.manageToolsTooltip=Install/Remove Tools |
38 |
|
39 |
btnUnSelectAll.text=(Un)select all |
40 |
btnRevertSelection.text=Revert selection |
41 |
btnRevertSelection.tooltip=Select mods which are currently installed |
42 |
btnInstall.text=&Install |
43 |
btnInstall.tooltip=Install selected mods |
44 |
lblModTypes.text=Mod type: |
45 |
lblShowOnly.text=Show only: |
46 |
radAll.text=All |
47 |
radOnline.text=Online |
48 |
radLocal.text=Downloaded |
49 |
radInstalled.text=Installed |
50 |
lblShowFilter.text=Filter: |
51 |
lblSelectedMods.text=Mods selected for installation: |
52 |
lblDownloadSize.text=Size of files to download: |
53 |
|
54 |
updateDepot.title=Updating Mod Depot cache |
55 |
|
56 |
rebuildCore.title=Rebuild Edition core data |
57 |
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? |
58 |
|
59 |
installDependencies.title=Unmet dependencies |
60 |
installDependencies.text=There are unmet dependencies for some mods.\n\nFollowing mods are already downloaded and will be selected:\n%s\n\n\ |
61 |
These mods will have to be additionally downloaded:\n%s\n\n\ |
62 |
Size of files to be downloaded: %s.\n\nContinue? |
63 |
installDependencies.none=<None> |
64 |
installIncompatibilities.title=Incompatible mods |
65 |
installIncompatibilities.text=The following mods are incompatible:\n\n%s\n\nInstallation will be aborted. |
66 |
installDone.title=Installation done |
67 |
installDone.text=You can now play AE Oni. |
68 |
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. |
69 |
|
70 |
updatesAvailable.title=Updates available |
71 |
updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated. |
72 |
updatesAvailableSize.text=Size of files to download is %s.<br>Update now? |
73 |
updatesNotAvailable.title=No updates available |
74 |
updatesNotAvailable.text=There are currently no updates to the mods and tools you have downloaded. |
75 |
checkOnStartup.text=Check for updates at startup |
76 |
|
77 |
noOniSplit.title=OniSplit not available |
78 |
noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting! |
79 |
askInitialize.title=Initialize Edition |
80 |
askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now? |
81 |
|
82 |
initializingEdition.title=Initializing Edition core |
83 |
installing.title=Installing mods |
84 |
checkCorePackages.title=Checking for core packages |
85 |
coreToolsInstall.title=Installing core tools |
86 |
corePackagesUpdated.title=Updated core packages |
87 |
corePackagesUpdated.text=The following core packages have been updated:%s |
88 |
|
89 |
doUpdate.title=Updating packages |
90 |
|
91 |
jreNotFound.text=This tool requires a JRE but it was not found. |
92 |
jreNotFound.title=No JRE found |
93 |
|
94 |
dotNetNotFound.text=This tool requires a .NET runtime but it was not found. |
95 |
dotNetNotFound.title=No .NET runtime found |
96 |
|
97 |
wineNotFound.text=Wine is required to run a Windows executable on Linux but it was not found. |
98 |
wineNotFound.title=Wine not found |
99 |
|
100 |
oniExeNotFound.text=Oni's executable was not found. |
101 |
oniExeNotFound.title=Oni not found |
102 |
|
103 |
exeNotFound.text=Executable was not found. |
104 |
exeNotFound.title=Exe not found |