Browse Source

Merge pull request #174 from djhvscf/master

Update Italian
文翼 11 years ago
parent
commit
ed5797554d
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/locale/bootstrap-table-it-IT.js

+ 9 - 0
src/locale/bootstrap-table-it-IT.js

@@ -20,6 +20,15 @@
         },
         formatNoMatches: function () {
             return 'Nessun record trovato';
+        },
+        formatRefresh: function () {
+            return 'Rinfrescare';
+        },
+        formatToggle: function () {
+            return 'Alternare';
+        },
+        formatColumns: function () {
+            return 'Colonne';
         }
     });
 })(jQuery);