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

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

AEI2.03:

  • Fixes #7
  • Fixes regression introduced by fixing #8
File size: 4.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.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.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=&Show 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
39btnUnSelectAll.text=(Un)select all
40btnRevertSelection.text=Revert selection
41btnRevertSelection.tooltip=Select mods which are currently installed
42btnInstall.text=&Install
43btnInstall.tooltip=Install selected mods
44lblModTypes.text=Mod type:
45lblShowOnly.text=Show only:
46radAll.text=All
47radOnline.text=Online
48radLocal.text=Downloaded
49radInstalled.text=Installed
50lblShowFilter.text=Filter:
51lblSelectedMods.text=Mods selected for installation:
52lblDownloadSize.text=Size of files to download:
53
54updateDepot.title=Updating Mod Depot cache
55
56rebuildCore.title=Rebuild Edition core data
57rebuildCore.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?
58
59installDependencies.title=Unmet dependencies
60installDependencies.text=There are unmet dependencies for some mods.\n\nFollowing mods are already downloaded and will be selected:\n%s\n\n\
61These mods will have to be additionally downloaded:\n%s\n\n\
62Size of files to be downloaded: %s.\n\nContinue?
63installDependencies.none=<None>
64installIncompatibilities.title=Incompatible mods
65installIncompatibilities.text=The following mods are incompatible:\n\n%s\n\nInstallation will be aborted.
66installDone.title=Installation done
67installDone.text=You can now play AE Oni.
68installDoneDeps.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.
69
70updatesAvailable.title=Updates available
71updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated.
72updatesAvailableSize.text=Size of files to download is %s.<br>Update now?
73updatesNotAvailable.title=No updates available
74updatesNotAvailable.text=There are currently no updates to the mods and tools you have downloaded.
75checkOnStartup.text=Check for updates at startup
76
77noOniSplit.title=OniSplit not available
78noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\nCan not resume from here, exiting!
79askInitialize.title=Initialize Edition
80askInitialize.text=The Edition is not yet initialized.\nIf you do not initialize now the installer will exit.\nInitialize Edition core now?
81
82initializingEdition.title=Initializing Edition core
83installing.title=Installing mods
84checkCorePackages.title=Checking for core packages
85coreToolsInstall.title=Installing core tools
86corePackagesUpdated.title=Updated core packages
87corePackagesUpdated.text=The following core packages have been updated:%s
88
89doUpdate.title=Updating packages
90
91jreNotFound.text=This tool requires a JRE but it was not found.
92jreNotFound.title=No JRE found
93
94dotNetNotFound.text=This tool requires a .NET runtime but it was not found.
95dotNetNotFound.title=No .NET runtime found
96
97wineNotFound.text=Wine is required to run a Windows executable on Linux but it was not found.
98wineNotFound.title=Wine not found
99
100notInstalled.text=You have to hit the install button at least once,\neven if you do not want to select any mods right now.
101notInstalled.title=Not installed
102oniExeNotFound.text=Oni's executable was not found.
103oniExeNotFound.title=Oni not found
104
105exeNotFound.text=Executable was not found.
106exeNotFound.title=Exe not found
Note: See TracBrowser for help on using the repository browser.