summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/EnhancedGrid.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/EnhancedGrid.js')
-rw-r--r--js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/EnhancedGrid.js17
1 files changed, 17 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/EnhancedGrid.js b/js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/EnhancedGrid.js
new file mode 100644
index 0000000..f55709f
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/EnhancedGrid.js
@@ -0,0 +1,17 @@
+//>>built
+define(
+"dojox/grid/enhanced/nls/ar/EnhancedGrid", //begin v1.x content
+({
+ singleSort: "فرز منفرد",
+ nestedSort: "فرز متداخل",
+ ascending: "تصاعدي",
+ descending: "تنازلي",
+ sortingState: "${0} - ${1}",
+ unsorted: "عدم فرز هذا العمود",
+ indirectSelectionRadio: "الصف ${0}، اختيار منفرد، اختيار دائري",
+ indirectSelectionCheckBox: "الصف ${0}، اختيارات متعددة، مربع اختيار",
+ selectAll: "تحديد كل"
+})
+//end v1.x content
+);
+