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