Explorar o código

fix typos in the French translation

Guillaume Smet %!s(int64=12) %!d(string=hai) anos
pai
achega
a867257584
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      select2_locale_fr.js

+ 3 - 3
select2_locale_fr.js

@@ -6,10 +6,10 @@
 
     $.extend($.fn.select2.defaults, {
         formatNoMatches: function () { return "Aucun résultat trouvé"; },
-        formatInputTooShort: function (input, min) { var n = min - input.length; return "Merci de saisir " + n + " caratère" + (n == 1? "" : "s") + " de plus"; },
-        formatInputTooLong: function (input, max) { var n = input.length - max; return "Merci de saisir " + n + " caratère" + (n == 1? "" : "s") + " de moins"; },
+        formatInputTooShort: function (input, min) { var n = min - input.length; return "Merci de saisir " + n + " caractère" + (n == 1? "" : "s") + " de plus"; },
+        formatInputTooLong: function (input, max) { var n = input.length - max; return "Merci de saisir " + n + " caractère" + (n == 1? "" : "s") + " de moins"; },
         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..."; }
     });
-})(jQuery);
+})(jQuery);