view data/L10n/en-GB.mtt @ 167:620d4ea30228

Context menus: added a clipboard (functions accessible from main menu rather than context menu).
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 27 Jun 2009 11:57:26 +0200
parents b06b04c75e86
children e45226d3deae
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"}>
<entry|help={0:"Help"}>
<entry|help.about={0:"About",1:"Show author and copyright information"}>
<entry|services={0:"Services"}>
<entry|services.copy={0:"Copy",1:"Copy selected content to clipboard"}>
<entry|services.paste={0:"Paste",1:"Paste clipboard contents into selected content object"}>
{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)."}>
{GUI}
<entry|raiseOnHover={0:"Raise on hover",1:"If true, floating windows are raised just by moving the mouse over them (instead of clicking)"}>
{}
<entry|={0:"All content"}>
<entry|Font={0:"Font options"}>
<entry|MiscOptions={0:"Miscellaneous options"}>
<entry|Screen={0:"Video options"}>
<entry|GUI={0:"GUI options"}>
<entry|gui.switch={0:"Options"}>
<entry|gui.switch.misc={0:"Miscellaneous"}>
<entry|gui.switch.video={0:"Video"}>
<entry|gui.switch.font={0:"Font"}>
<entry|gui.switch.GUI={0:"Graphical User Interface"}>