view data/L10n/VideoOptions.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 2a364c7d82c9
children
line wrap: on
line source

{MT01}
{en-GB}
<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)."}>