comparison data/L10n/en-GB.mtt @ 112:fe061009029d

EnumContent; log level can be selected from a popup list. New EnumContent, with code to load translations in Items. Editable as an AStringContent. Hacked OptionsMisc to use an EnumContent. Implemented a EnumContentWidget providing a pop-up list to select from (still needs improving). Moved IContent to its own module. ContentExceptions thrown via WDCCheck now. Fixed a small bug with reloading translations.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 13 Dec 2008 12:54:43 +0000
parents 1655693702fc
children 9824bee909fd
comparison
equal deleted inserted replaced
111:1655693702fc 112:fe061009029d
9 <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."}> 9 <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."}>
10 <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."}> 10 <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."}>
11 {MiscOptions} 11 {MiscOptions}
12 <entry|MiscOptions={0:"Miscellaneous options"}> 12 <entry|MiscOptions={0:"Miscellaneous options"}>
13 <entry|maxThreads={0:"Max threads",1:"Maximum number of threads to use in mde (currently only applies to init stages run in parallel)."}> 13 <entry|maxThreads={0:"Max threads",1:"Maximum number of threads to use in mde (currently only applies to init stages run in parallel)."}>
14 <entry|logLevel={0:"Logging level",1:"Lowest level to log messages; 0=trace, 1=info (default), 2=warn, 3=error, 4=fatal, 5=none."}> 14 <entry|logLevel={0:"Logging level",1:"Log messages of this level and higher."}>
15 <entry|logLevel.Trace={0:"Trace"}>
16 <entry|logLevel.Info={0:"Info"}>
17 <entry|logLevel.Warn={0:"Warn"}>
18 <entry|logLevel.Error={0:"Error"}>
19 <entry|logLevel.Fatal={0:"Fatal"}>
20 <entry|logLevel.None={0:"None"}>
15 <entry|logOutput={0:"Logging output",1:"Output to: 0=nowhere, 1=the console, 2=a file, 3=both"}> 21 <entry|logOutput={0:"Logging output",1:"Output to: 0=nowhere, 1=the console, 2=a file, 3=both"}>
16 <entry|L10n={0:"Localisation",1:"Specifies the language to use."}> 22 <entry|L10n={0:"Localisation",1:"Specifies the language to use."}>
17 <entry|pollInterval={0:"Polling interval",1:"Delay in main loop to limit CPU usage"}> 23 <entry|pollInterval={0:"Polling interval",1:"Delay in main loop to limit CPU usage"}>
18 <entry|exitImmediately={0:"Exit immediately",1:"Load files and exit immediately, without running main loop (for debugging)"}> 24 <entry|exitImmediately={0:"Exit immediately",1:"Load files and exit immediately, without running main loop (for debugging)"}>
19 {VideoOptions} 25 {VideoOptions}