defaults-de_DE.js 579 B

123456789101112131415
  1. /*!
  2. * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
  3. *
  4. * Copyright 2013-2014 bootstrap-select
  5. * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
  6. */
  7. (function ($) {
  8. $.fn.selectpicker.defaults = {
  9. noneSelectedText: 'Bitte wählen...',
  10. noneResultsText: 'Keine Ergebnisse für',
  11. countSelectedText: '{0} von {1} ausgewählt',
  12. maxOptionsText: ['Limit erreicht ({n} {var} max.)', 'Gruppen-Limit erreicht ({n} {var} max.)', ['Eintrag', 'Einträge']],
  13. multipleSeparator: ', '
  14. };
  15. }(jQuery));