FeedEntryViewer.js 436 B

123456789101112131415
  1. define(
  2. "dojox/atom/widget/nls/th/FeedEntryViewer", //begin v1.x content
  3. ({
  4. displayOptions: "[อ็อพชันการแสดงผล]",
  5. title: "ชื่อเรื่อง",
  6. authors: "ผู้เขียน",
  7. contributors: "ผู้อนุเคราะห์",
  8. id: "ID",
  9. close: "[ปิด]",
  10. updated: "อัพเดต",
  11. summary: "สรุป",
  12. content: "เนื้อหา"
  13. })
  14. //end v1.x content
  15. );