comparison data/L10n/MiscOptions.mtt @ 104:ee209602770d

Cleaned up Options.d removing old storage method. It's now possible to get a ContentList of the whole of Options. Tweaked translation strings (added name and desc to Options classes). Replaced Options.addSubClass (class, "name") with Options.this("name").
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 26 Nov 2008 13:07:46 +0000
parents 49e7cfed4b34
children
comparison
equal deleted inserted replaced
103:42e241e7be3e 104:ee209602770d
1 {MT01} 1 {MT01}
2 {en-GB} 2 {en-GB}
3 <entry|MiscOptions={0:"Miscellaneous options"}>
3 <entry|maxThreads={0:"Max threads",1:"Maximum number of threads to use in mde (currently only applies to init stages run in parallel)."}> 4 <entry|maxThreads={0:"Max threads",1:"Maximum number of threads to use in mde (currently only applies to init stages run in parallel)."}>
4 <entry|logLevel={0:"Logging level",1:"Lowest level to log messages; 0=trace, 1=info (default), 2=warn, 3=error, 4=fatal, 5=none."}> 5 <entry|logLevel={0:"Logging level",1:"Lowest level to log messages; 0=trace, 1=info (default), 2=warn, 3=error, 4=fatal, 5=none."}>
5 <entry|logOutput={0:"Logging output",1:"Output to: 0=nowhere, 1=the console, 2=a file, 3=both"}> 6 <entry|logOutput={0:"Logging output",1:"Output to: 0=nowhere, 1=the console, 2=a file, 3=both"}>
6 <entry|L10n={0:"Localisation",1:"Specifies the language to use."}> 7 <entry|L10n={0:"Localisation",1:"Specifies the language to use."}>
7 <entry|pollInterval={0:"Polling interval",1:"Delay in main loop to limit CPU usage"}> 8 <entry|pollInterval={0:"Polling interval",1:"Delay in main loop to limit CPU usage"}>