make UI prefs actually work, add menus for debug options, i.e. turning TraceMonkey...
[mandelbrot.git] / xulapp / chrome / mandelbrot / locales / en-US / mandelbrot.dtd
index 7a79c5ed2158e0147d3b91e6f24ce3821c7f94b1..bd2a962d7338cc262531c07cacb6f5fb678e7127 100644 (file)
@@ -1,5 +1,22 @@
-<!ENTITY  windowTitle    "&vendorShortName; &brandShortName; &brandVersion;">
-<!ENTITY  fileMenu       "File">
-<!ENTITY  fileDraw       "Draw Image">
-<!ENTITY  fileSave       "Save Image">
-<!ENTITY  fileQuit       "Quit">
+<!ENTITY windowTitle      "&vendorShortName; &brandShortName; &brandVersion;">
+
+<!ENTITY fileMenu.label   "File">
+<!ENTITY fileDraw.label   "Draw Image">
+<!ENTITY fileSave.label   "Save Image">
+<!ENTITY fileQuit.label   "Quit">
+
+<!ENTITY prefMenu.label   "Settings">
+<!ENTITY iterMenu.label   "Iterations">
+<!ENTITY iter50.label     "50">
+<!ENTITY iter100.label    "100">
+<!ENTITY iter500.label    "500">
+<!ENTITY iter1000.label   "1000">
+<!ENTITY colorMenu.label  "Color Palette">
+<!ENTITY colorBW.label    "Black &amp; White">
+<!ENTITY colorKairo.label "KaiRo.at">
+
+<!ENTITY debugMenu.label  "Debug">
+<!ENTITY jitEnabled.label "Enable JIT (TraceMonkey)">
+<!ENTITY algoMenu.label   "Algorithm">
+<!ENTITY algoNumeric.label "Numeric">
+<!ENTITY algoOO.label     "Object-Oriented">