new static files.
Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								83e792bcaa
							
						
					
				
			
			
				commit
				
					
						fe4f6c97d5
					
				
			
		
					 778 changed files with 71557 additions and 0 deletions
				
			
		
							
								
								
									
										18
									
								
								static/cms/js/select2/select2_locale_fr.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								static/cms/js/select2/select2_locale_fr.js
									
										
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,18 @@
 | 
			
		|||
/**
 | 
			
		||||
 * Select2 French translation
 | 
			
		||||
 */
 | 
			
		||||
(function ($) {
 | 
			
		||||
    "use strict";
 | 
			
		||||
 | 
			
		||||
    $.fn.select2.locales['fr'] = {
 | 
			
		||||
        formatMatches: function (matches) { return matches + " résultats sont disponibles, utilisez les flèches haut et bas pour naviguer."; },
 | 
			
		||||
        formatNoMatches: function () { return "Aucun résultat trouvé"; },
 | 
			
		||||
        formatInputTooShort: function (input, min) { var n = min - input.length; return "Saisissez " + n + " caractère" + (n == 1? "" : "s") + " supplémentaire" + (n == 1? "" : "s") ; },
 | 
			
		||||
        formatInputTooLong: function (input, max) { var n = input.length - max; return "Supprimez " + n + " caractère" + (n == 1? "" : "s"); },
 | 
			
		||||
        formatSelectionTooBig: function (limit) { return "Vous pouvez seulement sélectionner " + limit + " élément" + (limit == 1 ? "" : "s"); },
 | 
			
		||||
        formatLoadMore: function (pageNumber) { return "Chargement de résultats supplémentaires…"; },
 | 
			
		||||
        formatSearching: function () { return "Recherche en cours…"; }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    $.extend($.fn.select2.defaults, $.fn.select2.locales['fr']);
 | 
			
		||||
})(jQuery);
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue