UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

15 lines (14 loc) 466 B
/* * Translated default messages for bootstrap-select. * Locale: CS * Region: CZ (Czech Republic) */ (function ($) { $.fn.selectpicker.defaults = { noneSelectedText: 'Nic není vybráno', noneResultsText: 'Žádné výsledky {0}', countSelectedText: 'Označeno {0} z {1}', maxOptionsText: ['Limit překročen ({n} {var} max)', 'Limit skupiny překročen ({n} {var} max)', ['položek', 'položka']], multipleSeparator: ', ' }; })(jQuery);