Pagination.js 767 B

123456789101112131415161718192021
  1. define(
  2. "dojox/grid/enhanced/nls/ar/Pagination", ({
  3. "descTemplate": "${2} - ${3} من ${1} ${0}",
  4. "firstTip": "الصفحة الأولى",
  5. "lastTip": "الصفحة الأخيرة",
  6. "nextTip": "الصفحة التالية",
  7. "prevTip": "الصفحة السابقة",
  8. "itemTitle": "البنود",
  9. "singularItemTitle": "بند",
  10. "pageStepLabelTemplate": "صفحة ${0}",
  11. "pageSizeLabelTemplate": "${0} بنود لكل صفحة",
  12. "allItemsLabelTemplate": "كل البنود",
  13. "gotoButtonTitle": "اذهب الى صفحة خاصة",
  14. "dialogTitle": "اذهب الى صفحة",
  15. "dialogIndication": "تحديد رقم الصفحة",
  16. "pageCountIndication": " (${0} صفحات)",
  17. "dialogConfirm": "بدء",
  18. "dialogCancel": "الغاء",
  19. "all": "الكل"
  20. })
  21. );