diff options
Diffstat (limited to 'js/dojo/dojox/grid/enhanced/nls/hr/EnhancedGrid.js')
| -rw-r--r-- | js/dojo/dojox/grid/enhanced/nls/hr/EnhancedGrid.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/js/dojo/dojox/grid/enhanced/nls/hr/EnhancedGrid.js b/js/dojo/dojox/grid/enhanced/nls/hr/EnhancedGrid.js new file mode 100644 index 0000000..b97c618 --- /dev/null +++ b/js/dojo/dojox/grid/enhanced/nls/hr/EnhancedGrid.js @@ -0,0 +1,17 @@ +//>>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 +); + |
