MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/hrms_allyindian_com/application/views/partial/bootstrap_tables_locale.php
(function ($) {
    'use strict';

    $.fn.bootstrapTable.locales['<?php echo $this->config->item('language'); ?>'] = {
		formatLoadingMessage: function () {
			return "<?php echo $this->lang->line('tables_loading');?>";
		},
		formatRecordsPerPage: function (pageNumber) {
			return "<?php echo $this->lang->line('tables_rows_per_page'); ?>".replace('{0}', pageNumber);
		},
		formatShowingRows: function (pageFrom, pageTo, totalRows) {
			return "<?php echo $this->lang->line('tables_page_from_to'); ?>".replace('{0}', pageFrom).replace('{1}', pageTo).replace('{2}', totalRows);
		},
		formatSearch: function () {
			return "<?php echo $this->lang->line('common_search'); ?>";
		},
		formatNoMatches: function () {
			return "<?php echo $this->lang->line('tables_no_data'); ?>";
		},
		formatPaginationSwitch: function () {
			return "<?php echo $this->lang->line('tables_hide_show_pagination'); ?>";
		},
		formatRefresh: function () {
			return "<?php echo $this->lang->line('tables_refresh'); ?>";
		},
		formatToggle: function () {
			return "<?php echo $this->lang->line('tables_toggle'); ?>";
		},
		formatColumns: function () {
			return "<?php echo $this->lang->line('tables_columns'); ?>";
		},
		formatAllRows: function () {
			return "<?php echo $this->lang->line('tables_all'); ?>";
		},
		formatConfirmDelete : function() {
			return "<?php echo $this->lang->line('tables_delete'); ?>";
		}
    };

    $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales["<?php echo $this->config->item('language');?>"]);

})(jQuery);