FeedEntryViewer.js 303 B

123456789101112131415
  1. define(
  2. "dojox/atom/widget/nls/da/FeedEntryViewer", //begin v1.x content
  3. ({
  4. displayOptions: "[fremvisningsvalg]",
  5. title: "Titel",
  6. authors: "Forfattere",
  7. contributors: "Bidragydere",
  8. id: "Id",
  9. close: "[luk]",
  10. updated: "Opdateret",
  11. summary: "Resumé",
  12. content: "Indhold"
  13. })
  14. //end v1.x content
  15. );