123456789101112131415161718192021 |
- define(
- "dojox/grid/enhanced/nls/ar/Pagination", ({
- "descTemplate": "${2} - ${3} من ${1} ${0}",
- "firstTip": "الصفحة الأولى",
- "lastTip": "الصفحة الأخيرة",
- "nextTip": "الصفحة التالية",
- "prevTip": "الصفحة السابقة",
- "itemTitle": "البنود",
- "singularItemTitle": "بند",
- "pageStepLabelTemplate": "صفحة ${0}",
- "pageSizeLabelTemplate": "${0} بنود لكل صفحة",
- "allItemsLabelTemplate": "كل البنود",
- "gotoButtonTitle": "اذهب الى صفحة خاصة",
- "dialogTitle": "اذهب الى صفحة",
- "dialogIndication": "تحديد رقم الصفحة",
- "pageCountIndication": " (${0} صفحات)",
- "dialogConfirm": "بدء",
- "dialogCancel": "الغاء",
- "all": "الكل"
- })
- );
|