dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
22 lines (21 loc) • 726 B
JavaScript
define(
({
"descTemplate": "${2} - ${3} من ${1} ${0}",
"firstTip": "الصفحة الأولى",
"lastTip": "الصفحة الأخيرة",
"nextTip": "الصفحة التالية",
"prevTip": "الصفحة السابقة",
"itemTitle": "البنود",
"singularItemTitle": "بند",
"pageStepLabelTemplate": "صفحة ${0}",
"pageSizeLabelTemplate": "${0} بنود لكل صفحة",
"allItemsLabelTemplate": "كل البنود",
"gotoButtonTitle": "اذهب الى صفحة خاصة",
"dialogTitle": "اذهب الى صفحة",
"dialogIndication": "تحديد رقم الصفحة",
"pageCountIndication": " (${0} صفحات)",
"dialogConfirm": "بدء",
"dialogCancel": "الغاء",
"all": "الكل"
})
);