diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/grid/enhanced/nls/he/EnhancedGrid.js')
| -rw-r--r-- | js/dojo-1.7.2/dojox/grid/enhanced/nls/he/EnhancedGrid.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/grid/enhanced/nls/he/EnhancedGrid.js b/js/dojo-1.7.2/dojox/grid/enhanced/nls/he/EnhancedGrid.js new file mode 100644 index 0000000..b161267 --- /dev/null +++ b/js/dojo-1.7.2/dojox/grid/enhanced/nls/he/EnhancedGrid.js @@ -0,0 +1,17 @@ +//>>built +define( +"dojox/grid/enhanced/nls/he/EnhancedGrid", //begin v1.x content +({ + singleSort: "מיון יחיד", + nestedSort: "מיון מקונן", + ascending: "עולה", + descending: "יורד", + sortingState: "${0} - ${1}", + unsorted: "אין למיין עמודה זו", + indirectSelectionRadio: "שורה ${0}, בחירה יחידה, תיבת בחירה", + indirectSelectionCheckBox: "שורה ${0}, בחירה מרובה, תיבת סימון", + selectAll: "בחירת הכל" +}) +//end v1.x content +); + |
