summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ja/SpellCheck.js
blob: bf0a64d7c7ed22b51b60a60d1cd3e30b1b033a99 (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/ja/SpellCheck", //begin v1.x content
({
	widgetLabel: "一括スペル・チェック",
	unfound: "見つかりません",
	skip: "スキップ",
	skipAll: "すべてをスキップ",
	toDic: "辞書に追加",
	suggestions: "修正候補",
	replace: "置換",
	replaceWith: "置き換え",
	replaceAll: "すべてを置換",
	cancel: "キャンセル",
	msg: "ミススペルはありません",
	iSkip: "これをスキップ",
	iSkipAll: "これと類似のものをスキップ",
	iMsg: "スペルの修正候補はありません"
})
//end v1.x content
);