summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/editor/plugins/nls/zh-tw/LocalImage.js
blob: e75b6c8a5c0e7fa47aa4dbbfee2418dc3ed2b7e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//>>built
define(
"dojox/editor/plugins/nls/zh-tw/LocalImage", //begin v1.x content
({
	insertImageTitle: "插入影像",
	url: "影像",
	browse: "瀏覽...",
	text: "說明",
	set: "插入",
	invalidMessage: "影像檔類型無效",
	prePopuTextUrl: "輸入影像 URL",
	prePopuTextBrowse: " 或瀏覽本端檔案。"
})
//end v1.x content
);