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

Last change on this file since 773 was 766, checked in by alloc, 12 years ago

AEI2 0.99y:

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