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

Last change on this file since 1025 was 1023, checked in by alloc, 9 years ago

AEI 2.23: More strings in localization

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.
72installDone.title=Installation done
73installDone.text=You can now play AE Oni.
74installDoneDeps.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.
75
76updatesAvailable.title=Updates available
77updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated.
78updatesAvailableSize.text=Size of files to download is %s.<br>Update now?
79updatesNotAvailable.title=No updates available
80updatesNotAvailable.text=There are currently no updates to the mods and tools you have downloaded.
81checkOnStartup.text=Check for updates at startup
82
83newPackages.title=New packages on Depot
84newPackages.text=New packages were added to the Depot since last start of AEI.<br>%1%2
85checkNewPackagesOnStartup.text=Check for new packages on startup
86
87noOniSplit.title=OniSplit not available
88noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
89askInitialize.title=Initialize Edition
90askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
91
92initializingEdition.title=Initializing Edition core
93installing.title=Installing mods
94checkCorePackages.title=Checking for core packages
95coreToolsInstall.title=Installing core tools
96corePackagesUpdated.title=Updated core packages
97corePackagesUpdated.text=The following core packages have been updated:%s
98
99doUpdate.title=Updating packages
100
101startupTips.title=Instructions
102startupTips.text=<h2>Welcome to Oni's Anniversary Edition Installer!</h2>\
103<h3>Please take a moment to read these instructions before you start.</h3>\
104<ul><li>Read each mod's description carefully before you decide to install it.</li>\
105<li>On your first run, try not to install more than 20 to 30 mods. Installing<br>\
106 too many mods can cause Oni to run out of memory.</li>\
107<li>To uninstall a mod, just unselect it from the list and click "Install"<br>\
108 again; you don't have to delete it.</li>\
109<li>It's highly recommended that you update your mods and the AE Installer<br>\
110 whenever you're notified that an update is available.</li>\
111<li>If you're notified that two mods are incompatible, you have to unselect<br>\
112 one of them before you try to install again.</li>\
113<li>To report bugs or problems with the Anniversary Edition itself or the<br>\
114 AE Installer go <a href="http://oni.bungie.org/community/forum/viewforum.php?id=12">here</a>.</li>\
115<li>To report bugs with a particular mod, visit that mod's thread, which is<br>\
116 usually linked to in the mod's description.</li>\
117<li>Warning: If too many mods which use custom particles are installed, Oni<br>\
118 may crash. Read more about this issue <a href="http://oni.bungie.org/community/forum/viewtopic.php?id=2567">here</a>.</li>\
119<li>For more information and instructions on the features of the AE Installer<br>\
120 itself, see "Help" under the "Installer" menu.</li>\
121<li>To disable this message, uncheck the corresponding option in "Settings"<br>\
122 under the "Installer" menu.</li></ul>
123
124jreNotFound.text=This tool requires a JRE but it was not found.
125jreNotFound.title=No JRE found
126
127dotNetNotFound.text=This tool requires a .NET runtime but it was not found.
128dotNetNotFound.title=No .NET runtime found
129
130wineNotFound.text=Wine is required to run a Windows executable on Linux but it was not found.
131wineNotFound.title=Wine not found
132
133notInstalled.text=You have to hit the install button at least once,\neven if you do not want to select any mods right now.
134notInstalled.title=Not installed
135oniExeNotFound.text=Oni's executable was not found.
136oniExeNotFound.title=Oni not found
137
138exeNotFound.text=Executable was not found.
139exeNotFound.title=Exe not found
140
141mod=Mod
142mods=Mods
143tool=Tool
144tools=Tools
Note: See TracBrowser for help on using the repository browser.