2012-05-01 19:52:07 +08:00

18 lines
452 B
JavaScript

//>>built
define(
"dojox/grid/enhanced/nls/hr/EnhancedGrid", //begin v1.x content
({
singleSort: "Jedan sort",
nestedSort: "Ugniježđeni sort",
ascending: "Uzlazno",
descending: "Silazno",
sortingState: "${0} - ${1}",
unsorted: "Ne sortiraj ovaj stupac",
indirectSelectionRadio: "Red ${0}, jedan izbor, radio kućica",
indirectSelectionCheckBox: "Red ${0}, više izbora, kontrolna kućica",
selectAll: "Izaberi sve"
})
//end v1.x content
);