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: 'Nessuna selezione', |
||
| 10 | noneResultsText: 'Nessun risultato', |
||
| 11 | countSelectedText: 'Selezionati {0} di {1}', |
||
| 12 | maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi', 'elemento']], |
||
| 13 | multipleSeparator: ', ' |
||
| 14 | }; |
||
| 15 | }(jQuery)); |