|
|
@@ -20,9 +20,21 @@
|
|
|
},
|
|
|
formatNoMatches: function () {
|
|
|
return 'Nenalezena žádná vyhovující položka';
|
|
|
+ },
|
|
|
+ formatPaginationSwitch: function () {
|
|
|
+ return 'Skrýt/Zobrazit stránkování';
|
|
|
+ },
|
|
|
+ formatRefresh: function () {
|
|
|
+ return 'Aktualizovat';
|
|
|
+ },
|
|
|
+ formatToggle: function () {
|
|
|
+ return 'Přepni';
|
|
|
+ },
|
|
|
+ formatColumns: function () {
|
|
|
+ return 'Sloupce';
|
|
|
}
|
|
|
};
|
|
|
|
|
|
$.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales['cs-CZ']);
|
|
|
|
|
|
-})(jQuery);
|
|
|
+})(jQuery);
|