Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1 | espaco | 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)); |