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.exit=&Exit\tCtrl+Q |
10 |
menu.exitTooltip=Exit |
11 |
|
12 |
menu.file=&Mods |
13 |
menu.runOniFull=Run &Oni (fullscreen) |
14 |
menu.runOniFullTooltip=Run Oni in fullscreen mode |
15 |
menu.runOniWin=Run Oni (&windowed) |
16 |
menu.runOniWinTooltip=Run Oni in windowed mode |
17 |
menu.openEditionFolder=Open AE folder |
18 |
menu.openEditionFolderTooltip=Open the AE folder in the file explorer |
19 |
menu.refreshLocalMods=Rescan local packages |
20 |
menu.refreshLocalModsTooltip=Scan for manually locally added packages and updated Mod_Info.cfg |
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=About 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 |
menu.mHelp=&Help |
40 |
menu.help=&View online help |
41 |
menu.helpTooltip=Open the online help in a browser |
42 |
menu.report=&Request help... |
43 |
menu.reportTooltip=Request help including log files |
44 |
|
45 |
btnUnSelectAll.text=(Un)select all |
46 |
btnRevertSelection.text=Revert selection |
47 |
btnRevertSelection.tooltip=Select mods which are currently installed |
48 |
btnInstall.text=&Install |
49 |
btnInstall.tooltip=Install selected mods |
50 |
lblModTypes.text=Mod type: |
51 |
lblShowOnly.text=Show only: |
52 |
radAll.text=All |
53 |
radOnline.text=Online |
54 |
radLocal.text=Downloaded |
55 |
radInstalled.text=Installed |
56 |
lblShowFilter.text=Filter: |
57 |
lblSelectedMods.text=Mods selected for installation: |
58 |
lblDownloadSize.text=Size of files to download: |
59 |
|
60 |
updateDepot.title=Updating Mod Depot cache |
61 |
|
62 |
rebuildCore.title=Rebuild Edition core data |
63 |
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? |
64 |
|
65 |
installDependencies.title=Unmet dependencies |
66 |
installDependencies.text=There are unmet dependencies for some mods.\n\nFollowing mods are already downloaded and will be selected:\n%s\n\n\ |
67 |
These mods will have to be additionally downloaded:\n%s\n\n\ |
68 |
Size of files to be downloaded: %s.\n\nContinue? |
69 |
installDependencies.none=<None> |
70 |
installIncompatibilities.title=Incompatible mods |
71 |
installIncompatibilities.text=The following mods are incompatible:\n\n%s\n\nInstallation will be aborted. |
72 |
installIncompatibilities.conflict=Conflict |
73 |
installDone.title=Installation done |
74 |
installDone.text=You can now play AE Oni. |
75 |
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. |
76 |
|
77 |
updatesAvailable.title=Updates available |
78 |
updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated. |
79 |
updatesAvailableSize.text=Size of files to download is %s.<br>Update now? |
80 |
updatesNotAvailable.title=No updates available |
81 |
updatesNotAvailable.text=There are currently no updates to the mods and tools you have downloaded. |
82 |
checkOnStartup.text=Check for updates at startup |
83 |
|
84 |
newPackages.title=New packages on Depot |
85 |
newPackages.text=New packages were added to the Depot since last start of AEI.<br>%1%2 |
86 |
checkNewPackagesOnStartup.text=Check for new packages on startup |
87 |
|
88 |
noOniSplit.title=OniSplit not available |
89 |
noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting! |
90 |
askInitialize.title=Initialize Edition |
91 |
askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now? |
92 |
|
93 |
initializingEdition.title=Initializing Edition core |
94 |
installing.title=Installing mods |
95 |
checkCorePackages.title=Checking for core packages |
96 |
coreToolsInstall.title=Installing core tools |
97 |
corePackagesUpdated.title=Updated core packages |
98 |
corePackagesUpdated.text=The following core packages have been updated:%s |
99 |
|
100 |
doUpdate.title=Updating packages |
101 |
|
102 |
startupTips.title=Instructions |
103 |
startupTips.text=<h2>Welcome to Oni's Anniversary Edition Installer!</h2>\ |
104 |
<h3>Please take a moment to read these instructions before you start.</h3>\ |
105 |
<ul><li>Read each mod's description carefully before you decide to install it.</li>\ |
106 |
<li>On your first run, try not to install more than 20 to 30 mods. Installing<br>\ |
107 |
too many mods can cause Oni to run out of memory.</li>\ |
108 |
<li>To uninstall a mod, just unselect it from the list and click "Install"<br>\ |
109 |
again; you don't have to delete it.</li>\ |
110 |
<li>It's highly recommended that you update your mods and the AE Installer<br>\ |
111 |
whenever you're notified that an update is available.</li>\ |
112 |
<li>If you're notified that two mods are incompatible, you have to unselect<br>\ |
113 |
one of them before you try to install again.</li>\ |
114 |
<li>To report bugs or problems with the Anniversary Edition itself or the<br>\ |
115 |
AE Installer go <a href="http://oni.bungie.org/community/forum/viewforum.php?id=12">here</a>.</li>\ |
116 |
<li>To report bugs with a particular mod, visit that mod's thread, which is<br>\ |
117 |
usually linked to in the mod's description.</li>\ |
118 |
<li>Warning: If too many mods which use custom particles are installed, Oni<br>\ |
119 |
may crash. Read more about this issue <a href="http://oni.bungie.org/community/forum/viewtopic.php?id=2567">here</a>.</li>\ |
120 |
<li>For more information and instructions on the features of the AE Installer<br>\ |
121 |
itself, see "Help" under the "Installer" menu.</li>\ |
122 |
<li>To disable this message, uncheck the corresponding option in "Settings"<br>\ |
123 |
under the "Installer" menu.</li></ul> |
124 |
|
125 |
jreNotFound.text=This tool requires a JRE but it was not found. |
126 |
jreNotFound.title=No JRE found |
127 |
|
128 |
dotNetNotFound.text=This tool requires a .NET runtime but it was not found. |
129 |
dotNetNotFound.title=No .NET runtime found |
130 |
|
131 |
wineNotFound.text=Wine is required to run a Windows executable on Linux but it was not found. |
132 |
wineNotFound.title=Wine not found |
133 |
|
134 |
notInstalled.text=You have to hit the install button at least once,\neven if you do not want to select any mods right now. |
135 |
notInstalled.title=Not installed |
136 |
oniExeNotFound.text=Oni's executable was not found. |
137 |
oniExeNotFound.title=Oni not found |
138 |
|
139 |
exeNotFound.text=Executable was not found. |
140 |
exeNotFound.title=Exe not found |
141 |
|
142 |
mod=Mod |
143 |
mods=Mods |
144 |
tool=Tool |
145 |
tools=Tools |