summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/localization/jquery.jtable.ar.js30
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/localization/jquery.jtable.ar.js b/lib/localization/jquery.jtable.ar.js
new file mode 100644
index 0000000..4e53256
--- /dev/null
+++ b/lib/localization/jquery.jtable.ar.js
@@ -0,0 +1,30 @@
+/*
+ jTable localization file for 'French' language.
+ Author: Guillaume Vernet
+*/
+(function ($) {
+
+ $.extend(true, $.hik.jtable.prototype.options.messages, {
+ serverCommunicationError: 'خطأ الإتصال بالخادم',
+ loadingMessage: 'تحميل البيانات ...',
+ noDataAvailable: 'لا توجد بيانات !',
+ addNewRecord: 'إضافة',
+ editRecord: 'تعديل',
+ areYouSure: 'هل انت متاكد؟',
+ deleteConfirmation: 'هل تريد حذف السجل فعلا؟',
+ save: 'حفظ',
+ saving: 'جاري الحفظ ...',
+ cancel: 'إلغاء',
+ deleteText: 'حذف',
+ deleting: 'جاري الحذف ...',
+ error: 'خطأ',
+ close: 'إغلاق',
+ cannotLoadOptionsFor: ' {0} تعذر تحميل البيانات من الحقل ',
+ pagingInfo: 'عرض {0} إلى {1} من {2}',
+ canNotDeletedRecords: 'لا يمكن حذف {0} من {1} سجل(سجلات) !',
+ deleteProggress: 'جاري حذف {0} من {1} سجل (سجلات) ...',
+ pageSizeChangeLabel: 'رقم السجل',
+ gotoPageLabel: 'اذهب إلى الصفحة'
+ });
+
+})(jQuery);