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) • 466 B
JavaScript
define({
//begin v1.x content
singleSort: "Pojedinačan sort",
nestedSort: "Ugniježđeni sort",
ascending: "Kliknite za uzlazno sortiranje",
descending: "Kliknite za silazno sortiranje",
sortingState: "${0} - ${1}",
unsorted: "Ne sortiraj ovau kolonu",
indirectSelectionRadio: "Red ${0}, pojedinačan izbor, radio kućica",
indirectSelectionCheckBox: "Red ${0}, višestruki izbor, kontrolna kućica",
selectAll: "Izaberi sve"
//end v1.x content
});