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) • 493 B
JavaScript
define(
({
singleSort: "מיון יחיד",
nestedSort: "מיון מקונן",
ascending: "לחצו כדי למיין בסדר עולה",
descending: "לחצו כדי למיין בסדר יורד",
sortingState: "${0} - ${1}",
unsorted: "אין למיין עמודה זו",
indirectSelectionRadio: "שורה ${0}, בחירה יחידה, תיבת בחירה",
indirectSelectionCheckBox: "שורה ${0}, בחירה מרובה, תיבת סימון",
selectAll: "בחירת הכל"
})
);