diff options
Diffstat (limited to 'lib/localization/jquery.jtable.es.js')
-rw-r--r-- | lib/localization/jquery.jtable.es.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/localization/jquery.jtable.es.js b/lib/localization/jquery.jtable.es.js index 8df61e8..258d27c 100644 --- a/lib/localization/jquery.jtable.es.js +++ b/lib/localization/jquery.jtable.es.js @@ -23,8 +23,8 @@ pagingInfo: 'Mostrando registros {0} a {1} de {2}', canNotDeletedRecords: 'No se puede borrar registro(s) {0} de {1}!', deleteProggress: 'Eliminando {0} de {1} registros, procesando...', - pageSizeChangeLabel: 'Row count', //New. Must be localized. - gotoPageLabel: 'Go to page' //New. Must be localized. + pageSizeChangeLabel: 'Registros por página', + gotoPageLabel: 'Ir a página' }); -})(jQuery);
\ No newline at end of file +})(jQuery); |