summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/sk/FeedEntryViewer.js
blob: b4c8eb725f735b3b0ee34c2e62b71fb0e50cda03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//>>built
define(
"dojox/atom/widget/nls/sk/FeedEntryViewer", //begin v1.x content
({
	displayOptions: "[zobraziť voľby]",
	title: "Nadpis",
	authors: "Autori",
	contributors: "Prispievatelia",
	id: "ID",
	close: "[zatvoriť]",
	updated: "Aktualizovaný",
	summary: "Súhrn",
	content: "Obsah"
})
//end v1.x content
);