mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-15 14:21:50 +03:00
Merge commit '5500cf75c0
' as 'jtable'
This commit is contained in:
commit
39aa35f2aa
155 changed files with 22323 additions and 0 deletions
30
jtable/lib/localization/jquery.jtable.bd.js
Normal file
30
jtable/lib/localization/jquery.jtable.bd.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Bengali' language.
|
||||
Author: Abu Naim Mohammad Nazmul Huda
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'সার্ভারে যোগাযোগ ত্রুটি',
|
||||
loadingMessage: 'বার্তা বোঝাই করা হচ্ছে',
|
||||
noDataAvailable: 'কোন তথ্য পাওযা যাচ্ছে না',
|
||||
addNewRecord: 'নতুন তথ্য যোগ করুন',
|
||||
editRecord: 'তথ্য সম্পাদন/সংশোধন করুন',
|
||||
areYouSure: 'আপনি কি নিশ্চিত?',
|
||||
deleteConfirmation: 'মুছে ফেলা নিশ্চিতকরণ',
|
||||
save: 'রক্ষা করা',
|
||||
saving: 'রক্ষা করা হচ্ছে',
|
||||
cancel: 'বাতিল করা',
|
||||
deleteText: 'পাঠ মুছে দিন',
|
||||
deleting: 'মুছে ফেলা হচ্ছে',
|
||||
error: 'ভুল',
|
||||
close: 'ঘনিষ্ঠ',
|
||||
cannotLoadOptionsFor: 'বিকল্প বোঝাই করা যাবে না',
|
||||
pagingInfo: 'পত্রাঙ্ক তথ্য',
|
||||
canNotDeletedRecords: 'তথ্য মুছে ফেলা যাবে না',
|
||||
deleteProggress: 'অগ্রগতি মুছে ফেলা',
|
||||
pageSizeChangeLabel: 'পাতার আয়তন পরিবর্তন মোড়ক',
|
||||
gotoPageLabel: 'পাতা মোড়কে যান'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue