diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/grid/enhanced/nls/ar')
| -rw-r--r-- | js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/EnhancedGrid.js | 17 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/Filter.js | 90 | ||||
| -rw-r--r-- | js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/Pagination.js | 24 |
3 files changed, 131 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 +); + diff --git a/js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/Filter.js b/js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/Filter.js new file mode 100644 index 0000000..fa26b93 --- /dev/null +++ b/js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/Filter.js @@ -0,0 +1,90 @@ +//>>built +define( +"dojox/grid/enhanced/nls/ar/Filter", //begin v1.x content +({ + "clearFilterDialogTitle": "محو ترشيح البيانات", + "filterDefDialogTitle": "ترشيح البيانات", + "ruleTitleTemplate": "القاعدة ${0}", + + "conditionEqual": "يساوي", + "conditionNotEqual": "لا يساوي", + "conditionLess": "أصغر من", + "conditionLessEqual": "أصغر من أو يساوي", + "conditionLarger": "أكبر من", + "conditionLargerEqual": "أكبر من أو يساوي", + "conditionContains": "يتضمن", + "conditionIs": "هو", + "conditionStartsWith": "يبدأ بالحروف", + "conditionEndWith": "ينتهي بالحروف", + "conditionNotContain": "لا يتضمن", + "conditionIsNot": "ليس", + "conditionNotStartWith": "لا يبدأ بالحروف", + "conditionNotEndWith": "لا ينتهي بالحروف", + "conditionBefore": "قبل", + "conditionAfter": "بعد", + "conditionRange": "المدى", + "conditionIsEmpty": "خالي", + + "all": "كل", + "any": "أي", + "relationAll": "كل القواعد", + "waiRelAll": "مطابقة كل القواعد التالية:", + "relationAny": "أية قواعد", + "waiRelAny": "مطابقة أي من القواعد التالية:", + "relationMsgFront": "مطابقة", + "relationMsgTail": "", + "and": "and", + "or": "or", + + "addRuleButton": "اضافة قاعدة", + "waiAddRuleButton": "اضافة قاعدة جديدة", + "removeRuleButton": "ازالة قاعدة", + "waiRemoveRuleButtonTemplate": "ازالة القاعدة ${0}", + + "cancelButton": "الغاء", + "waiCancelButton": "الغاء مربع الحوار هذا", + "clearButton": "محو", + "waiClearButton": "محو ترشيح البيانات", + "filterButton": "ترشيح البيانات", + "waiFilterButton": "احالة ترشيح البيانات", + + "columnSelectLabel": "العمود", + "waiColumnSelectTemplate": "العمود للقاعدة ${0}", + "conditionSelectLabel": "الشرط", + "waiConditionSelectTemplate": "الشرط للقاعدة ${0}", + "valueBoxLabel": "القيمة", + "waiValueBoxTemplate": "أدخل قيمة لترشيح البيانات للقاعدة ${0}", + + "rangeTo": "الى", + "rangeTemplate": "من ${0} الى ${1}", + + "statusTipHeaderColumn": "العمود", + "statusTipHeaderCondition": "القواعد", + "statusTipTitle": "خط ترشيح البيانات", + "statusTipMsg": "اضغط على خط ترشيح البيانات هنا لترشيح البيانات بناءا على القيم التي توجد في ${0}.", + "anycolumn": "أي عمود", + "statusTipTitleNoFilter": "خط ترشيح البيانات", + "statusTipTitleHasFilter": "ترشيح البيانات", + + "defaultItemsName": "بنود", + "filterBarMsgHasFilterTemplate": "يتم عرض ${0} من ${1} ${2}.", + "filterBarMsgNoFilterTemplate": "لم يتم تطبيق أي ترشيح للبيانات.", + + "filterBarDefButton": "تعريف ترشيح البيانات", + "waiFilterBarDefButton": "ترشيح بيانات الجدول", + "a11yFilterBarDefButton": "ترشيح البيانات...", + "filterBarClearButton": "محو ترشيح البيانات", + "waiFilterBarClearButton": "محو ترشيح البيانات", + "closeFilterBarBtn": "اغلاق خط ترشيح البيانات", + + "clearFilterMsg": "سيؤدي هذا الى ازالة ترشيح البيانات وعرض كل السجلات المتاحة.", + "anyColumnOption": "أي عمود", + + "trueLabel": "متحقق", + "falseLabel": "غير متحقق" +}) +//end v1.x content +); + + + diff --git a/js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/Pagination.js b/js/dojo-1.7.2/dojox/grid/enhanced/nls/ar/Pagination.js new file mode 100644 index 0000000..ed7a329 --- /dev/null +++ b/js/dojo-1.7.2/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 +); + |
