summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/ja/LocalImage.js
blob: c6c5275ca44965bbfda5037f0debe7037b8f8c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//>>built
define(
"dojox/editor/plugins/nls/ja/LocalImage", //begin v1.x content
({
	insertImageTitle: "イメージの挿入",
	url: "イメージ",
	browse: "参照...",
	text: "説明",
	set: "挿入",
	invalidMessage: "無効なイメージ・ファイル・タイプです",
	prePopuTextUrl: "イメージ URL を入力するか、",
	prePopuTextBrowse: "ローカル・ファイルを参照してください。"
})
//end v1.x content
);