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) • 462 B
JavaScript
define(
({
singleSort: "Egyszerű rendezés",
nestedSort: "Beágyazott rendezés",
ascending: "Kattintson ide a növekvő rendezéshez",
descending: "Kattintson ide a csökkenő rendezéshez",
sortingState: "${0} - ${1}",
unsorted: "Ne rendezze ezt az oszlopot",
indirectSelectionRadio: "${0} sor, egyetlen kijelölés, választógomb",
indirectSelectionCheckBox: "${0} sor, több kijelölés, jelölőnégyzet",
selectAll: "Összes kijelölése"
})
);