diff options
Diffstat (limited to 'js/dojo/dojox/atom/widget/nls/sk')
4 files changed, 45 insertions, 0 deletions
diff --git a/js/dojo/dojox/atom/widget/nls/sk/FeedEntryEditor.js b/js/dojo/dojox/atom/widget/nls/sk/FeedEntryEditor.js new file mode 100644 index 0000000..5556a8c --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/sk/FeedEntryEditor.js @@ -0,0 +1,11 @@ +//>>built +define( +"dojox/atom/widget/nls/sk/FeedEntryEditor", //begin v1.x content +({ + doNew: "[nový]", + edit: "[upraviť]", + save: "[uložiť]", + cancel: "[zrušiť]" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/sk/FeedEntryViewer.js b/js/dojo/dojox/atom/widget/nls/sk/FeedEntryViewer.js new file mode 100644 index 0000000..b4c8eb7 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/sk/FeedEntryViewer.js @@ -0,0 +1,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 +); diff --git a/js/dojo/dojox/atom/widget/nls/sk/FeedViewerEntry.js b/js/dojo/dojox/atom/widget/nls/sk/FeedViewerEntry.js new file mode 100644 index 0000000..0d36ab4 --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/sk/FeedViewerEntry.js @@ -0,0 +1,8 @@ +//>>built +define( +"dojox/atom/widget/nls/sk/FeedViewerEntry", //begin v1.x content +({ + deleteButton: "[Vymazať]" +}) +//end v1.x content +); diff --git a/js/dojo/dojox/atom/widget/nls/sk/PeopleEditor.js b/js/dojo/dojox/atom/widget/nls/sk/PeopleEditor.js new file mode 100644 index 0000000..0882f3c --- /dev/null +++ b/js/dojo/dojox/atom/widget/nls/sk/PeopleEditor.js @@ -0,0 +1,10 @@ +//>>built +define( +"dojox/atom/widget/nls/sk/PeopleEditor", //begin v1.x content +({ + add: "Pridať", + addAuthor: "Pridať autora", + addContributor: "Pridať prispievateľa" +}) +//end v1.x content +); |
