diff --git a/i18n/defaults-cs-CZ.js b/i18n/defaults-cs-CZ.js new file mode 100644 index 000000000..455976178 --- /dev/null +++ b/i18n/defaults-cs-CZ.js @@ -0,0 +1,29 @@ +/* + * Translated default messages for bootstrap-select. + * Locale: CZ (Czech Republic) + * Region: EU + */ +(function($) { + $.fn.selectpicker.defaults = { + style: 'btn-default', + size: 'auto', + title: null, + selectedTextFormat : 'values', + noneSelectedText : 'Nic není výbráno', + noneResultsText : 'Žádné výsledky', + 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']], + width: false, + container: false, + hideDisabled: false, + showSubtext: false, + showIcon: true, + showContent: true, + dropupAuto: true, + header: false, + liveSearch: false, + multipleSeparator: ', ', + iconBase: 'glyphicon', + tickIcon: 'glyphicon-ok' + }; +}(jQuery)); diff --git a/i18n/defaults-cz-CZ.min.js b/i18n/defaults-cz-CZ.min.js new file mode 100644 index 000000000..e6e0887c4 --- /dev/null +++ b/i18n/defaults-cz-CZ.min.js @@ -0,0 +1,6 @@ +/* + * Translated default messages for bootstrap-select. + * Locale: CZ (Czech Republic) + * Region: EU + */ +(function(e){e.fn.selectpicker.defaults={style:"btn-default",size:"auto",title:null,selectedTextFormat:"values",noneSelectedText:"Nic není výbráno",noneResultsText:"Žádné výsledky",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"]],width:false,container:false,hideDisabled:false,showSubtext:false,showIcon:true,showContent:true,dropupAuto:true,header:false,liveSearch:false,multipleSeparator:", ",iconBase:"glyphicon",tickIcon:"glyphicon-ok"}})(jQuery) \ No newline at end of file