You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/BookingWeb/Content/hplus/js/plugins/bootstrap-table/locale/bootstrap-table-en-US.min.js

11 lines
1.7 KiB
JavaScript

/**
* bootstrap-table - An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).
*
* @version v1.14.2
* @homepage https://bootstrap-table.com
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
* @license MIT
*/
(function (a, b) { if ('function' == typeof define && define.amd) define([], b); else if ('undefined' != typeof exports) b(); else { b(), a.bootstrapTableEnUS = { exports: {} }.exports } })(this, function () { 'use strict'; (function (a) { a.fn.bootstrapTable.locales['en-US'] = { formatLoadingMessage: function () { return 'Loading, please wait' }, formatRecordsPerPage: function (a) { return a + ' rows per page' }, formatShowingRows: function (a, b, c) { return 'Showing ' + a + ' to ' + b + ' of ' + c + ' rows' }, formatDetailPagination: function (a) { return 'Showing ' + a + ' rows' }, formatSearch: function () { return 'Search' }, formatNoMatches: function () { return 'No matching records found' }, formatPaginationSwitch: function () { return 'Hide/Show pagination' }, formatRefresh: function () { return 'Refresh' }, formatToggle: function () { return 'Toggle' }, formatColumns: function () { return 'Columns' }, formatFullscreen: function () { return 'Fullscreen' }, formatAllRows: function () { return 'All' }, formatAutoRefresh: function () { return 'Auto Refresh' }, formatExport: function () { return 'Export data' }, formatClearFilters: function () { return 'Clear filters' }, formatJumpto: function () { return 'GO' }, formatAdvancedSearch: function () { return 'Advanced search' }, formatAdvancedCloseButton: function () { return 'Close' } }, a.extend(a.fn.bootstrapTable.defaults, a.fn.bootstrapTable.locales['en-US']) })(jQuery) });