comparison data/L10n/en-GB.mtt @ 159:b06b04c75e86

Finished last commit, rearranged code for the WidgetManager class. There is now a GUI options section. Created a third WidgetManager class called WidgetLoader to handle file loading/saving. Moved most of the code in WMScreen's draw/clickEvent/motionEvent functions to WidgetManager.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 21 May 2009 20:55:10 +0200
parents 2934fcacbb97
children 620d4ea30228
comparison
equal deleted inserted replaced
158:f132e599043f 159:b06b04c75e86
45 <entry|noFrame={0:"No frame",1:"In windowed mode, don't draw a window border."}> 45 <entry|noFrame={0:"No frame",1:"In windowed mode, don't draw a window border."}>
46 <entry|screenW={0:"Screen width",1:"Horizontal resolution (fullscreen mode)."}> 46 <entry|screenW={0:"Screen width",1:"Horizontal resolution (fullscreen mode)."}>
47 <entry|screenH={0:"Screen height",1:"Vertical resolution (fullscreen mode)."}> 47 <entry|screenH={0:"Screen height",1:"Vertical resolution (fullscreen mode)."}>
48 <entry|windowW={0:"Window width",1:"Horizontal size (windowed mode)."}> 48 <entry|windowW={0:"Window width",1:"Horizontal size (windowed mode)."}>
49 <entry|windowH={0:"Window height",1:"Vertical size (windowed mode)."}> 49 <entry|windowH={0:"Window height",1:"Vertical size (windowed mode)."}>
50 {GUI}
51 <entry|raiseOnHover={0:"Raise on hover",1:"If true, floating windows are raised just by moving the mouse over them (instead of clicking)"}>
50 {} 52 {}
51 <entry|={0:"All content"}> 53 <entry|={0:"All content"}>
52 <entry|Font={0:"Font options"}> 54 <entry|Font={0:"Font options"}>
53 <entry|MiscOptions={0:"Miscellaneous options"}> 55 <entry|MiscOptions={0:"Miscellaneous options"}>
54 <entry|Screen={0:"Video options"}> 56 <entry|Screen={0:"Video options"}>
57 <entry|GUI={0:"GUI options"}>
55 <entry|gui.switch={0:"Options"}> 58 <entry|gui.switch={0:"Options"}>
56 <entry|gui.switch.misc={0:"Miscellaneous"}> 59 <entry|gui.switch.misc={0:"Miscellaneous"}>
57 <entry|gui.switch.video={0:"Video"}> 60 <entry|gui.switch.video={0:"Video"}>
58 <entry|gui.switch.font={0:"Font"}> 61 <entry|gui.switch.font={0:"Font"}>
62 <entry|gui.switch.GUI={0:"Graphical User Interface"}>