source: AE/installer2/src/net/oni2/aeinstaller/localization/MainWin.properties@ 651

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

AEI2 0.99f:

  • Read locales also from locales folder
  • Added german translation
File size: 3.1 KB
Line 
1# Main Frame
2buttonExit.title=Exit
3
4menu.main=&Main
5menu.settings=&Settings
6menu.settingsTooltip=Settings
7menu.about=&About
8menu.aboutTooltip=About
9menu.exit=&Exit\tCtrl+Q
10menu.exitTooltip=Exit
11
12menu.file=&File
13menu.runOniFull=Run &Oni (fullscreen)
14menu.runOniFullTooltip=Run Oni in fullscreen mode
15menu.runOniWin=Run Oni (&window)
16menu.runOniWinTooltip=Run Oni in windowed mode
17menu.openEditionFolder=Open Edition folder
18menu.openEditionFolderTooltip=Open the Edition folder in the file explorer
19menu.loadConfig=&Load mod selection...
20menu.loadConfigTooltip=Load mod selection from a file
21menu.saveConfig=&Save current mod selection...
22menu.saveConfigTooltip=Save current mod selection to a file
23
24menu.corePackages=&Show core packages
25menu.corePackagesTooltip=View which core packages are used
26menu.reglobalize=&Rebuild Core Data
27menu.reglobalizeTooltip=Rebuild Core Data
28menu.update=&Check for updates
29menu.updateTooltip=Check for updates to already downloaded packages on the Depot
30
31menu.tools=&Tools
32menu.manageTools=&Manage Tools
33menu.manageToolsTooltip=Install/Remove Tools
34
35btnRevertSelection.text=Revert selection
36btnRevertSelection.tooltip=Select mods which are currently installed
37btnInstall.text=&Install
38btnInstall.tooltip=Install selected mods
39lblModTypes.text=Mod type:
40lblShowOnly.text=Show only:
41radAll.text=All
42radOnline.text=Online
43radLocal.text=Downloaded
44lblDownloadSize.text=Size of files to download:
45
46updateDepot.title=Updating Mod Depot cache
47
48installDependencies.title=Unmet dependencies
49installDependencies.text=There are unmet dependencies for some mods.\n\
50\n\
51Following mods are already downloaded and will be selected:\n\
52%s\n\
53\n\
54These mods will have to be additionally downloaded:\n\
55%s\n\
56\n\
57Size of files to be downloaded: %s.\n\
58\n\
59Continue?
60installDependencies.none=<None>
61installIncompatibilities.title=Incompatible mods
62installIncompatibilities.text=The following mods are incompatible:\n\
63\n\
64%s\n\
65\n\
66Installation will be aborted.
67installDone.title=Installation done
68installDone.text=You can now play AE Oni.
69installDoneDeps.text=In addition to the manually selected mods the following\n\
70were installed because they were depended upon:\n\
71%s\n\
72\n\
73You can now play AE Oni.
74
75updatesAvailable.title=Updates available
76updatesAvailable.text=The following mods and tools have newer versions on the Depot.<br>Check the packages you want to be updated.
77updatesAvailableSize.text=Size of files to download is %s.<br>Update now?
78checkOnStartup.text=Check for updates at startup
79
80noOniSplit.title=OniSplit not available
81noOniSplit.text=The Edition is not yet initialized and OniSplit is missing (offline mode?).\n\
82Can not resume from here, exiting!
83askInitialize.title=Initialize Edition
84askInitialize.text=The Edition is not yet initialized.\n\
85If you do not initialize now the installer will exit.\n\
86Initialize 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
Note: See TracBrowser for help on using the repository browser.