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

Last change on this file since 864 was 860, checked in by alloc, 12 years ago

AEI2.11:

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