view data/L10n/en-GB.mtt @ 132:264028f4115a

Cleaned up mde.imde and a couple of widget functions. New mde.menus module to add default menus. The input singleton is now created in mde.input.Input instead of mde.imde.
author Diggory Hardy <diggory.hardy@gmail.com>
date Fri, 23 Jan 2009 14:59:05 +0000
parents 41582439a42b
children 9f035cd139c6
line wrap: on
line source

{MT01}
!{en-GB British English}
{imde}
<entry|main={0:"File",1:"Main MDE menu"}>
<entry|quit={0:"Quit"}>
<entry|debug={0:"Debug",1:"Debug-mode menu of debugging functions"}>
{Options}
<entry|Options={0:"Options"}>
{FontOptions}
<entry|FontOptions={0:"Font options"}>
<entry|lcdFilter={0:"LCD filtering",1:"Enable or disable sub-pixel rendering. Note that the FreeType library may be compiled without support due to patent issues."}>
<entry|renderMode={0:"Font rendering mode",1:"Controls how fonts are rendered: in gray-scale, or for LCDs (with a horizontal (usual) or vertical layout, with an RGB (usual) or BGR sub-pixel mode."}>
<entry|defaultFont={0:"Default font",1:"Filename of default font"}>
<entry|defaultSize={0:"Default size",1:"Size for default font"}>
{MiscOptions}
<entry|MiscOptions={0:"Miscellaneous options"}>
<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:"Output to: 0=nowhere, 1=the console, 2=a file, 3=both"}>
<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)"}>
{VideoOptions}
<entry|VideoOptions={0:"Video options"}>
<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)."}>
{dynamic}
<entry|switch={0:"Options"}>
<entry|switch.misc={0:"Miscellaneous"}>
<entry|switch.video={0:"Video"}>
<entry|switch.font={0:"Font"}>