summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/he
diff options
context:
space:
mode:
authorTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
committerTristan Zur <tzur@web.web.ccwn.org>2014-03-27 22:27:47 +0100
commitb62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch)
tree86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo/dojox/editor/plugins/nls/he
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/editor/plugins/nls/he')
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/AutoSave.js19
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/Blockquote.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/Breadcrumb.js15
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/CollapsibleToolbar.js10
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/FindReplace.js27
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/InsertAnchor.js14
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/InsertEntity.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/LocalImage.js16
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/PageBreak.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/PasteFromWord.js12
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/Preview.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/Save.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/ShowBlockNodes.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/Smiley.js27
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/SpellCheck.js22
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/TableDialog.js35
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/TextColor.js10
-rw-r--r--js/dojo/dojox/editor/plugins/nls/he/latinEntities.js261
18 files changed, 522 insertions, 0 deletions
diff --git a/js/dojo/dojox/editor/plugins/nls/he/AutoSave.js b/js/dojo/dojox/editor/plugins/nls/he/AutoSave.js
new file mode 100644
index 0000000..6eddfe3
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/AutoSave.js
@@ -0,0 +1,19 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/AutoSave", //begin v1.x content
+({
+ "saveLabel": "שמירה",
+ "saveSettingLabelOn": "הגדרת מרווח שמירה אוטומטית...‏",
+ "saveSettingLabelOff": "השבתת שמירה אוטומטית",
+ "saveSettingdialogTitle": "שמירה אוטומטית",
+ "saveSettingdialogDescription": "ציינו מרווח שמירה אוטומטית ",
+ "saveSettingdialogParamName": "מרווח שמירה אוטומטית ",
+ "saveSettingdialogParamLabel": "דות",
+ "saveSettingdialogButtonOk": "הגדרת מרווח ",
+ "saveSettingdialogButtonCancel": "ביטול",
+ "saveMessageSuccess": "נשמר ${0}",
+ "saveMessageFail": "כשל בשמירה ${0}"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/Blockquote.js b/js/dojo/dojox/editor/plugins/nls/he/Blockquote.js
new file mode 100644
index 0000000..1ad29e5
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/Blockquote.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/Blockquote", //begin v1.x content
+({
+ "blockquote": "ציטוט"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/Breadcrumb.js b/js/dojo/dojox/editor/plugins/nls/he/Breadcrumb.js
new file mode 100644
index 0000000..c0baabc
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/Breadcrumb.js
@@ -0,0 +1,15 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/Breadcrumb", //begin v1.x content
+({
+ "nodeActions": "פעולות ${nodeName} ",
+ "selectContents": "בחירת תוכן ",
+ "selectElement": "בחירת מרכיב ",
+ "deleteElement": "מחיקת מרכיב ",
+ "deleteContents": "מחיקת תוכן ",
+ "moveStart": "העברת הסמן להתחלה ",
+ "moveEnd": "העברת הסמן לסוף "
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/CollapsibleToolbar.js b/js/dojo/dojox/editor/plugins/nls/he/CollapsibleToolbar.js
new file mode 100644
index 0000000..770e7d3
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/CollapsibleToolbar.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/CollapsibleToolbar", //begin v1.x content
+({
+ "collapse": "כיווץ סרגל הכלים של העורך ",
+ "expand": "הרחבת סרגל הכלים של העורך"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/FindReplace.js b/js/dojo/dojox/editor/plugins/nls/he/FindReplace.js
new file mode 100644
index 0000000..24a1a5e
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/FindReplace.js
@@ -0,0 +1,27 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/FindReplace", //begin v1.x content
+({
+ "findLabel": "חיפוש: ",
+ "findTooltip": "ציינו תמליל לחיפוש",
+ "replaceLabel": "החלפה עם: ",
+ "replaceTooltip": "ציינו תמליל להחלפה",
+ "findReplace": "חיפוש והחלפה ",
+ "matchCase": "התאמת רישיות ",
+ "matchCaseTooltip": "התאמת רישיות",
+ "backwards": "אחורה ",
+ "backwardsTooltip": "חיפוש תמליל אחורה ",
+ "replaceAllButton": "החלפת הכל ",
+ "replaceAllButtonTooltip": "החלפת כל התמליל ",
+ "findButton": "חיפוש",
+ "findButtonTooltip": "חיפוש התמליל",
+ "replaceButton": "החלפה ",
+ "replaceButtonTooltip": "החלפת התמליל",
+ "replaceDialogText": "הוחלפו ${0} מופעים ",
+ "eofDialogText": "המופע האחרון ${0}",
+ "eofDialogTextFind": "נמצאו",
+ "eofDialogTextReplace": "הוחלפו "
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/InsertAnchor.js b/js/dojo/dojox/editor/plugins/nls/he/InsertAnchor.js
new file mode 100644
index 0000000..0c20212
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/InsertAnchor.js
@@ -0,0 +1,14 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/InsertAnchor", //begin v1.x content
+({
+ insertAnchor: "הוספת עוגן ",
+ title: "תכונות עוגן ",
+ anchor: "שם:",
+ text: "תיאור:",
+ set: "הגדרה",
+ cancel: "ביטול"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/InsertEntity.js b/js/dojo/dojox/editor/plugins/nls/he/InsertEntity.js
new file mode 100644
index 0000000..d5ef9a4
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/InsertEntity.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/InsertEntity", //begin v1.x content
+({
+ insertEntity: "הוספת סמל "
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/LocalImage.js b/js/dojo/dojox/editor/plugins/nls/he/LocalImage.js
new file mode 100644
index 0000000..8ca672d
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/LocalImage.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/LocalImage", //begin v1.x content
+({
+ insertImageTitle: "הוספת תמונה",
+ url: "תמונה",
+ browse: "עיון...‏ ",
+ text: "תיאור ",
+ set: "הוספה",
+ invalidMessage: "סוג קובץ תמונה לא חוקי",
+ prePopuTextUrl: "ציינו URL של תמונה",
+ prePopuTextBrowse: " או נווטו לקובץ מקומי. "
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/PageBreak.js b/js/dojo/dojox/editor/plugins/nls/he/PageBreak.js
new file mode 100644
index 0000000..b064dc3
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/PageBreak.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/PageBreak", //begin v1.x content
+({
+ "pageBreak": "מעבר עמוד"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/PasteFromWord.js b/js/dojo/dojox/editor/plugins/nls/he/PasteFromWord.js
new file mode 100644
index 0000000..4e0d678
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/PasteFromWord.js
@@ -0,0 +1,12 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/PasteFromWord", //begin v1.x content
+({
+ "pasteFromWord": "הדבקה מתוך Word",
+ "paste": "הדבקה",
+ "cancel": "ביטול",
+ "instructions": "הדביקו את התוכן מתוך Word לתוך תיבת התמליל למטה. לאחר שתהיו מרוצים מהתוכן להוספה, לחצו על לחצן ההדבקה. כדי לבטל את הוספת התמליל, לחצו על לחצן הביטול. "
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/Preview.js b/js/dojo/dojox/editor/plugins/nls/he/Preview.js
new file mode 100644
index 0000000..70e96c1
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/Preview.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/Preview", //begin v1.x content
+({
+ "preview": "תצוגה מקדימה"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/Save.js b/js/dojo/dojox/editor/plugins/nls/he/Save.js
new file mode 100644
index 0000000..151595c
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/Save.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/Save", //begin v1.x content
+({
+ "save": "שמירה"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/ShowBlockNodes.js b/js/dojo/dojox/editor/plugins/nls/he/ShowBlockNodes.js
new file mode 100644
index 0000000..901d2e7
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/ShowBlockNodes.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/ShowBlockNodes", //begin v1.x content
+({
+ "showBlockNodes": "הצגת מרכיבי Block של HTML "
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/Smiley.js b/js/dojo/dojox/editor/plugins/nls/he/Smiley.js
new file mode 100644
index 0000000..81f94e4
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/Smiley.js
@@ -0,0 +1,27 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/Smiley", //begin v1.x content
+({
+ smiley: "הוספת רגשון",
+ emoticonSmile: "חיוך",
+ emoticonLaughing: "צחוק ",
+ emoticonWink: "קריצה",
+ emoticonGrin: "גיחוך",
+ emoticonCool: "מגניב",
+ emoticonAngry: "כועס ",
+ emoticonHalf: "חצי ",
+ emoticonEyebrow: "גבה",
+ emoticonFrown: "קימוט מצח",
+ emoticonShy: "ביישן",
+ emoticonGoofy: "דבילי",
+ emoticonOops: "אופס ",
+ emoticonTongue: "לשון ",
+ emoticonIdea: "רעיון",
+ emoticonYes: "כן",
+ emoticonNo: "לא",
+ emoticonAngel: "מלאך ",
+ emoticonCrying: "בוכה"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/SpellCheck.js b/js/dojo/dojox/editor/plugins/nls/he/SpellCheck.js
new file mode 100644
index 0000000..52a6c0c
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/SpellCheck.js
@@ -0,0 +1,22 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/SpellCheck", //begin v1.x content
+({
+ widgetLabel: "בדיקת איות באצווה ",
+ unfound: "לא נמצא ",
+ skip: "דילוג",
+ skipAll: "דילוג על הכל",
+ toDic: "הוספה למילון",
+ suggestions: "הצעות ",
+ replace: "החלפה ",
+ replaceWith: "החלפה בערך ",
+ replaceAll: "החלפת הכל",
+ cancel: "ביטול",
+ msg: "לא נמצאו שגיאות איות ",
+ iSkip: "דילוג על ערך זה ",
+ iSkipAll: "דילוג על כל הערכים הדומים לערך זה ",
+ iMsg: "אין הצעות איות "
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/TableDialog.js b/js/dojo/dojox/editor/plugins/nls/he/TableDialog.js
new file mode 100644
index 0000000..f4640bc
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/TableDialog.js
@@ -0,0 +1,35 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/TableDialog", //begin v1.x content
+({
+ insertTableTitle: "הוספת טבלה",
+ modifyTableTitle: "שינוי טבלה",
+ rows: "שורות:",
+ columns: "עמודות:",
+ align: "יישור:",
+ cellPadding: "ריפוד תאים:",
+ cellSpacing: "ריווח תאים:",
+ tableWidth: "רוחב טבלה:‏",
+ backgroundColor: "צבע רקע:",
+ borderColor: "צבע גבול:",
+ borderThickness: "עובי גבול",
+ percent: "אחוזים",
+ pixels: "פיקסלים",
+ "default": "ברירת מחדל",
+ left: "ימין",
+ center: "מרכז",
+ right: "שמאל",
+ buttonSet: "הגדרה", // translated elsewhere?
+ buttonInsert: "הוספה",
+ buttonCancel: "ביטול",
+
+ selectTableLabel: "בחירת טבלה",
+ insertTableRowBeforeLabel: "הוספת שורה לפני",
+ insertTableRowAfterLabel: "הוספת שורה אחרי",
+ insertTableColumnBeforeLabel: "הוספת עמודה לפני",
+ insertTableColumnAfterLabel: "הוספת עמודה אחרי",
+ deleteTableRowLabel: "מחיקת שורה",
+ deleteTableColumnLabel: "מחיקת עמודה"
+})
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/TextColor.js b/js/dojo/dojox/editor/plugins/nls/he/TextColor.js
new file mode 100644
index 0000000..6b58da8
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/TextColor.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/TextColor", //begin v1.x content
+({
+ "setButtonText": "הגדרה",
+ "cancelButtonText": "ביטול"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/he/latinEntities.js b/js/dojo/dojox/editor/plugins/nls/he/latinEntities.js
new file mode 100644
index 0000000..bee7bc6
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/he/latinEntities.js
@@ -0,0 +1,261 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/he/latinEntities", //begin v1.x content
+({
+ /* These are already handled in the default RTE
+ amp:"ampersand",lt:"less-than sign",
+ gt:"greater-than sign",
+ nbsp:"no-break space\nnon-breaking space",
+ quot:"quote",
+ */
+ iexcl:"inverted exclamation mark",
+ cent:"cent sign",
+ pound:"pound sign",
+ curren:"currency sign",
+ yen:"yen sign\nyuan sign",
+ brvbar:"broken bar\nbroken vertical bar",
+ sect:"section sign",
+ uml:"diaeresis\nspacing diaeresis",
+ copy:"copyright sign",
+ ordf:"feminine ordinal indicator",
+ laquo:"left-pointing double angle quotation mark\nleft pointing guillemet",
+ not:"not sign",
+ shy:"soft hyphen\ndiscretionary hyphen",
+ reg:"registered sign\nregistered trade mark sign",
+ macr:"macron\nspacing macron\noverline\nAPL overbar",
+ deg:"degree sign",
+ plusmn:"plus-minus sign\nplus-or-minus sign",
+ sup2:"superscript two\nsuperscript digit two\nsquared",
+ sup3:"superscript three\nsuperscript digit three\ncubed",
+ acute:"acute accent\nspacing acute",
+ micro:"micro sign",
+ para:"pilcrow sign\nparagraph sign",
+ middot:"middle dot\nGeorgian comma\nGreek middle dot",
+ cedil:"cedilla\nspacing cedilla",
+ sup1:"superscript one\nsuperscript digit one",
+ ordm:"masculine ordinal indicator",
+ raquo:"right-pointing double angle quotation mark\nright pointing guillemet",
+ frac14:"vulgar fraction one quarter\nfraction one quarter",
+ frac12:"vulgar fraction one half\nfraction one half",
+ frac34:"vulgar fraction three quarters\nfraction three quarters",
+ iquest:"inverted question mark\nturned question mark",
+ Agrave:"Latin capital letter A with grave\nLatin capital letter A grave",
+ Aacute:"Latin capital letter A with acute",
+ Acirc:"Latin capital letter A with circumflex",
+ Atilde:"Latin capital letter A with tilde",
+ Auml:"Latin capital letter A with diaeresis",
+ Aring:"Latin capital letter A with ring above\nLatin capital letter A ring",
+ AElig:"Latin capital letter AE\nLatin capital ligature AE",
+ Ccedil:"Latin capital letter C with cedilla",
+ Egrave:"Latin capital letter E with grave",
+ Eacute:"Latin capital letter E with acute",
+ Ecirc:"Latin capital letter E with circumflex",
+ Euml:"Latin capital letter E with diaeresis",
+ Igrave:"Latin capital letter I with grave",
+ Iacute:"Latin capital letter I with acute",
+ Icirc:"Latin capital letter I with circumflex",
+ Iuml:"Latin capital letter I with diaeresis",
+ ETH:"Latin capital letter ETH",
+ Ntilde:"Latin capital letter N with tilde",
+ Ograve:"Latin capital letter O with grave",
+ Oacute:"Latin capital letter O with acute",
+ Ocirc:"Latin capital letter O with circumflex",
+ Otilde:"Latin capital letter O with tilde",
+ Ouml:"Latin capital letter O with diaeresis",
+ times:"multiplication sign",
+ Oslash:"Latin capital letter O with stroke\nLatin capital letter O slash",
+ Ugrave:"Latin capital letter U with grave",
+ Uacute:"Latin capital letter U with acute",
+ Ucirc:"Latin capital letter U with circumflex",
+ Uuml:"Latin capital letter U with diaeresis",
+ Yacute:"Latin capital letter Y with acute",
+ THORN:"Latin capital letter THORN",
+ szlig:"Latin small letter sharp s\ness-zed",
+ agrave:"Latin small letter a with grave\nLatin small letter a grave",
+ aacute:"Latin small letter a with acute",
+ acirc:"Latin small letter a with circumflex",
+ atilde:"Latin small letter a with tilde",
+ auml:"Latin small letter a with diaeresis",
+ aring:"Latin small letter a with ring above\nLatin small letter a ring",
+ aelig:"Latin small letter ae\nLatin small ligature ae",
+ ccedil:"Latin small letter c with cedilla",
+ egrave:"Latin small letter e with grave",
+ eacute:"Latin small letter e with acute",
+ ecirc:"Latin small letter e with circumflex",
+ euml:"Latin small letter e with diaeresis",
+ igrave:"Latin small letter i with grave",
+ iacute:"Latin small letter i with acute",
+ icirc:"Latin small letter i with circumflex",
+ iuml:"Latin small letter i with diaeresis",
+ eth:"Latin small letter eth",
+ ntilde:"Latin small letter n with tilde",
+ ograve:"Latin small letter o with grave",
+ oacute:"Latin small letter o with acute",
+ ocirc:"Latin small letter o with circumflex",
+ otilde:"Latin small letter o with tilde",
+ ouml:"Latin small letter o with diaeresis",
+ divide:"division sign",
+ oslash:"Latin small letter o with stroke\nLatin small letter o slash",
+ ugrave:"Latin small letter u with grave",
+ uacute:"Latin small letter u with acute",
+ ucirc:"Latin small letter u with circumflex",
+ uuml:"Latin small letter u with diaeresis",
+ yacute:"Latin small letter y with acute",
+ thorn:"Latin small letter thorn",
+ yuml:"Latin small letter y with diaeresis",
+
+// Greek Characters and Symbols
+ fnof:"Latin small f with hook\nfunction\nflorin",
+ Alpha:"Greek capital letter alpha",
+ Beta:"Greek capital letter beta",
+ Gamma:"Greek capital letter gamma",
+ Delta:"Greek capital letter delta",
+ Epsilon:"Greek capital letter epsilon",
+ Zeta:"Greek capital letter zeta",
+ Eta:"Greek capital letter eta",
+ Theta:"Greek capital letter theta",
+ Iota:"Greek capital letter iota",
+ Kappa:"Greek capital letter kappa",
+ Lambda:"Greek capital letter lambda",
+ Mu:"Greek capital letter mu",
+ Nu:"Greek capital letter nu",
+ Xi:"Greek capital letter xi",
+ Omicron:"Greek capital letter omicron",
+ Pi:"Greek capital letter pi",
+ Rho:"Greek capital letter rho",
+ Sigma:"Greek capital letter sigma",
+ Tau:"Greek capital letter tau",
+ Upsilon:"Greek capital letter upsilon",
+ Phi:"Greek capital letter phi",
+ Chi:"Greek capital letter chi",
+ Psi:"Greek capital letter psi",
+ Omega:"Greek capital letter omega",
+ alpha:"Greek small letter alpha",
+ beta:"Greek small letter beta",
+ gamma:"Greek small letter gamma",
+ delta:"Greek small letter delta",
+ epsilon:"Greek small letter epsilon",
+ zeta:"Greek small letter zeta",
+ eta:"Greek small letter eta",
+ theta:"Greek small letter theta",
+ iota:"Greek small letter iota",
+ kappa:"Greek small letter kappa",
+ lambda:"Greek small letter lambda",
+ mu:"Greek small letter mu",
+ nu:"Greek small letter nu",
+ xi:"Greek small letter xi",
+ omicron:"Greek small letter omicron",
+ pi:"Greek small letter pi",
+ rho:"Greek small letter rho",
+ sigmaf:"Greek small letter final sigma",
+ sigma:"Greek small letter sigma",
+ tau:"Greek small letter tau",
+ upsilon:"Greek small letter upsilon",
+ phi:"Greek small letter phi",
+ chi:"Greek small letter chi",
+ psi:"Greek small letter psi",
+ omega:"Greek small letter omega",
+ thetasym:"Greek small letter theta symbol",
+ upsih:"Greek upsilon with hook symbol",
+ piv:"Greek pi symbol",
+ bull:"bullet\nblack small circle",
+ hellip:"horizontal ellipsis\nthree dot leader",
+ prime:"prime\nminutes\nfeet",
+ Prime:"double prime\nseconds\ninches",
+ oline:"overline\nspacing overscore",
+ frasl:"fraction slash",
+ weierp:"script capital P\npower set\nWeierstrass p",
+ image:"blackletter capital I\nimaginary part",
+ real:"blackletter capital R\nreal part symbol",
+ trade:"trade mark sign",
+ alefsym:"alef symbol\nfirst transfinite cardinal",
+ larr:"leftwards arrow",
+ uarr:"upwards arrow",
+ rarr:"rightwards arrow",
+ darr:"downwards arrow",
+ harr:"left right arrow",
+ crarr:"downwards arrow with corner leftwards\ncarriage return",
+ lArr:"leftwards double arrow",
+ uArr:"upwards double arrow",
+ rArr:"rightwards double arrow",
+ dArr:"downwards double arrow",
+ hArr:"left right double arrow",
+ forall:"for all",
+ part:"partial differential",
+ exist:"there exists",
+ empty:"empty set\nnull set\ndiameter",
+ nabla:"nabla\nbackward difference",
+ isin:"element of",
+ notin:"not an element of",
+ ni:"contains as member",
+ prod:"n-ary product\nproduct sign",
+ sum:"n-ary sumation",
+ minus:"minus sign",
+ lowast:"asterisk operator",
+ radic:"square root\nradical sign",
+ prop:"proportional to",
+ infin:"infinity",
+ ang:"angle",
+ and:"logical and\nwedge",
+ or:"logical or\nvee",
+ cap:"intersection\ncap",
+ cup:"union\ncup","int":"integral",
+ there4:"therefore",
+ sim:"tilde operator\nvaries with\nsimilar to",
+ cong:"approximately equal to",
+ asymp:"almost equal to\nasymptotic to",
+ ne:"not equal to",
+ equiv:"identical to",
+ le:"less-than or equal to",
+ ge:"greater-than or equal to",
+ sub:"subset of",
+ sup:"superset of",
+ nsub:"not a subset of",
+ sube:"subset of or equal to",
+ supe:"superset of or equal to",
+ oplus:"circled plus\ndirect sum",
+ otimes:"circled times\nvector product",
+ perp:"up tack\northogonal to\nperpendicular",
+ sdot:"dot operator",
+ lceil:"left ceiling\nAPL upstile",
+ rceil:"right ceiling",
+ lfloor:"left floor\nAPL downstile",
+ rfloor:"right floor",
+ lang:"left-pointing angle bracket",
+ rang:"right-pointing angle bracket",
+ loz:"lozenge",
+ spades:"black spade suit",
+ clubs:"black club suit\nshamrock",
+ hearts:"black heart suit\nvalentine",
+ diams:"black diamond suit",
+ OElig:"Latin capital ligature OE",
+ oelig:"Latin small ligature oe",
+ Scaron:"Latin capital letter S with caron",
+ scaron:"Latin small letter s with caron",
+ Yuml:"Latin capital letter Y with diaeresis",
+ circ:"modifier letter circumflex accent",
+ tilde:"small tilde",
+ ensp:"en space",
+ emsp:"em space",
+ thinsp:"thin space",
+ zwnj:"zero width non-joiner",
+ zwj:"zero width joiner",
+ lrm:"left-to-right mark",
+ rlm:"right-to-left mark",
+ ndash:"en dash",
+ mdash:"em dash",
+ lsquo:"left single quotation mark",
+ rsquo:"right single quotation mark",
+ sbquo:"single low-9 quotation mark",
+ ldquo:"left double quotation mark",
+ rdquo:"right double quotation mark",
+ bdquo:"double low-9 quotation mark",
+ dagger:"dagger",
+ Dagger:"double dagger",
+ permil:"per mille sign",
+ lsaquo:"single left-pointing angle quotation mark",
+ rsaquo:"single right-pointing angle quotation mark",
+ euro:"euro sign"
+})
+//end v1.x content
+);