mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-23 00:15:22 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
30
jtable/lib/localization/jquery.jtable.ar.js
Normal file
30
jtable/lib/localization/jquery.jtable.ar.js
Normal file
|
@ -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);
|
Loading…
Add table
Add a link
Reference in a new issue