FeedEntryViewer.js 331 B

123456789101112131415
  1. define(
  2. "dojox/atom/widget/nls/pl/FeedEntryViewer", //begin v1.x content
  3. ({
  4. displayOptions: "[opcje wyświetlania]",
  5. title: "Tytuł",
  6. authors: "Autorzy",
  7. contributors: "Kontrybutorzy",
  8. id: "Identyfikator",
  9. close: "[zamknij]",
  10. updated: "Zaktualizowano",
  11. summary: "Podsumowanie",
  12. content: "Treść"
  13. })
  14. //end v1.x content
  15. );