Convert rainbow palettes from VB to JS code and make them available
[mandelbrot.git] / xulapp / chrome / mandelbrot / locales / en-US / mandelbrot.dtd
index b71edf46a5043e3dcefbfa075d78c28947ff7b4a..1a9ff9f9d4c838bce0b6564cea95dffe89a4e920 100644 (file)
 <!ENTITY fileSave.label   "Save Image…">
 <!ENTITY fileQuit.label   "Quit">
 
+<!ENTITY bookmarkMenu.label "Locations">
+<!ENTITY bookmarkOverview.label "Overview">
+<!ENTITY bookmarkSave.label "Save Bookmark…">
+
 <!ENTITY prefMenu.label   "Settings">
 <!ENTITY iterMenu.label   "Iterations">
 <!ENTITY iter50.label     "50">
 <!ENTITY colorMenu.label  "Color Palette">
 <!ENTITY colorBW.label    "Black &amp; White">
 <!ENTITY colorKairo.label "KaiRo.at">
+<!ENTITY colorRBLin1.label "Rainbow 1 Linear">
+<!ENTITY colorRBSq1.label "Rainbow 1 Squared">
+<!ENTITY colorRBLin2.label "Rainbow 2 Linear">
+<!ENTITY colorRBSq2.label "Rainbow 2 Squared">
 <!ENTITY imgSettings.label "Image Settings…">
 
 <!ENTITY debugMenu.label  "Debug">
@@ -58,3 +66,5 @@
 <!ENTITY algoMenu.label   "Algorithm">
 <!ENTITY algoNumeric.label "Numeric">
 <!ENTITY algoOO.label     "Object-Oriented">
+<!ENTITY errorConsole.label "Error Console">
+<!ENTITY addonsManager.label "Add-ons Manager">