FeedEntryViewer.js 311 B

123456789101112131415
  1. define(
  2. "dojox/atom/widget/nls/sk/FeedEntryViewer", //begin v1.x content
  3. ({
  4. displayOptions: "[zobraziť voľby]",
  5. title: "Nadpis",
  6. authors: "Autori",
  7. contributors: "Prispievatelia",
  8. id: "ID",
  9. close: "[zatvoriť]",
  10. updated: "Aktualizovaný",
  11. summary: "Súhrn",
  12. content: "Obsah"
  13. })
  14. //end v1.x content
  15. );