FeedEntryViewer.js 340 B

123456789101112131415
  1. define(
  2. "dojox/atom/widget/nls/he/FeedEntryViewer", //begin v1.x content
  3. ({
  4. displayOptions: "[אפשרויות הצגה]",
  5. title: "כותרת",
  6. authors: "מחברים",
  7. contributors: "תורמים",
  8. id: "זיהוי",
  9. close: "[סגירה]",
  10. updated: "עודכן",
  11. summary: "סיכום",
  12. content: "תוכן"
  13. })
  14. //end v1.x content
  15. );