make UI prefs actually work, add menus for debug options, i.e. turning TraceMonkey...
[mandelbrot.git] / xulapp / chrome / mandelbrot / locales / en-US / mandelbrot.dtd
CommitLineData
6e98af87
RK
1<!ENTITY windowTitle "&vendorShortName; &brandShortName; &brandVersion;">
2
3<!ENTITY fileMenu.label "File">
4<!ENTITY fileDraw.label "Draw Image">
5<!ENTITY fileSave.label "Save Image">
6<!ENTITY fileQuit.label "Quit">
7
8<!ENTITY prefMenu.label "Settings">
9<!ENTITY iterMenu.label "Iterations">
10<!ENTITY iter50.label "50">
11<!ENTITY iter100.label "100">
12<!ENTITY iter500.label "500">
13<!ENTITY iter1000.label "1000">
14<!ENTITY colorMenu.label "Color Palette">
15<!ENTITY colorBW.label "Black &amp; White">
16<!ENTITY colorKairo.label "KaiRo.at">
17
18<!ENTITY debugMenu.label "Debug">
19<!ENTITY jitEnabled.label "Enable JIT (TraceMonkey)">
20<!ENTITY algoMenu.label "Algorithm">
21<!ENTITY algoNumeric.label "Numeric">
22<!ENTITY algoOO.label "Object-Oriented">