source: java/installer2/src/net/oni2/aeinstaller/localization/MainWin.properties@ 1134

Last change on this file since 1134 was 1090, checked in by alloc, 7 years ago

AEI 2.30: Better conflicts display

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