| 1234567891011121314 | 
							- /*
 
-  * Translated default messages for bootstrap-select.
 
-  * Locale: ES (Spanish)
 
-  * Region: CL (Chile)
 
-  */
 
- (function ($) {
 
-   $.fn.selectpicker.defaults = {
 
-     noneSelectedText: 'No hay selección',
 
-     noneResultsText: 'No hay resultados {0}',
 
-     countSelectedText: 'Seleccionados {0} de {1}',
 
-     maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']],
 
-     multipleSeparator: ', '
 
-   };
 
- })(jQuery);
 
 
  |