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.
15 lines (13 loc) • 511 B
JavaScript
define({
//begin v1.x content
singleSort: "Jednokratno sortiranje",
nestedSort: "Ugnežđeno sortiranje",
ascending: "Kliknite da biste sortirali po rastućem redosledu",
descending: "Kliknite da biste sortirali po opadajućem redosledu",
sortingState: "${0} - ${1}",
unsorted: "Ne sortiraj ovu kolonu",
indirectSelectionRadio: "Red ${0}, jedinstven izbor, radio okvir",
indirectSelectionCheckBox: "Red ${0}, višestruki izbor, polje za potvrdu",
selectAll: "Izaberi sve"
//end v1.x content
});