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

Last change on this file since 887 was 887, checked in by alloc, 11 years ago

AEI2.16:

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