Skip to content

Commit

Permalink
Create defaults-de_DE.js
Browse files Browse the repository at this point in the history
added default translations for de_DE (German)
  • Loading branch information
Kai Neuwerth committed Jun 20, 2014
1 parent 3b85d48 commit 381d23f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions i18n/defaults-de_DE.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*
* Translated default messages for bootstrap-select.
* Locale: DE (German, deutsch)
* Region: DE (Germany, Deutschland)
*/
(function($) {
$.fn.selectpicker.defaults = {
style: 'btn-default',
size: 'auto',
title: null,
selectedTextFormat : 'ausgewählt',
noneSelectedText : 'Bitte wählen...',
noneResultsText : 'Keine Ergebnisse für',
countSelectedText : '{0} von {1} ausgewählt',
maxOptionsText: ['Limit erreicht ({n} {var} max.)', 'Gruppen-Limit erreicht ({n} {var} max.)', ['Eintrag','Einträge']],
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 381d23f

Please sign in to comment.