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 bedb6bbc06ed49a45333b5d0b159e2f483a908e2..bd2a962d7338cc262531c07cacb6f5fb678e7127 100644 (file)
@@ -1,14 +1,22 @@
-<!ENTITY  windowTitle    "&vendorShortName; &brandShortName; &brandVersion;">
-<!ENTITY  fileMenu       "File">
-<!ENTITY  fileDraw       "Draw Image">
-<!ENTITY  fileSave       "Save Image">
-<!ENTITY  fileQuit       "Quit">
-<!ENTITY  prefMenu       "Settings">
-<!ENTITY  iterMenu       "Iterations">
-<!ENTITY  iter50         "50">
-<!ENTITY  iter100        "100">
-<!ENTITY  iter500        "500">
-<!ENTITY  iter1000       "1000">
-<!ENTITY  colorMenu      "Color Palette">
-<!ENTITY  colorBW        "Black &amp; White">
-<!ENTITY  colorKairo     "KaiRo.at">
+<!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">