ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/localization/MainWin.properties
Revision: 672
Committed: Sat Feb 23 17:40:47 2013 UTC (12 years, 7 months ago) by alloc
Original Path: AE/installer2/src/net/oni2/aeinstaller/localization/MainWin.properties
File size: 3796 byte(s)
Log Message:
AEI2 0.99q:
- Updates dialog: Updating the to-download-size on (un)checking updates to download
- Updates dialog: Show download size of individual updates
- Tool execution: Support for .NET tools (Mod_Info.cfg added ExeType flag)
- Depot backend: Ignore mod nodes with an empty package number field

File Contents

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