summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/editor/plugins/nls/zh/InsertAnchor.js
blob: 9e1c324efb5935d1618cc1b2fe603a7524625fea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//>>built
define(
"dojox/editor/plugins/nls/zh/InsertAnchor", //begin v1.x content
({
	insertAnchor: "插入锚点",
	title: "锚点属性",
	anchor: "名称:",
	text: "描述:",
	set: "设置",
	cancel: "取消"
})
//end v1.x content
);