mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-01-08 19:35:40 +00:00
16 lines
579 B
JavaScript
16 lines
579 B
JavaScript
/*!
|
|
* Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
|
|
*
|
|
* Copyright 2013-2014 bootstrap-select
|
|
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
*/
|
|
(function ($) {
|
|
$.fn.selectpicker.defaults = {
|
|
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']],
|
|
multipleSeparator: ', '
|
|
};
|
|
}(jQuery));
|