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

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

AEI2.11:

File size: 4.6 KB
RevLine 
[651]1# Main Frame
2buttonExit.title=Exit
3
[735]4menu.main=&Installer
[651]5menu.settings=&Settings
6menu.settingsTooltip=Settings
7menu.about=&About
8menu.aboutTooltip=About
[806]9menu.help=&Help
10menu.helpTooltip=Help
[651]11menu.exit=&Exit\tCtrl+Q
12menu.exitTooltip=Exit
13
[735]14menu.file=&Mods
[651]15menu.runOniFull=Run &Oni (fullscreen)
16menu.runOniFullTooltip=Run Oni in fullscreen mode
[735]17menu.runOniWin=Run Oni (&windowed)
[651]18menu.runOniWinTooltip=Run Oni in windowed mode
[766]19menu.openEditionFolder=Open AE folder
20menu.openEditionFolderTooltip=Open the AE folder in the file explorer
[859]21menu.refreshLocalMods=Rescan local packages
22menu.refreshLocalModsTooltip=Scan for manually locally added packages and updated Mod_Info.cfg
[651]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
[807]27menu.copyConfig=&Copy currently installed mods to clipboard
28menu.copyConfigTooltip=Copies the currently installed mods to clipboard in format for posting on OCF
[651]29
30menu.corePackages=&Show core packages
31menu.corePackagesTooltip=View which core packages are used
[735]32menu.reglobalize=&Re-initialize Edition
[651]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
[657]41btnUnSelectAll.text=(Un)select all
[651]42btnRevertSelection.text=Revert selection
43btnRevertSelection.tooltip=Select mods which are currently installed
44btnInstall.text=&Install
45btnInstall.tooltip=Install selected mods
[751]46lblModTypes.text=Mod type:
[651]47lblShowOnly.text=Show only:
48radAll.text=All
49radOnline.text=Online
50radLocal.text=Downloaded
[805]51radInstalled.text=Installed
[660]52lblShowFilter.text=Filter:
[673]53lblSelectedMods.text=Mods selected for installation:
[651]54lblDownloadSize.text=Size of files to download:
55
56updateDepot.title=Updating Mod Depot cache
57
[661]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
[651]61installDependencies.title=Unmet dependencies
[656]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?
[651]65installDependencies.none=<None>
66installIncompatibilities.title=Incompatible mods
[656]67installIncompatibilities.text=The following mods are incompatible:\n\n%s\n\nInstallation will be aborted.
[651]68installDone.title=Installation done
69installDone.text=You can now play AE Oni.
[656]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.
[651]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?
[656]75updatesNotAvailable.title=No updates available
76updatesNotAvailable.text=There are currently no updates to the mods and tools you have downloaded.
[651]77checkOnStartup.text=Check for updates at startup
78
79noOniSplit.title=OniSplit not available
[656]80noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
[651]81askInitialize.title=Initialize Edition
[656]82askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
[651]83
84initializingEdition.title=Initializing Edition core
85installing.title=Installing mods
86checkCorePackages.title=Checking for core packages
87coreToolsInstall.title=Installing core tools
88corePackagesUpdated.title=Updated core packages
89corePackagesUpdated.text=The following core packages have been updated:%s
90
91doUpdate.title=Updating packages
92
[672]93jreNotFound.text=This tool requires a JRE but it was not found.
94jreNotFound.title=No JRE found
95
96dotNetNotFound.text=This tool requires a .NET runtime but it was not found.
97dotNetNotFound.title=No .NET runtime found
[720]98
99wineNotFound.text=Wine is required to run a Windows executable on Linux but it was not found.
100wineNotFound.title=Wine not found
101
[810]102notInstalled.text=You have to hit the install button at least once,\neven if you do not want to select any mods right now.
103notInstalled.title=Not installed
[720]104oniExeNotFound.text=Oni's executable was not found.
105oniExeNotFound.title=Oni not found
106
107exeNotFound.text=Executable was not found.
108exeNotFound.title=Exe not found
Note: See TracBrowser for help on using the repository browser.