summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/ru/FeedEntryViewer.js
blob: f5a21ffe370e7e554c6fc82f16b9e23cd34cb677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//>>built
define(
"dojox/atom/widget/nls/ru/FeedEntryViewer", //begin v1.x content
({
	displayOptions: "[показать опции]",
	title: "Название",
	authors: "Авторы",
	contributors: "Участники",
	id: "ИД",
	close: "[закрыть]",
	updated: "Обновлено",
	summary: "Сводка",
	content: "Информационное наполнение"
})
//end v1.x content
);