webui-aria2/js/libs/dojox/atom/widget/nls/sk/FeedEntryViewer.js

17 lines
321 B
JavaScript
Raw Normal View History

//>>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
);