Browse Source

Update Italian

Dennis Hernández 11 years ago
parent
commit
435ec05f8c
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);