diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/grid/enhanced/nls/ru/EnhancedGrid.js')
| -rw-r--r-- | js/dojo-1.7.2/dojox/grid/enhanced/nls/ru/EnhancedGrid.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/grid/enhanced/nls/ru/EnhancedGrid.js b/js/dojo-1.7.2/dojox/grid/enhanced/nls/ru/EnhancedGrid.js new file mode 100644 index 0000000..cdb44ac --- /dev/null +++ b/js/dojo-1.7.2/dojox/grid/enhanced/nls/ru/EnhancedGrid.js @@ -0,0 +1,17 @@ +//>>built +define( +"dojox/grid/enhanced/nls/ru/EnhancedGrid", //begin v1.x content +({ + singleSort: "Простая сортировка", + nestedSort: "Вложенная сортировка", + ascending: "По возрастанию", + descending: "По убыванию", + sortingState: "${0} - ${1}", + unsorted: "Не сортировать этот столбец", + indirectSelectionRadio: "Строка ${0}, один выбор, радиокнопка", + indirectSelectionCheckBox: "Строка ${0}, несколько выборов, переключатель", + selectAll: "Выбрать все" +}) +//end v1.x content +); + |
