summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/th
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/th
Initial commit of intern.ccwn.org contentsHEADmaster
Diffstat (limited to 'js/dojo/dojox/editor/plugins/nls/th')
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/AutoSave.js19
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/Blockquote.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/Breadcrumb.js15
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/CollapsibleToolbar.js10
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/FindReplace.js27
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/InsertAnchor.js14
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/InsertEntity.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/LocalImage.js16
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/PageBreak.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/PasteFromWord.js12
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/Preview.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/SafePaste.js6
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/Save.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/ShowBlockNodes.js9
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/Smiley.js28
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/SpellCheck.js22
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/TableDialog.js35
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/TextColor.js10
-rw-r--r--js/dojo/dojox/editor/plugins/nls/th/latinEntities.js262
19 files changed, 530 insertions, 0 deletions
diff --git a/js/dojo/dojox/editor/plugins/nls/th/AutoSave.js b/js/dojo/dojox/editor/plugins/nls/th/AutoSave.js
new file mode 100644
index 0000000..ea4c3ef
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/AutoSave.js
@@ -0,0 +1,19 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/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/th/Blockquote.js b/js/dojo/dojox/editor/plugins/nls/th/Blockquote.js
new file mode 100644
index 0000000..17a9799
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/Blockquote.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/Blockquote", //begin v1.x content
+({
+ "blockquote": "บล็อกคำพูด"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/Breadcrumb.js b/js/dojo/dojox/editor/plugins/nls/th/Breadcrumb.js
new file mode 100644
index 0000000..5ce5762
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/Breadcrumb.js
@@ -0,0 +1,15 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/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/th/CollapsibleToolbar.js b/js/dojo/dojox/editor/plugins/nls/th/CollapsibleToolbar.js
new file mode 100644
index 0000000..35ac7aa
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/CollapsibleToolbar.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/CollapsibleToolbar", //begin v1.x content
+({
+ "collapse": "ยุบรวมแถบเครื่องมือตัวแก้ไข",
+ "expand": "ขยายแถบเครื่องมือตัวแก้ไข"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/FindReplace.js b/js/dojo/dojox/editor/plugins/nls/th/FindReplace.js
new file mode 100644
index 0000000..43ba2a3
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/FindReplace.js
@@ -0,0 +1,27 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/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/th/InsertAnchor.js b/js/dojo/dojox/editor/plugins/nls/th/InsertAnchor.js
new file mode 100644
index 0000000..6c8ad2d
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/InsertAnchor.js
@@ -0,0 +1,14 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/InsertAnchor", //begin v1.x content
+({
+ insertAnchor: "แทรกจุดยึด",
+ title: "คุณสมบัติจุดยึด",
+ anchor: "ชื่อ:",
+ text: "รายละเอียด",
+ set: "ตั้งค่า",
+ cancel: "ยกเลิก"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/InsertEntity.js b/js/dojo/dojox/editor/plugins/nls/th/InsertEntity.js
new file mode 100644
index 0000000..f0657ea
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/InsertEntity.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/InsertEntity", //begin v1.x content
+({
+ insertEntity: "แทรกสัญลักษณ์"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/LocalImage.js b/js/dojo/dojox/editor/plugins/nls/th/LocalImage.js
new file mode 100644
index 0000000..4d15b5b
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/LocalImage.js
@@ -0,0 +1,16 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/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/th/PageBreak.js b/js/dojo/dojox/editor/plugins/nls/th/PageBreak.js
new file mode 100644
index 0000000..61f2975
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/PageBreak.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/PageBreak", //begin v1.x content
+({
+ "pageBreak": "เส้นกั้นหน้า"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/PasteFromWord.js b/js/dojo/dojox/editor/plugins/nls/th/PasteFromWord.js
new file mode 100644
index 0000000..ebd135d
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/PasteFromWord.js
@@ -0,0 +1,12 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/PasteFromWord", //begin v1.x content
+({
+ "pasteFromWord": "วางจาก Word",
+ "paste": "วาง",
+ "cancel": "ยกเลิก",
+ "instructions": "วางเนื้อหาจาก Word ลงในกล่องข้อความข้างล่าง เมื่อคุณพอใจกับเนื้อหาที่แทรกแล้วให้กดปุ่ม วาง เมื่อต้องการยกเลิกการเรียงลำดับข้อความให้กดปุ่ม ยกเลิก"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/Preview.js b/js/dojo/dojox/editor/plugins/nls/th/Preview.js
new file mode 100644
index 0000000..69d2274
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/Preview.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/Preview", //begin v1.x content
+({
+ "preview": "แสดงตัวอย่าง"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/SafePaste.js b/js/dojo/dojox/editor/plugins/nls/th/SafePaste.js
new file mode 100644
index 0000000..a74184a
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/SafePaste.js
@@ -0,0 +1,6 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/SafePaste", ({
+ "instructions": "การแปะโดยตรงถูกปิดใช้งาน. โปรดแปะเนื้อหาในไดอะล็อกนี้โดยใช้คีบอร์ดเบราว์เซอร์พื้นฐานหรือการควบคุมเมนูการแปะ เมื่อคุณพอใจกับเนื้อหาที่จะแทรก กดปุ่มแปะ ในการที่จะยกเลิกการแทรกเนื้อหา กดปุ่มยกเลิก"
+})
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/Save.js b/js/dojo/dojox/editor/plugins/nls/th/Save.js
new file mode 100644
index 0000000..fd98ae6
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/Save.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/Save", //begin v1.x content
+({
+ "save": "บันทึก"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/ShowBlockNodes.js b/js/dojo/dojox/editor/plugins/nls/th/ShowBlockNodes.js
new file mode 100644
index 0000000..76ad9b4
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/ShowBlockNodes.js
@@ -0,0 +1,9 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/ShowBlockNodes", //begin v1.x content
+({
+ "showBlockNodes": "แสดงอิลิเมนต์บล็อก HTML"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/Smiley.js b/js/dojo/dojox/editor/plugins/nls/th/Smiley.js
new file mode 100644
index 0000000..5bde3c9
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/Smiley.js
@@ -0,0 +1,28 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/Smiley", //begin v1.x content
+({
+ smiley: "แทรกไอคอนแสดงอารมณ์",
+ emoticonSmile: "ยิ้ม",
+ emoticonLaughing: "หัวเราะ",
+ emoticonWink: "ขยิบตา",
+ emoticonGrin: "ยิ้มกว้าง",
+ emoticonCool: "เจ๋ง",
+ emoticonAngry: "โกรธ",
+ emoticonHalf: "ครึ่งซีก",
+ emoticonEyebrow: "คิ้ว",
+ emoticonFrown: "หน้าบึ้ง",
+ emoticonShy: "อาย",
+ emoticonGoofy: "โง่",
+ emoticonOops: "oops",
+ emoticonTongue: "แลบลิ้น",
+ emoticonIdea: "ความคิด",
+ emoticonYes: "ใช่",
+ emoticonNo: "ไม่ใช่",
+ emoticonAngel: "โมโห",
+ emoticonCrying: "ร้องไห้",
+ emoticonHappy: "มีความสุข"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/SpellCheck.js b/js/dojo/dojox/editor/plugins/nls/th/SpellCheck.js
new file mode 100644
index 0000000..54f8d3c
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/SpellCheck.js
@@ -0,0 +1,22 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/SpellCheck", //begin v1.x content
+({
+ widgetLabel: "ตรวจสอบการสะกดคำแบบแบตช์",
+ unfound: "ไม่พบ",
+ skip: "ข้าม",
+ skipAll: "ข้ามทั้งหมด",
+ toDic: "เพิ่งลงในพจนานุกรม",
+ suggestions: "การแนะนำ",
+ replace: "แทนที่",
+ replaceWith: "แทนที่ด้วย",
+ replaceAll: "แทนที่ทั้งหมด",
+ cancel: "Cancel",
+ msg: "ไม่พบคำที่สะกดผิด",
+ iSkip: "ข้ามนี้",
+ iSkipAll: "ข้ามที่เหมือนนี้",
+ iMsg: "ไม่มีการแนะนำการสะกด"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/TableDialog.js b/js/dojo/dojox/editor/plugins/nls/th/TableDialog.js
new file mode 100644
index 0000000..21a0e39
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/TableDialog.js
@@ -0,0 +1,35 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/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/th/TextColor.js b/js/dojo/dojox/editor/plugins/nls/th/TextColor.js
new file mode 100644
index 0000000..ae9b694
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/TextColor.js
@@ -0,0 +1,10 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/TextColor", //begin v1.x content
+({
+ "setButtonText": "เซ็ต",
+ "cancelButtonText": "ยกเลิก"
+})
+
+//end v1.x content
+);
diff --git a/js/dojo/dojox/editor/plugins/nls/th/latinEntities.js b/js/dojo/dojox/editor/plugins/nls/th/latinEntities.js
new file mode 100644
index 0000000..1235ecf
--- /dev/null
+++ b/js/dojo/dojox/editor/plugins/nls/th/latinEntities.js
@@ -0,0 +1,262 @@
+//>>built
+define(
+"dojox/editor/plugins/nls/th/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:"เครื่องหมาย เยน\เครื่องหมาย หยวน",
+ brvbar:"แถบแยก\nแถบแยกแนวตั้ง",
+ sect:"เครื่องหมายแบ่งส่วน",
+ uml:"ไดเอเรซิส\nช่องว่างของไดเอเรซิส",
+ copy:"เครื่องหมายลิขสิทธิ์",
+ ordf:"ตังบ่งชี้ลำดับของผู้หญิง",
+ laquo:"เครื่องหมายคำพูดที่ชี้ไปทางซ้าย\nguillemet ที่ชี้ไปทางซ้าย",
+ not:"ลัญญลักษณ์ น็อท",
+ shy:"ซิร์ฟไฮเฟน\nไฮเฟนการตัดสินใจ",
+ reg:"ลัญญลักษณ์การจดทะเบียน\nลัญญลักษณ์เครื่องหมายการค้าจดทะเบียน",
+ macr:"ไมครอน\nช่องว่างของไมครอน\noverline\nAPL overbar",
+ deg:"สัญญลักษณ์องศา",
+ plusmn:"เครื่องหมายบวก-ลบ\nเครื่องหมายบวก-หรือ-ลบ",
+ sup2:"ตัวยกสอง\nตัวยกหลักสอง\nยกกำลังสอง",
+ sup3:"ตัวยกสาม\nตัวยกหลักสาม\ncubed",
+ acute:"acute accent\nช่องว่างของอคิวท์",
+ micro:"เครื่องหมายไมโคร",
+ para:"เครื่องหมาย pilcrow\nเครื่องหมายย่อหน้า",
+ middot:"จุดกึ่งกลาง\nคอมม่า Georgian\nจุดกึ่งกลางภาษากรีซ",
+ cedil:"ซีดิลลา\nช่องว่างของซีดิลลา",
+ sup1:"ตัวยกหนึ่ง\nตัวยกหลักหนึ่ง",
+ ordm:"ตังบ่งชี้ลำดับของผู้ชาย",
+ raquo:"เครื่องหมายคำพูดที่ชี้ไปทางขวา\nguillemet ที่ชี้ไปทางขวา",
+ frac14:"เศษหนึ่งส่วนสี่แบบหยาบๆ\nเศษหนึ่งส่วนสี่",
+ frac12:"เศษหนึ่งส่วนสองแบบหยาบๆ\nเศษหนึ่งส่วนสอง",
+ frac34:"เศษสามส่วนสี่แบบหยาบๆ\nเศษสามส่วนสี่",
+ iquest:"เครื่องหมายคำถามกลับหัว\nเครื่อหมายคำถามกลับหัว",
+ Agrave:"อักษร A ตัวใหญ่ภาษาละติน 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:"อักษร sharp 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:"อักษร c ตัวเล็กภาษาละตินที่มีเครื่องหมายกราฟ",
+ eacute:"อักษร c ตัวเล็กภาษาละตินที่มีเครื่องหมายอคิวท์",
+ 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:"อักษร thorn ตัวเล็กภาษาละติน",
+ yuml:"อักษร y ตัวเล็กภาษาละตินที่มีเครื่องหมายไดเอเรซิส",
+
+// Greek Characters and Symbols
+ fnof:"อักษร f ตัวเล็กภาษาละตินที่มีห่วง\nฟังก์ชัน\nflorin",
+ Alpha:"อักษรอัลฟาตัวใหญ่ภาษากรีซ",
+ Beta:"อักษรเบตาตัวใหญ่ภาษากรีซ",
+ Gamma:"อักษรแกมม่าตัวใหญ่ภาษากรีซ",
+ Delta:"อักษรเดลตาตัวใหญ่ภาษากรีซ",
+ Epsilon:"อักษรเอปซีลอนตัวใหญ่ภาษากรีซ",
+ Zeta:"อักษรซีตาตัวใหญ่ภาษากรีซ",
+ Eta:"อักษรอีตาตัวใหญ่ภาษากรีซ",
+ Theta:"อักษรทีตาตัวใหญ่ภาษากรีซ",
+ Iota:"อักษรไอโอตาตัวใหญ่ภาษากรีซ",
+ Kappa:"อักษรแคปปาตัวใหญ่ภาษากรีซ",
+ Lambda:"อักษรแลมดาตัวใหญ่ภาษากรีซ",
+ Mu:"อักษร mu ตัวใหญ่ภาษากรีซ",
+ Nu:"อักษร nu ตัวใหญ่ภาษากรีซ",
+ Xi:"อักษร xi ตัวใหญ่ภาษากรีซ",
+ Omicron:"อักษรโอไมครอนตัวใหญ่ภาษากรีซ",
+ Pi:"อักษร pi ตัวใหญ่ภาษากรีซ",
+ Rho:"อักษร rho ตัวใหญ่ภาษากรีซ",
+ Sigma:"อักษรซิกมาตัวใหญ่ภาษากรีซ",
+ Tau:"อักษร tau ตัวใหญ่ภาษากรีซ",
+ Upsilon:"อักษรอิปไซลอนตัวใหญ่ภาษากรีซ",
+ Phi:"อักษร phi ตัวใหญ่ภาษากรีซ",
+ Chi:"อักษร chi ตัวใหญ่ภาษากรีซ",
+ Psi:"อักษร psi ตัวใหญ่ภาษากรีซ",
+ Omega:"อักษรโอเมกาตัวใหญ่ภาษากรีซ",
+ alpha:"อักษรอัลฟาตัวเล็กภาษากรีซ",
+ beta:"อักษรเบตาตัวเล็กภาษากรีซ",
+ gamma:"อักษรแกมม่าตัวเล็กภาษากรีซ",
+ delta:"อักษรเดลตาตัวเล็กภาษากรีซ",
+ epsilon:"อักษรเอปซิลอนตัวเล็กภาษากรีซ",
+ zeta:"อักษรซีตาตัวเล็กภาษากรีซ",
+ eta:"อักษรอีตาตัวเล็กภาษากรีซ",
+ theta:"อักษรทีตาตัวเล็กภาษากรีซ",
+ iota:"อักษรไอโอตาตัวเล็กภาษากรีซ",
+ kappa:"อักษรแคปปาตัวเล็กภาษากรีซ",
+ lambda:"อักษรแลมดาตัวเล็กภาษากรีซ",
+ mu:"อักษร mu ตัวเล็กภาษากรีซ",
+ nu:"อักษร nu ตัวเล็กภาษากรีซ",
+ xi:"อักษร xi ตัวเล็กภาษากรีซ",
+ omicron:"อักษรโอไมครอนตัวเล็กภาษากรีซ",
+ pi:"อักษร pi ตัวเล็กภาษากรีซ",
+ rho:"อักษร rho ตัวเล็กภาษากรีซ",
+ sigmaf:"อักษรซิกมาสุดท้ายตัวเล็กภาษากรีซ",
+ sigma:"อักษรซิกมาตัวเล็กภาษากรีซ",
+ tau:"อักษร tau ตัวเล็กภาษากรีซ",
+ upsilon:"อักษรอิปไซลอนตัวเล็กภาษากรีซ",
+ phi:"อักษร phi ตัวเล็กภาษากรีซ",
+ chi:"อักษร chi ตัวเล็กภาษากรีซ",
+ psi:"อักษร psi ตัวเล็กภาษากรีซ",
+ omega:"อักษรโอเมกาตัวเล็กภาษากรีซ",
+ thetasym:"อักษรสัญญลักษณ์ทีตาตัวเล็กภาษากรีซ",
+ upsih:"อักษรอิปไซลอนภาษากริซที่มีสัญญลักษณ์ห่วง",
+ piv:"สัญญลักษณ์ pi ภาษากรีซ",
+ bull:"จุดนำ\nวงกลมสีดำเล็กๆ",
+ hellip:"จุดแนวนอน\nจุดนำสามจุด",
+ prime:"เครื่องหมายไพร์ม\nนาที\nฟุต",
+ Prime:"เครื่องหมายดับเบิลไพร์ม\nวินาที\nนิ้ว",
+ oline:"overline\nช่องว่าง overscore",
+ frasl:"สแลชเศษส่วน",
+ weierp:"สคริปต์ P ตัวใหญ่\npower set\nWeierstrass p",
+ image:"ตัวอักษร I สีดำตัวใหญ่\nส่วนสมมุติ",
+ real:"ตัวอักษร R สีดำตัวใหญ่\nสัญญลักษณ์ส่วนที่แท้จริง",
+ trade:"สัญญลักษณ์เครื่องหมายการค้า",
+ alefsym:"สัญญลักษณ์ alef\nfirst transfinite cardinal",
+ larr:"ลูกศรชี้ไปทางซ้าย",
+ uarr:"ลูกศรชี้ขึ้นบน",
+ rarr:"ลูกศรชี้ไปทางขวา",
+ darr:"ลูกศรชี้ลง",
+ harr:"ลูกศรซ้ายขวา",
+ crarr:"ลูกศรชี้ลงที่มีมุมไปทางซ้าย\ncarriage return",
+ lArr:"ลูกศรสองตัวชี้ไปทางซ้าย",
+ uArr:"ลูกศรสองตัวที่ชี้ไปข้างบน",
+ rArr:"ลูกศรสองตัวชี้ไปทางขวา",
+ dArr:"ลูกศรสองตัวที่ชี้ไปด้านล่าง",
+ hArr:"ลูกศรสองตัวที่ชี้ไปซ้ายขวา",
+ forall:"สำหรับทั้งหมด",
+ part:"แตกต่างบางส่วน",
+ exist:"ที่มีอยู่",
+ empty:"เซ็ตว่าง\nเซ็ต null\nเส้นผ่าศูนย์กลาง",
+ nabla:"nabla\nความแตกต่างไปข้างหลัง",
+ isin:"อิลิเมนต์ของ",
+ notin:"ไม่ใช่อิลิเมนต์ของ",
+ ni:"รวมเป็นสมาชิก",
+ prod:"ผลิตภัณฑ์ n-ary\เครื่องหมายผลิตภัณฑ์",
+ sum:"n-ary sumation",
+ minus:"เครื่องหมายลบ",
+ lowast:"โอเปอเรเตอร์เครื่องหมายดอกจัน",
+ radic:"สแควร์รูท\nเครื่องหมายราก",
+ prop:"เป็นสัดส่วนกับ",
+ infin:"อนันต์",
+ ang:"มุม",
+ and:"โลจิคัลและ\nwedge",
+ or:"โลจิคัล หรือ\nvee",
+ cap:"อินเตอร์เซกชัน\ncap",
+ cup:"ยูเนียน\ncup","int":"อินทีกรัล",
+ there4:"ดังนั้น",
+ sim:"โอเปอเรเตอร์ดิลเดอ\nแตกต่างกับ\nเหมือนกับ",
+ cong:"ประมาณเท่ากับ",
+ asymp:"เกือบเท่ากับ\nasymptotic to",
+ ne:"ไม่เท่ากับ",
+ equiv:"เหมือนกับ",
+ le:"น้อยกว่าหรือเท่ากับ",
+ ge:"มากกว่าหรือเท่ากับ",
+ sub:"เซ็ตย่อยของ",
+ sup:"ซุปเปอร์เซ็ตของ",
+ nsub:"ไม่ใช่เซ็ตย่อยของ",
+ sube:"เซ็ตย่อยของหรือเท่ากับ",
+ supe:"ซุปเปอร์เซ็ตของหรือเท่ากับ",
+ oplus:"เครื่องหมายวงกลม\nผลรวมโดยตรง",
+ otimes:"วงกลมครั้ง\nผลิตภัณฑ์เวคเตอร์",
+ perp:"up tack\northogonal to\nperpendicular",
+ sdot:"โอเปอเรเตอร์จุด",
+ lceil:"เพดานด้านซ้าย\nAPL upstile",
+ rceil:"เพดานด้านขวา",
+ lfloor:"พื้นด้านซ้าย\nAPL downstile",
+ rfloor:"พื้นด้านซ้าย",
+ lang:"วงเล็บซ้าย",
+ rang:"วงเล็บขวา",
+ loz:"lozenge",
+ spades:"black spade suit",
+ clubs:"black club suit\nshamrock",
+ hearts:"black heart suit\nvalentine",
+ diams:"black diamond suit",
+ 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",
+ Dagger:"dagger คู่",
+ permil:"เครื่องหมาย per mille",
+ lsaquo:"เครื่องหมายคำพูดเดี่ยวที่ชี้ไปด้านซ้าย",
+ rsaquo:"เครื่องหมายคำพูดเดี่ยวที่ชี้ไปด้านขวา",
+ euro:"เครื่องหมายยูโร"
+})
+
+//end v1.x content
+);