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) • 597 B
JavaScript
define(
({
singleSort: "Однократная сортировка",
nestedSort: "Вложенная сортировка",
ascending: "Сортировка по возрастанию",
descending: "Сортировка по убыванию",
sortingState: "${0} - ${1}",
unsorted: "Не сортировать этот столбец",
indirectSelectionRadio: "Строка ${0}, единственный выбор, радиокнопка",
indirectSelectionCheckBox: "Строка ${0}, множественный выбор, флажок",
selectAll: "Выбрать все"
})
);