summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/zh/FeedEntryViewer.js
blob: d3844518ccd9776de42c1c73c2e5d2de748f44ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//>>built
define(
"dojox/atom/widget/nls/zh/FeedEntryViewer", //begin v1.x content
({
	displayOptions: "[显示选项]",
	title: "标题",
	authors: "作者",
	contributors: "内容添加者",
	id: "标识",
	close: "[关闭]",
	updated: "更新时间",
	summary: "摘要",
	content: "内容"
})
//end v1.x content
);