diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/grid/enhanced/nls/pl/EnhancedGrid.js')
| -rw-r--r-- | js/dojo-1.7.2/dojox/grid/enhanced/nls/pl/EnhancedGrid.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/grid/enhanced/nls/pl/EnhancedGrid.js b/js/dojo-1.7.2/dojox/grid/enhanced/nls/pl/EnhancedGrid.js new file mode 100644 index 0000000..0fe4701 --- /dev/null +++ b/js/dojo-1.7.2/dojox/grid/enhanced/nls/pl/EnhancedGrid.js @@ -0,0 +1,17 @@ +//>>built +define( +"dojox/grid/enhanced/nls/pl/EnhancedGrid", //begin v1.x content +({ + singleSort: "Pojedyncze sortowanie", + nestedSort: "Zagnieżdżone sortowanie", + ascending: "Rosnąco", + descending: "Malejąco", + sortingState: "${0} - ${1}", + unsorted: "Nie sortuj tej kolumny", + indirectSelectionRadio: "Wiersz ${0}, pojedynczy wybór, zestaw przełączników", + indirectSelectionCheckBox: "Wiersz ${0}, wybór wielokrotny, pole wyboru", + selectAll: "Wybierz wszystko" +}) +//end v1.x content +); + |
