summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/th/SpellCheck.js
blob: 54f8d3c7c153ddc32950d5adaa55e82bccfc6573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
);