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) 585 B
/* * Translated default messages for bootstrap-select. * Locale: CS * Region: CZ (Czech Republic) */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'Vyberte ze seznamu', noneResultsText: 'Pro hledání {0} nebyly nalezeny žádné výsledky', countSelectedText: 'Vybrané {0} z {1}', maxOptionsText: ['Limit překročen ({n} {var} max)', 'Limit skupiny překročen ({n} {var} max)', ['položek', 'položka']], multipleSeparator: ', ', selectAllText: 'Vybrat vše', deselectAllText: 'Zrušit výběr' }; })(jQuery);