Skip to content

Commit

Permalink
Merge pull request #1340 from djoudi/master
Browse files Browse the repository at this point in the history
Add Arabic Languge
  • Loading branch information
hikalkan committed Jun 7, 2014
2 parents 40cd195 + 8a67d41 commit 410fbcd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions lib/localization/jquery.jtable.ar.js
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 410fbcd

Please sign in to comment.