summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/th/commands.js.uncompressed.js
blob: 82b4e8ef859828052db6872bf932105ee765da78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
define(
"dijit/_editor/nls/th/commands", //begin v1.x content
({
	'bold': 'ตัวหนา',
	'copy': 'คัดลอก',
	'cut': 'ตัด',
	'delete': 'ลบ',
	'indent': 'เพิ่มการเยื้อง',
	'insertHorizontalRule': 'ไม้บรรทัดแนวนอน',
	'insertOrderedList': 'ลำดับเลข',
	'insertUnorderedList': 'หัวข้อย่อย',
	'italic': 'ตัวเอียง',
	'justifyCenter': 'จัดกึ่งกลาง',
	'justifyFull': 'จัดชิดขอบ',
	'justifyLeft': 'จัดชิดซ้าย',
	'justifyRight': 'จัดชิดขวา',
	'outdent': 'ลดการเยื้อง',
	'paste': 'วาง',
	'redo': 'ทำซ้ำ',
	'removeFormat': 'ลบรูปแบบออก',
	'selectAll': 'เลือกทั้งหมด',
	'strikethrough': 'ขีดทับ',
	'subscript': 'ตัวห้อย',
	'superscript': 'ตัวยก',
	'underline': 'ขีดเส้นใต้',
	'undo': 'เลิกทำ',
	'unlink': 'ลบลิงก์ออก',
	'createLink': 'สร้างลิงก์',
	'toggleDir': 'สลับทิศทาง',
	'insertImage': 'แทรกอิมเมจ',
	'insertTable': 'แทรก/แก้ไขตาราง',
	'toggleTableBorder': 'สลับเส้นขอบตาราง',
	'deleteTable': 'ลบตาราง',
	'tableProp': 'คุณสมบัติตาราง',
	'htmlToggle': 'ซอร์ส HTML',
	'foreColor': 'สีพื้นหน้า',
	'hiliteColor': 'สีพื้นหลัง',
	'plainFormatBlock': 'ลักษณะย่อหน้า',
	'formatBlock': 'ลักษณะย่อหน้า',
	'fontSize': 'ขนาดฟอนต์',
	'fontName': 'ชื่อฟอนต์',
	'tabIndent': 'เยื้องแท็บ',
	"fullScreen": "สลับจอภาพแบบเต็ม",
	"viewSource": "ดูซอร์ส HTML",
	"print": "พิมพ์",
	"newPage": "หน้าใหม่",
	/* Error messages */
	'systemShortcut': 'การดำเนินการ"${0}" ใช้งานได้เฉพาะกับเบราว์เซอร์ของคุณโดยใช้แป้นพิมพ์ลัด ใช้ ${1}'
})

//end v1.x content
);