summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/grid/enhanced/nls/ar/Pagination.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo/dojox/grid/enhanced/nls/ar/Pagination.js')
-rw-r--r--js/dojo/dojox/grid/enhanced/nls/ar/Pagination.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/js/dojo/dojox/grid/enhanced/nls/ar/Pagination.js b/js/dojo/dojox/grid/enhanced/nls/ar/Pagination.js
new file mode 100644
index 0000000..ed7a329
--- /dev/null
+++ b/js/dojo/dojox/grid/enhanced/nls/ar/Pagination.js
@@ -0,0 +1,24 @@
+//>>built
+define(
+"dojox/grid/enhanced/nls/ar/Pagination", //begin v1.x content
+({
+ "descTemplate": "${2} - ${3} من ${1} ${0}",
+ "firstTip": "الصفحة الأولى",
+ "lastTip": "الصفحة الأخيرة",
+ "nextTip": "الصفحة التالية",
+ "prevTip": "الصفحة السابقة",
+ "itemTitle": "بنود",
+ "pageStepLabelTemplate": "الصفحة ${0}",
+ "pageSizeLabelTemplate": "${0} بند/بنود بكل صفحة",
+ "allItemsLabelTemplate": "كل البنود",
+ "gotoButtonTitle": "اذهب الى الصفحة المحددة",
+ "dialogTitle": "اذهب الى الصفحة",
+ "dialogIndication": "حدد رقم الصفحة",
+ "pageCountIndication": " (${0} صفحات)",
+ "dialogConfirm": "بدء",
+ "dialogCancel": "الغاء",
+ "all": "كل"
+})
+//end v1.x content
+);
+