Skip to content

Commit

Permalink
Merge pull request #627 from martinpanek87/master
Browse files Browse the repository at this point in the history
Added cs_CZ translation
  • Loading branch information
silviomoreto committed Jun 25, 2014
2 parents 26c16ca + b380dd3 commit 1e01fb7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
29 changes: 29 additions & 0 deletions 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));
6 changes: 6 additions & 0 deletions 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)

0 comments on commit 1e01fb7

Please sign in to comment.