view data/L10n/en-GB.mtt @ 151:e785e98d3b78

Updated for compatibility with tango 0.99.8.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 04 Apr 2009 17:32:18 +0200
parents 783969f4665c
children 2934fcacbb97
line wrap: on
line source

{MT01}
!{en-GB British English}
{menus}
<entry|main={0:"File",1:"Main MDE menu"}>
<entry|main.quit={0:"Quit"}>
<entry|debug={0:"Debug",1:"Debug-mode menu of debugging functions"}>
<entry|debug.guiDemo={0:"GUI Demo"}>
{Font}
<entry|lcdFilter={0:"LCD filtering",1:"Filtering used with LCD rendering."}>
<entry|lcdFilter.none={0:"None",1:"Leaves big colour fringes."}>
<entry|lcdFilter.default={0:"Default",1:"Reduces colour fringes but may blur fonts slightly."}>
<entry|lcdFilter.light={0:"Light",1:"Blurs fonts less than default."}>
<entry|mode={0:"Font render mode",1:"Controls how fonts are rendered. Your FreeType library may be compiled without support for LCD rendering due to patent issues."}>
<entry|mode.normal={0:"Normal",1:"The default (gray) render mode"}>
<entry|mode.light={0:"Light",1:"Rendering is the same as normal but hinting is lighter"}>
<entry|mode.lcd={0:"LCD (RGB)",1:"For common LCD displays. LCD-rendering may not be supported."}>
<entry|mode.lcd_v={0:"LCD (vertical, RGB)",1:"For LCDs with vertically stacked sub-pixels."}>
<entry|mode.lcd_bgr={0:"LCD (BGR)",1:"An alternative sub-pixel ordering used in some LCD displays."}>
<entry|mode.lcd_bgr_v={0:"LCD (vertical, BGR)"}>
<entry|defaultFont={0:"Default font",1:"Filename of default font"}>
<entry|defaultSize={0:"Default size",1:"Size for default font"}>
{MiscOptions}
<entry|maxThreads={0:"Max threads",1:"Maximum number of threads to use in mde (currently only applies to init stages run in parallel)."}>
<entry|logLevel={0:"Logging level",1:"Log messages of this level and higher."}>
<entry|logLevel.Trace={0:"Trace"}>
<entry|logLevel.Info={0:"Info"}>
<entry|logLevel.Warn={0:"Warn"}>
<entry|logLevel.Error={0:"Error"}>
<entry|logLevel.Fatal={0:"Fatal"}>
<entry|logLevel.None={0:"None"}>
<entry|logOutput={0:"Logging output",1:"Where to output messages."}>
<entry|logOutput.none={0:"None"}>
<entry|logOutput.console={0:"Console"}>
<entry|logOutput.file={0:"Log-file"}>
<entry|logOutput.both={0:"Console and log-file"}>
<entry|l10n={0:"Localisation",1:"Specifies the language to use."}>
<entry|pollInterval={0:"Polling interval",1:"Delay in main loop to limit CPU usage"}>
<entry|exitImmediately={0:"Exit immediately",1:"Load files and exit immediately, without running main loop (for debugging)"}>
{Screen}
<entry|fullscreen={0:"Fullscreen",1:"If true use the whole screen, if false use a window."}>
<entry|hardware={0:"Hardware",1:"Create the video surface in hardware or software memory."}>
<entry|resizable={0:"Resizable",1:"In windowed mode, allow the window to be resized by the window manager."}>
<entry|noFrame={0:"No frame",1:"In windowed mode, don't draw a window border."}>
<entry|screenW={0:"Screen width",1:"Horizontal resolution (fullscreen mode)."}>
<entry|screenH={0:"Screen height",1:"Vertical resolution (fullscreen mode)."}>
<entry|windowW={0:"Window width",1:"Horizontal size (windowed mode)."}>
<entry|windowH={0:"Window height",1:"Vertical size (windowed mode)."}>
{}
<entry|={0:"All content"}>
<entry|Font={0:"Font options"}>
<entry|MiscOptions={0:"Miscellaneous options"}>
<entry|Screen={0:"Video options"}>
<entry|gui.switch={0:"Options"}>
<entry|gui.switch.misc={0:"Miscellaneous"}>
<entry|gui.switch.video={0:"Video"}>
<entry|gui.switch.font={0:"Font"}>