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.
14 lines (13 loc) • 499 B
JavaScript
define(
({
singleSort: "فرز منفرد",
nestedSort: "فرز متداخل",
ascending: "اضغط للفرز تصاعديا",
descending: "اضغط للفرز تنازليا ",
sortingState: "${0} - ${1}",
unsorted: "لا تقم بفرز هذا العمود",
indirectSelectionRadio: "الصف ${0}، اختيار منفرد، اختيار دائري",
indirectSelectionCheckBox: "الصف ${0}، اختيارات متعددة، مربع اختيار",
selectAll: "تحديد كل"
})
);