17 lines
321 B
JavaScript
17 lines
321 B
JavaScript
//>>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
|
|
);
|