ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/localization/MainWin.properties
Revision: 806
Committed: Fri Apr 12 16:21:37 2013 UTC (12 years, 6 months ago) by alloc
File size: 4208 byte(s)
Log Message:
AEI2.02:
- Refs #23: Doesn't show on MacOS yet

File Contents

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