Browse Source

Merge pull request #1203 from chpdesign/patch-2

A little update
文翼 10 years ago
parent
commit
d94e268727
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/locale/bootstrap-table-hu-HU.js

+ 7 - 1
src/locale/bootstrap-table-hu-HU.js

@@ -21,14 +21,20 @@
         formatNoMatches: function () {
             return 'Nincs találat';
         },
+        formatPaginationSwitch: function () {
+            return 'Lapozó elrejtése/megjelenítése';
+        },
         formatRefresh: function () {
             return 'Frissítés';
         },
         formatToggle: function () {
-            return 'Váltás';
+            return 'Összecsuk/Kinyit';
         },
         formatColumns: function () {
             return 'Oszlopok';
+        },
+        formatAllRows: function () {
+            return 'Összes';
         }
     };