FeedEntryViewer.js 313 B

123456789101112131415
  1. define(
  2. "dojox/atom/widget/nls/nb/FeedEntryViewer", //begin v1.x content
  3. ({
  4. displayOptions: "[visningsalternativer]",
  5. title: "Tittel",
  6. authors: "Forfattere",
  7. contributors: "Bidragsytere",
  8. id: "ID",
  9. close: "[lukk]",
  10. updated: "Oppdatert",
  11. summary: "Sammendrag",
  12. content: "Innhold"
  13. })
  14. //end v1.x content
  15. );