Sha256: b2974f292cb52f27572d54513a84b0803af4b46986531ac0f3cc4cdd5d6b1bd0
Contents?: true
Size: 1004 Bytes
Versions: 1
Compression:
Stored size: 1004 Bytes
Contents
/* * Translated default messages for bootstrap-select. * Locale: IT (Italian; italiano) * Region: IT (Italy; Italia) * Author: Michele Beltrame <mb@cattlegrid.info> */ (function($) { $.fn.selectpicker.defaults = { style: 'btn-default', size: 'auto', title: null, selectedTextFormat : 'values', noneSelectedText : 'Nessuna selezione', noneResultsText : 'Nessun risultato', countSelectedText : 'Selezionati {0} di {1}', maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi','elemento']], width: false, container: false, hideDisabled: false, showSubtext: false, showIcon: true, showContent: true, dropupAuto: true, header: false, liveSearch: false, actionsBox: false, multipleSeparator: ', ', iconBase: 'glyphicon', tickIcon: 'glyphicon-ok', maxOptions: false }; }(jQuery));
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
patternfly-sass-1.2.0 | tests/components/bootstrap-select/i18n/defaults-it_IT.js |