summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ar
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/ar
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/editor/plugins/nls/ar')
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/AutoSave.js19
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/Blockquote.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/Breadcrumb.js15
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/CollapsibleToolbar.js10
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/FindReplace.js27
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/InsertAnchor.js14
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/InsertEntity.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/LocalImage.js16
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/PageBreak.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/PasteFromWord.js12
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/Preview.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/Save.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/ShowBlockNodes.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/Smiley.js27
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/SpellCheck.js22
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/TableDialog.js35
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/TextColor.js10
-rw-r--r--js/dojo/dojox/editor/plugins/nls/ar/latinEntities.js262
18 files changed, 523 insertions, 0 deletions
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/AutoSave.js b/js/dojo/dojox/editor/plugins/nls/ar/AutoSave.js
new file mode 100644
index 0000000..0f8055d
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/AutoSave.js
@@ -0,0 +1,19 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/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/ar/Blockquote.js b/js/dojo/dojox/editor/plugins/nls/ar/Blockquote.js
new file mode 100644
index 0000000..8d320f2
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/Blockquote.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/Blockquote", //begin v1.x content
+({
+ "blockquote": "علامة تنصيص الفقرة"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/Breadcrumb.js b/js/dojo/dojox/editor/plugins/nls/ar/Breadcrumb.js
new file mode 100644
index 0000000..1782b5d
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/Breadcrumb.js
@@ -0,0 +1,15 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/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/ar/CollapsibleToolbar.js b/js/dojo/dojox/editor/plugins/nls/ar/CollapsibleToolbar.js
new file mode 100644
index 0000000..e6d211a
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/CollapsibleToolbar.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/CollapsibleToolbar", //begin v1.x content
+({
+ "collapse": "طي خط أدوات المحرر",
+ "expand": "توسيع خط أدوات المحرر"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/FindReplace.js b/js/dojo/dojox/editor/plugins/nls/ar/FindReplace.js
new file mode 100644
index 0000000..6820c7c
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/FindReplace.js
@@ -0,0 +1,27 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/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/ar/InsertAnchor.js b/js/dojo/dojox/editor/plugins/nls/ar/InsertAnchor.js
new file mode 100644
index 0000000..96e9dcd
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/InsertAnchor.js
@@ -0,0 +1,14 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/InsertAnchor", //begin v1.x content
+({
+ insertAnchor: "ادراج نقطة التثبيت",
+ title: "خصائص نقطة التثبيت",
+ anchor: "الاسم:",
+ text: "الوصف:",
+ set: "تحديد",
+ cancel: "الغاء"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/InsertEntity.js b/js/dojo/dojox/editor/plugins/nls/ar/InsertEntity.js
new file mode 100644
index 0000000..e1b7c96
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/InsertEntity.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/InsertEntity", //begin v1.x content
+({
+ insertEntity: "ادراج رمز"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/LocalImage.js b/js/dojo/dojox/editor/plugins/nls/ar/LocalImage.js
new file mode 100644
index 0000000..71f662f
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/LocalImage.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/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/ar/PageBreak.js b/js/dojo/dojox/editor/plugins/nls/ar/PageBreak.js
new file mode 100644
index 0000000..f7b18f9
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/PageBreak.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/PageBreak", //begin v1.x content
+({
+ "pageBreak": "فاصل الصفحات"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/PasteFromWord.js b/js/dojo/dojox/editor/plugins/nls/ar/PasteFromWord.js
new file mode 100644
index 0000000..bbef98d
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/PasteFromWord.js
@@ -0,0 +1,12 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/PasteFromWord", //begin v1.x content
+({
+ "pasteFromWord": "لصق من Word",
+ "paste": "لصق",
+ "cancel": "الغاء",
+ "instructions": "لصق المحتويات من Word الى مربع النص بأسفل. بمجرد أن تكون راضيا عن المحتوى المراد ادراجه، اضغط على اختيار لصق. للتوقف عن ادراج النص، اضغط اختيار الغاء."
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/Preview.js b/js/dojo/dojox/editor/plugins/nls/ar/Preview.js
new file mode 100644
index 0000000..9d3235f
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/Preview.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/Preview", //begin v1.x content
+({
+ "preview": "معاينة"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/Save.js b/js/dojo/dojox/editor/plugins/nls/ar/Save.js
new file mode 100644
index 0000000..7bc65e0
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/Save.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/Save", //begin v1.x content
+({
+ "save": "حفظ"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/ShowBlockNodes.js b/js/dojo/dojox/editor/plugins/nls/ar/ShowBlockNodes.js
new file mode 100644
index 0000000..efb6413
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/ShowBlockNodes.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/ShowBlockNodes", //begin v1.x content
+({
+ "showBlockNodes": "عرض عناصر كتلة HTML"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/Smiley.js b/js/dojo/dojox/editor/plugins/nls/ar/Smiley.js
new file mode 100644
index 0000000..3cda959
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/Smiley.js
@@ -0,0 +1,27 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/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/ar/SpellCheck.js b/js/dojo/dojox/editor/plugins/nls/ar/SpellCheck.js
new file mode 100644
index 0000000..2df515c
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/SpellCheck.js
@@ -0,0 +1,22 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/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/ar/TableDialog.js b/js/dojo/dojox/editor/plugins/nls/ar/TableDialog.js
new file mode 100644
index 0000000..c806b8c
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/TableDialog.js
@@ -0,0 +1,35 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/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/ar/TextColor.js b/js/dojo/dojox/editor/plugins/nls/ar/TextColor.js
new file mode 100644
index 0000000..234f86b
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/TextColor.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/TextColor", //begin v1.x content
+({
+ "setButtonText": "تحديد",
+ "cancelButtonText": "الغاء"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/ar/latinEntities.js b/js/dojo/dojox/editor/plugins/nls/ar/latinEntities.js
new file mode 100644
index 0000000..c667af0
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/ar/latinEntities.js
@@ -0,0 +1,262 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/ar/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:"علامة تعجب معكوسة",
+ cent:"علامة السنت",
+ pound:"علامة الجنيه",
+ curren:"علامة العملة",
+ yen:"علامة نعم\nعلامة nyuan",
+ brvbar:"خط مكسور\nخط أفقي مكسور",
+ sect:"علامة القسم",
+ uml:"تقسيم\nتباعد التقسيم",
+ copy:"علامة حقوق النشر",
+ ordf:"مؤشر ترتيبي أنثوي",
+ laquo:"علامة تنصيص بزاوية مزدوجة تشير الى اليسار\nعلامة تنصيص تشير الى اليسار ",
+ not:"ليست علامة",
+ shy:"وصلة قصيرة لينة\nوصلة قصيرة تقديرية",
+ reg:"علامة مسجلة\nعلامة تجارية مسجلة",
+ macr:"علامة المد\nتباعد علامة المد\nكتابة فوق السطر\nكتابة فوق سطر APL",
+ deg:"علامة الدرجة",
+ plusmn:"علامة زائد-ناقص\nعلامة زائد-أو-ناقص",
+ sup2:"رمز علوي اثنان\nعدد الرمز العلوي اثنان\nمربع",
+ sup3:"رمز علوي ثلاثة\nعدد الرمز العلوي ثلاثة\nمكعب",
+ acute:"علامة النطق الحادة\nتباعد الحادة",
+ micro:"علامة الصغر المتناهي",
+ para:"علامة الفقرة\nعلامة الفقرة",
+ middot:"النقطة الوسطى\nفاصلة جورجية\nنقطة وسطى يونانية",
+ cedil:"علامة السديلة\nتباعد علامة السديلة",
+ sup1:"رمز علوي واحد\nعدد رمز علوي واحد",
+ ordm:"مؤشر ترتيبي مذكر",
+ raquo:"علامة تنصيص بزاوية مزدوجة تشير الى اليمين\nعلامة تنصيص تشير الى اليمين ",
+ frac14:"جزء عام ربع واحد\nجزء ربع واحد",
+ frac12:"جزء عام نصف واحد\nجزء نصف واحد",
+ frac34:"جزء عام ثلاثة أرباع\nجزء ثلاثة أرباع",
+ iquest:"علامة استفهام معكوسة\nعلامة استفهام متحولة",
+ Agrave:"حرف لاتيني كبير A مع حفر\nحرف لاتيني كبير A حفر",
+ Aacute:"حرف لاتيني كبير A حاد",
+ Acirc:"حرف لاتيني كبير A مع علامة صوتية",
+ Atilde:"حرف لاتيني كبير A مع علامة التلدة",
+ Auml:"حرف لاتيني كبير A مع علامة حرف العلة",
+ Aring:"حرف لاتيني كبير A مع حلقة فوقه\nحرف لاتيني كبير A حلقة",
+ AElig:"حرف لاتيني كبير AE\nحرف لاتيني كبير مع الحرف المزدوج AE",
+ Ccedil:"حرف لاتيني كبير C مع علامة السديلة",
+ Egrave:"حرف لاتيني كبير E مع حفر",
+ Eacute:"حرف لاتيني كبير E حاد",
+ Ecirc:"حرف لاتيني كبير E مع علامة صوتية",
+ Euml:"حرف لاتيني كبير E مع علامة حرف العلة",
+ Igrave:"حرف لاتيني كبير I مع حفر",
+ Iacute:"حرف لاتيني كبير I حاد",
+ Icirc:"حرف لاتيني كبير I مع علامة صوتية",
+ Iuml:"حرف لاتيني كبير I مع علامة حرف العلة",
+ ETH:"حرف لاتيني كبير ETH",
+ Ntilde:"حرف لاتيني كبير N مع علامة التلدة",
+ Ograve:"حرف لاتيني كبير O مع حفر",
+ Oacute:"حرف لاتيني كبير O حاد",
+ Ocirc:"حرف لاتيني كبير O مع علامة صوتية",
+ Otilde:"حرف لاتيني كبير O مع علامة التلدة",
+ Ouml:"حرف لاتيني كبير O مع علامة حرف العلة",
+ times:"علامة الضرب",
+ Oslash:"حرف لاتيني كبير O مع حركة منتظمة متكررة\nحرف لاتيني كبير O شرطة مائلة",
+ Ugrave:"حرف لاتيني كبير U مع حفر",
+ Uacute:"حرف لاتيني كبير U حاد",
+ Ucirc:"حرف لاتيني كبير U مع علامة صوتية",
+ Uuml:"حرف لاتيني كبير U مع علامة حرف العلة",
+ Yacute:"حرف لاتيني كبير Y حاد",
+ THORN:"حرف لاتيني كبير THORN",
+ szlig:"حرف لاتيني صغير حاد s\ness-zed",
+ agrave:"حرف لاتيني صغير a مع حفر\nحرف لاتيني صغير a حفر",
+ aacute:"حرف لاتيني صغير a حاد",
+ acirc:"حرف لاتيني صغير a مع علامة صوتية",
+ atilde:"حرف لاتيني صغير a مع علامة التلدة",
+ auml:"حرف لاتيني صغير a مع علامة حرف العلة",
+ aring:"حرف لاتيني صغير a مع حلقة فوقه\nحرف لاتيني صغير a حلقة",
+ aelig:"حرف لاتيني صغير ae\nحرف لاتيني صغير مزدوج ae",
+ ccedil:"حرف لاتيني صغير c مع علامة السديلة",
+ egrave:"حرف لاتيني صغير e مع حفر",
+ eacute:"حرف لاتيني صغير e حاد",
+ ecirc:"حرف لاتيني صغير e مع علامة صوتية",
+ euml:"حرف لاتيني صغير e مع علامة حرف العلة",
+ igrave:"حرف لاتيني صغير i مع حفر",
+ iacute:"حرف لاتيني صغير i حاد",
+ icirc:"حرف لاتيني صغير i مع علامة صوتية",
+ iuml:"حرف لاتيني صغير i مع علامة حرف العلة",
+ eth:"حرف لاتيني صغير eth",
+ ntilde:"حرف لاتيني صغير n مع علامة التلدة",
+ ograve:"حرف لاتيني صغير o مع حفر",
+ oacute:"حرف لاتيني صغير o حاد",
+ ocirc:"حرف لاتيني صغير o مع علامة صوتية",
+ otilde:"حرف لاتيني صغير o مع علامة التلدة",
+ ouml:"حرف لاتيني صغير o مع علامة حرف العلة",
+ divide:"علامة القسمة",
+ oslash:"حرف لاتيني صغير o مع حركة منتظمة متكررة\nحرف لاتيني صغير o شرطة مائلة",
+ ugrave:"حرف لاتيني صغير u مع حفر",
+ uacute:"حرف لاتيني صغير u حاد",
+ ucirc:"حرف لاتيني صغير u مع علامة صوتية",
+ uuml:"حرف لاتيني صغير u مع علامة حرف العلة",
+ yacute:"حرف لاتيني صغير y حاد",
+ thorn:"حرف لاتيني صغير طنان",
+ yuml:"حرف لاتيني صغير y مع علامة حرف العلة",
+
+// Greek Characters and Symbols
+ fnof:"حرف لاتيني صغير f مع التواء\nوظيفة\nفلورين",
+ Alpha:"حرف يوناني كبير الفا",
+ Beta:"حرف يوناني كبير beta",
+ Gamma:"حرف يوناني كبير جاما",
+ Delta:"حرف يوناني كبير دلتا",
+ Epsilon:"حرف يوناني كبير epsilon",
+ Zeta:"حرف يوناني كبير zeta",
+ Eta:"حرف يوناني كبير eta",
+ Theta:"حرف يوناني كبير theta",
+ Iota:"حرف يوناني كبير iota",
+ Kappa:"حرف يوناني كبير kappa",
+ Lambda:"حرف يوناني كبير lambda",
+ Mu:"حرف يوناني كبير mu",
+ Nu:"حرف يوناني كبير nu",
+ Xi:"حرف يوناني كبير xi",
+ Omicron:"حرف يوناني كبير omicron",
+ Pi:"حرف يوناني كبير pi",
+ Rho:"حرف يوناني كبير rho",
+ Sigma:"حرف يوناني كبير sigma",
+ Tau:"حرف يوناني كبير tau",
+ Upsilon:"حرف يوناني كبير upsilon",
+ Phi:"حرف يوناني كبير phi",
+ Chi:"حرف يوناني كبير chi",
+ Psi:"حرف يوناني كبير psi",
+ Omega:"حرف يوناني كبير omega",
+ alpha:"حرف يوناني صغير الفا",
+ beta:"حرف يوناني صغير beta",
+ gamma:"حرف يوناني صغير gamma",
+ delta:"حرف يوناني صغير delta",
+ epsilon:"حرف يوناني صغير epsilon",
+ zeta:"حرف يوناني صغير zeta",
+ eta:"حرف يوناني صغير eta",
+ theta:"حرف يوناني صغير theta",
+ iota:"حرف يوناني صغير iota",
+ kappa:"حرف يوناني صغير kappa",
+ lambda:"حرف يوناني صغير lambda",
+ mu:"حرف يوناني صغير mu",
+ nu:"حرف يوناني صغير nu",
+ xi:"حرف يوناني صغير xi",
+ omicron:"حرف يوناني صغير omicron",
+ pi:"حرف يوناني صغير pi",
+ rho:"حرف يوناني صغير rho",
+ sigmaf:"حرف يوناني صغير final النهائي",
+ sigma:"حرف يوناني صغير sigma",
+ tau:"حرف يوناني صغير tau",
+ upsilon:"حرف يوناني صغير upsilon",
+ phi:"حرف يوناني صغير phi",
+ chi:"حرف يوناني صغير chi",
+ psi:"حرف يوناني صغير psi",
+ omega:"حرف يوناني صغير omega",
+ thetasym:"حرف يوناني صغير رمز theta",
+ upsih:"upsilon يوناني مع رمز الالتواء",
+ piv:"رمز pi اليوناني",
+ bull:"نقطة\nدائرة سوداء صغيرة",
+ hellip:"علامة حذف أفقية\nافتتاحية بثلاث نقاط",
+ prime:"أولي\nدقائق\nقدم",
+ Prime:"أولي مزدوج\nثواني\nبوصات",
+ oline:"كتابة فوق سطر\nتباعد شطب السطر",
+ frasl:"شرطة مائلة لجزء",
+ weierp:"حرف كبير P للنص\nتحديد الطاقة\nWeierstrass p",
+ image:"حرف كبير أسود I\nجزء تخيلي",
+ real:"حرف كبير أسود R\nرمز الجزء الحقيقي",
+ trade:"علامة تجارية",
+ alefsym:"رمز alef\nما وراء المحدود الأساسي الأول",
+ larr:"سهم متجه لليسار",
+ uarr:"سهم متجه لأعلى",
+ rarr:"سهم متجه لليمين",
+ darr:"سهم متجه لأسفل",
+ harr:"سهم يسار يمين",
+ crarr:"سهم متجه لأسفل مع الاتجاه لليسار بزاوية\nارجاع النقل",
+ lArr:"سهم مزدوج متجه لليسار",
+ uArr:"سهم مزدوج متجه لأعلى",
+ rArr:"سهم مزدوج متجه لليمين",
+ dArr:"سهم مزدوج متجه لأسفل",
+ hArr:"سهم مزدوج يسار يمين",
+ forall:"للكل",
+ part:"الفارق الجزئي",
+ exist:"يوجد هناك",
+ empty:"مجموعة خالية\nمجموعة صفرية\nالقطر",
+ nabla:"nabla\nاختلاف عكسي",
+ isin:"عنصر من",
+ notin:"ليس عنصر من",
+ ni:"يتضمن كعضو",
+ prod:"منتج n-ary\nعلامة المنتج",
+ sum:"جمع n-ary",
+ minus:"علامة الطرح",
+ lowast:"معامل علامة النجمة",
+ radic:"الجذر التربيعي\nعلامة الجذر",
+ prop:"تناسبي الى",
+ infin:"لا نهائي",
+ ang:"زاوية",
+ and:"منطقي و\nعلامة قبعة معكوسة",
+ or:"منطقي أو\nمخروطي",
+ cap:"نقطة تقاطع\ncap",
+ cup:"اتحاد\nكأس","int":"صحيح",
+ there4:"لذلك",
+ sim:"معامل علامة التلدة\nيتغير مع\nمماثل مع",
+ cong:"تقريبا مساو الى",
+ asymp:"تقريبا يساوي\nمقارب الى",
+ ne:"لا يساوي",
+ equiv:"مماثل الى",
+ le:"أقل من أو يساوي",
+ ge:"أكبر من أو يساوي",
+ sub:"فرعية من",
+ sup:"مجاميع من",
+ nsub:"ليس فرعية من",
+ sube:"فرعية من أو تساوي",
+ supe:"مجاميع من أو تساوي",
+ oplus:"علامة زائد في دائرة\nمجموع مباشر",
+ otimes:"أضعاف في دائرة\nمنتج nvector",
+ perp:"تثبيت لأعلى\nمتعامد على\nعمودي",
+ sdot:"معامل النقطة",
+ lceil:"حد أعلى يسار\nAPL upstile",
+ rceil:"حد أعلى يمين",
+ lfloor:"الطابق الأيسر\nAPL downstile",
+ rfloor:"الطابق الأيمن",
+ lang:"قوس مربع يشير الى اليسار",
+ rang:"قوس مربع يشير الى اليمين",
+ loz:"المعين",
+ spades:"بدلة بستوني أسود",
+ clubs:"بدلة نادي سوداء\nshamrock",
+ hearts:"بدلة قلب أسود\nvalentine",
+ diams:"بدلة شكل معين سوداء",
+ OElig:"حرف لاتيني كبير مزدوج OE",
+ oelig:"حرف لاتيني صغير مزدوج oe",
+ Scaron:"حرف لاتيني كبير S مع علامة قبعة معكوسة",
+ scaron:"حرف لاتيني صغير s مع علامة قبعة معكوسة",
+ Yuml:"حرف لاتيني كبير Y مع علامة حرف العلة",
+ circ:"نبرة علامة صوتية حرف تعديل",
+ tilde:"علامة التلدة صغيرة",
+ ensp:"مساحة en",
+ emsp:"مساحة em",
+ thinsp:"مساحة رفيعة",
+ zwnj:"عرض صفر غير مرتبط",
+ zwj:"عرض صفر مرتبط",
+ lrm:"علامة يسار الى يمين",
+ rlm:"علامة يمين الى يسار",
+ ndash:"شرطة en",
+ mdash:"شرطة em",
+ lsquo:"علامة تنصيص يسار منفردة",
+ rsquo:"علامة تنصيص يمين منفردة",
+ sbquo:"علامة تنصيص low-9 منفردة",
+ ldquo:"علامة تنصيص يسار مزدوجة",
+ rdquo:"علامة تنصيص يمين مزدوجة",
+ bdquo:"علامة تنصيص low-9 مزدوجة",
+ dagger:"خنجرية",
+ Dagger:"خنجرية مزدوجة",
+ permil:"علامة بالألف",
+ lsaquo:"علامة تنصيص زاوية منفردة تشير الى اليسار",
+ rsaquo:"علامة تنصيص زاوية منفردة تشير الى اليمين",
+ euro:"علامة اليورو"
+})
+
+//end v1.x content
+);