All Downloads are FREE. Search and download functionalities are using the official Maven repository.

assets.lib.bootstrap-select.js.i18n.defaults-cs_CZ.js Maven / Gradle / Ivy

The newest version!
/*
 * 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);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy