No Description

defaults-cs_CZ.js 539B

12345678910111213141516
  1. /*
  2. * Translated default messages for bootstrap-select.
  3. * Locale: CS
  4. * Region: CZ (Czech Republic)
  5. */
  6. (function ($) {
  7. $.fn.selectpicker.defaults = {
  8. noneSelectedText: 'Nic není vybráno',
  9. noneResultsText: 'Žádné výsledky {0}',
  10. countSelectedText: 'Označeno {0} z {1}',
  11. maxOptionsText: ['Limit překročen ({n} {var} max)', 'Limit skupiny překročen ({n} {var} max)', ['položek', 'položka']],
  12. multipleSeparator: ', ',
  13. selectAllText: 'Vybrat Vše',
  14. deselectAllText: 'Odznačit Vše'
  15. };
  16. })(jQuery);