UNPKG

bootstrap-select

Version:

The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.

17 lines (16 loc) 573 B
/* * Translated default messages for bootstrap-select. * Locale: PL (Polish) * Region: EU (Europe) */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'Nic nie zaznaczono', noneResultsText: 'Brak wyników wyszukiwania {0}', countSelectedText: 'Zaznaczono {0} z {1}', maxOptionsText: ['Osiągnięto limit ({n} {var} max)', 'Limit grupy osiągnięty ({n} {var} max)', ['elementy', 'element']], selectAllText: 'Zaznacz wszystkie', deselectAllText: 'Odznacz wszystkie', multipleSeparator: ', ' }; })(jQuery);