FeedEntryEditor.js 189 B

12345678910
  1. define(
  2. "dojox/atom/widget/nls/ar/FeedEntryEditor", //begin v1.x content
  3. ({
  4. doNew: "[جديد]",
  5. edit: "[تحرير]",
  6. save: "[حفظ]",
  7. cancel: "[الغاء]"
  8. })
  9. //end v1.x content
  10. );