diff options
author | hikalkan <hikalkan@gmail.com> | 2013-09-02 04:01:08 -0700 |
---|---|---|
committer | hikalkan <hikalkan@gmail.com> | 2013-09-02 04:01:08 -0700 |
commit | c96d6353f1afa9ffd796606b492bb028b1101bbf (patch) | |
tree | d0fbefb060da842a5768821ee74af0c10a7a9823 | |
parent | e1ecb1f9d00a6ba494214bb39126bcbc2df3c6d6 (diff) | |
parent | d8eb86d384fe90ad9186bc4bc45f36edaf2bfb48 (diff) | |
download | jtable-c96d6353f1afa9ffd796606b492bb028b1101bbf.zip jtable-c96d6353f1afa9ffd796606b492bb028b1101bbf.tar.gz jtable-c96d6353f1afa9ffd796606b492bb028b1101bbf.tar.bz2 |
Merge pull request #495 from NelsonReis/patch-1
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); |