Explorar o código

Improve French Translation (#5521)

better translation of the english word "items" to "éléments"
bufferUnderrun %!s(int64=6) %!d(string=hai) anos
pai
achega
36b226d509
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/js/select2/i18n/fr.js

+ 1 - 1
src/js/select2/i18n/fr.js

@@ -30,7 +30,7 @@ define(function () {
       return 'Recherche en cours…';
     },
     removeAllItems: function () {
-      return 'Supprimer tous les articles';
+      return 'Supprimer tous les éléments';
     }
   };
 });