prvi
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* 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);
|
||||
Reference in New Issue
Block a user