diff options
author | galders <email@galder.net> | 2013-02-25 16:33:38 +0100 |
---|---|---|
committer | galders <email@galder.net> | 2013-02-25 16:33:38 +0100 |
commit | cf49f4bb8e355f63036036c97141844edb9e5543 (patch) | |
tree | 196cc6f4d9fdca6218f38cda95c6c5a2de1dbd8b | |
parent | be3822f4d472c50338c28809cd876927a5273aab (diff) | |
download | jtable-cf49f4bb8e355f63036036c97141844edb9e5543.zip jtable-cf49f4bb8e355f63036036c97141844edb9e5543.tar.gz jtable-cf49f4bb8e355f63036036c97141844edb9e5543.tar.bz2 |
Update lib/localization/jquery.jtable.es.js
Just added 2 terms were missing in Spanish locale
-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); |