UNPKG

bootstrap-select

Version:

Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.

17 lines (16 loc) 567 B
/* * Translated default messages for bootstrap-select. * Locale: ES (Spanish) * Region: ES (Spain) */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'No hay selección', noneResultsText: 'No hay resultados {0}', countSelectedText: 'Seleccionados {0} de {1}', maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']], multipleSeparator: ', ', selectAllText: 'Seleccionar Todos', deselectAllText: 'Desmarcar Todos' }; })(jQuery);