diff options
Diffstat (limited to 'js/dojo/dojox/grid/enhanced/nls/zh-tw/EnhancedGrid.js')
| -rw-r--r-- | js/dojo/dojox/grid/enhanced/nls/zh-tw/EnhancedGrid.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/js/dojo/dojox/grid/enhanced/nls/zh-tw/EnhancedGrid.js b/js/dojo/dojox/grid/enhanced/nls/zh-tw/EnhancedGrid.js new file mode 100644 index 0000000..d25ffdb --- /dev/null +++ b/js/dojo/dojox/grid/enhanced/nls/zh-tw/EnhancedGrid.js @@ -0,0 +1,17 @@ +//>>built +define( +"dojox/grid/enhanced/nls/zh-tw/EnhancedGrid", //begin v1.x content +({ + singleSort: "單一排序", + nestedSort: "巢狀排序", + ascending: "遞增", + descending: "降冪", + sortingState: "${0} - ${1}", + unsorted: "請勿對此欄執行排序", + indirectSelectionRadio: "第 ${0} 行,單一選項,圓鈕框", + indirectSelectionCheckBox: "第 ${0} 行,多重選項,勾選框", + selectAll: "全選" +}) +//end v1.x content +); + |
