forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							30 lines
						
					
					
						
							886 B
						
					
					
				
			
		
		
	
	
							30 lines
						
					
					
						
							886 B
						
					
					
				/*
 | 
						|
 * Translated default messages for bootstrap-select.
 | 
						|
 * Locale: ES (Spanish)
 | 
						|
 * Region: CL (Chile)
 | 
						|
 */
 | 
						|
(function($) {
 | 
						|
	$.fn.selectpicker.defaults = {
 | 
						|
        style: 'btn-default',
 | 
						|
        size: 'auto',
 | 
						|
        title: null,
 | 
						|
        selectedTextFormat : 'values',
 | 
						|
        noneSelectedText : 'No hay selección',
 | 
						|
		noneResultsText : 'No hay resultados',
 | 
						|
		countSelectedText : 'Seleccionados {0} de {1}',
 | 
						|
        maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos','element']],
 | 
						|
        width: false,
 | 
						|
        container: false,
 | 
						|
        hideDisabled: false,
 | 
						|
        showSubtext: false,
 | 
						|
        showIcon: true,
 | 
						|
        showContent: true,
 | 
						|
        dropupAuto: true,
 | 
						|
        header: false,
 | 
						|
        liveSearch: false,
 | 
						|
        multipleSeparator: ', ',
 | 
						|
        iconBase: 'glyphicon',
 | 
						|
        tickIcon: 'glyphicon-ok'
 | 
						|
    };
 | 
						|
}(jQuery));
 |