|
|
@@ -21,6 +21,9 @@
|
|
|
formatNoMatches: function () {
|
|
|
return 'Nenájdená žiadna vyhovujúca položka';
|
|
|
},
|
|
|
+ formatPaginationSwitch: function () {
|
|
|
+ return 'Skry/Zobraz stránkovanie';
|
|
|
+ },
|
|
|
formatRefresh: function () {
|
|
|
return 'Obnoviť';
|
|
|
},
|
|
|
@@ -29,6 +32,15 @@
|
|
|
},
|
|
|
formatColumns: function () {
|
|
|
return 'Stĺpce';
|
|
|
+ },
|
|
|
+ formatAllRows: function () {
|
|
|
+ return 'Všetky';
|
|
|
+ },
|
|
|
+ formatExport: function () {
|
|
|
+ return 'Exportuj dáta';
|
|
|
+ },
|
|
|
+ formatClearFilters: function () {
|
|
|
+ return 'Odstráň filtre';
|
|
|
}
|
|
|
};
|
|
|
|