Przeglądaj źródła

Update fileinput_locale_hu.js

Hi Kartik,

Plural for files is really "fájlok" in Hungarian, but the plural form does not make sense in the sentence it is currently used.
"2 files selected" in Hungarian is: "2 fájl kiválasztva".

Please update it.

Thanks!

Sly
ps202 10 lat temu
rodzic
commit
92d03f8f3e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      js/fileinput_locale_hu.js

+ 2 - 2
js/fileinput_locale_hu.js

@@ -13,7 +13,7 @@
 
     $.fn.fileinputLocales['hu'] = {
         fileSingle: 'fájl',
-        filePlural: 'fájlok',
+        filePlural: 'fájl',
         browseLabel: 'Böngész …',
         removeLabel: 'Eltávolít',
         removeTitle: 'Kijelölt fájlok törlése',
@@ -38,4 +38,4 @@
         msgFoldersNotAllowed: 'Csak fájlokat húzzon ide! Kihagyva {n} könyvtár.',
         dropZoneTitle: 'Fájlok húzása ide …'
     };
-})(window.jQuery);
+})(window.jQuery);