summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/atom/widget/nls/fi/FeedEntryViewer.js
blob: 000b0e32d3aeacbce8d7dec72a1857fb63d9fb23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//>>built
define(
"dojox/atom/widget/nls/fi/FeedEntryViewer", //begin v1.x content
({
	displayOptions: "[näyttöasetukset]",
	title: "Otsikko",
	authors: "Tekijät",
	contributors: "Lisääjät",
	id: "Tunnus",
	close: "[sulje]",
	updated: "Päivitetty",
	summary: "Tiivistelmä",
	content: "Sisältö"
})
//end v1.x content
);