EnhancedGrid.js 442 B

12345678910111213141516
  1. define(
  2. "dojox/grid/enhanced/nls/hr/EnhancedGrid", //begin v1.x content
  3. ({
  4. singleSort: "Jedan sort",
  5. nestedSort: "Ugniježđeni sort",
  6. ascending: "Uzlazno",
  7. descending: "Silazno",
  8. sortingState: "${0} - ${1}",
  9. unsorted: "Ne sortiraj ovaj stupac",
  10. indirectSelectionRadio: "Red ${0}, jedan izbor, radio kućica",
  11. indirectSelectionCheckBox: "Red ${0}, više izbora, kontrolna kućica",
  12. selectAll: "Izaberi sve"
  13. })
  14. //end v1.x content
  15. );