summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/zh/SpellCheck.js
blob: ec6f58b4e762e1a4cb7c0e491a9db775eae425c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//>>built
define(
"dojox/editor/plugins/nls/zh/SpellCheck", //begin v1.x content
({
	widgetLabel: "批处理拼写检查",
	unfound: "未找到",
	skip: "跳过",
	skipAll: "全部跳过",
	toDic: "添加到字典",
	suggestions: "建议",
	replace: "替换",
	replaceWith: "替换为",
	replaceAll: "全部替换",
	cancel: "取消",
	msg: "未找到拼写错误",
	iSkip: "跳过此处",
	iSkipAll: "跳过所有与此处相同的地方",
	iMsg: "没有拼写建议"
})
//end v1.x content
);