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) • 475 B
JavaScript
define(
({
singleSort: "Enostavno razvrščanje",
nestedSort: "Ugnezdeno razvrščanje",
ascending: "Kliknite za naraščajoče razvrščanje",
descending: "Kliknite za padajoče razvrščanje",
sortingState: "${0} - ${1}",
unsorted: "Ne razvrščaj tega stolpca",
indirectSelectionRadio: "Vrstica ${0}, enojni izbor, okence z izbirnim gumbom",
indirectSelectionCheckBox: "Vrstica ${0}, večkratni izbor, okence s potrditvenimi polji",
selectAll: "Izberi vse"
})
);