diff options
author | Nelson Reis <nelsonfsr@gmail.com> | 2013-04-11 18:19:05 +0200 |
---|---|---|
committer | Nelson Reis <nelsonfsr@gmail.com> | 2013-04-11 18:19:05 +0200 |
commit | d8eb86d384fe90ad9186bc4bc45f36edaf2bfb48 (patch) | |
tree | 4a15a4e2a7c0ecefb1d910125d02a73920976362 | |
parent | 7bca4f19a43d591e675a70690fa18937c329a1ce (diff) | |
download | jtable-d8eb86d384fe90ad9186bc4bc45f36edaf2bfb48.zip jtable-d8eb86d384fe90ad9186bc4bc45f36edaf2bfb48.tar.gz jtable-d8eb86d384fe90ad9186bc4bc45f36edaf2bfb48.tar.bz2 |
Update jquery.jtable.pt-PT.js
-rw-r--r-- | lib/localization/jquery.jtable.pt-PT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/localization/jquery.jtable.pt-PT.js b/lib/localization/jquery.jtable.pt-PT.js index c04dda8..aa8ead5 100644 --- a/lib/localization/jquery.jtable.pt-PT.js +++ b/lib/localization/jquery.jtable.pt-PT.js @@ -22,8 +22,8 @@ pagingInfo: 'Registos {0} a {1} de {2}', canNotDeletedRecords: 'Não foi possível eliminar o(s) registo(s) {0} de {1}!', deleteProggress: 'A eliminar {0} de {1} registos ...', - pageSizeChangeLabel: 'Row count', //New. Must be localized. - gotoPageLabel: 'Go to page' //New. Must be localized. + pageSizeChangeLabel: 'Linhas', + gotoPageLabel: 'Ir para a página' }); })(jQuery); |