summaryrefslogtreecommitdiffstats
path: root/lib/localization/jquery.jtable.pt-BR.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/localization/jquery.jtable.pt-BR.js')
-rw-r--r--lib/localization/jquery.jtable.pt-BR.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/localization/jquery.jtable.pt-BR.js b/lib/localization/jquery.jtable.pt-BR.js
index cba9061..5283511 100644
--- a/lib/localization/jquery.jtable.pt-BR.js
+++ b/lib/localization/jquery.jtable.pt-BR.js
@@ -1,17 +1,17 @@
/*
jTable localization file for 'Portuguese - Brazilian' language.
- Author: Renato Bigliazzi
+ Authors: Renato Bigliazzi, Paulo Soriano
*/
(function ($) {
$.extend(true, $.hik.jtable.prototype.options.messages, {
serverCommunicationError: 'Erro ao tentar conexão com o servidor.',
loadingMessage: 'Carregando registros...',
- noDataAvailable: 'Não existem dados a serem exibibos no momento!',
+ noDataAvailable: 'Não existem dados a serem exibidos no momento!',
addNewRecord: '+ Adicionar novo registro',
editRecord: 'Editar registro',
areYouSure: 'Você tem certeza ?',
- deleteConfirmation: 'Este registro será excluido. Confirmar ?',
+ deleteConfirmation: 'Este registro será excluído. Confirmar ?',
save: 'Salvar',
saving: 'Salvando...',
cancel: 'Cancelar',
@@ -19,12 +19,12 @@
deleting: 'Excluindo...',
error: 'Erro',
close: 'Fechar',
- cannotLoadOptionsFor: 'Não foi possivel carregar opções para o campo {0}!',
+ cannotLoadOptionsFor: 'Não foi possível carregar opções para o campo {0}!',
pagingInfo: 'Exibindo registros {0} a {1} de {2}',
canNotDeletedRecords: 'Não foi possível excluir registro(s) {0} de {1}!',
deleteProggress: 'Excluindo {0} de {1} registros, processando...',
- pageSizeChangeLabel: 'Row count', //New. Must be localized.
- gotoPageLabel: 'Go to page' //New. Must be localized.
+ pageSizeChangeLabel: 'Linhas',
+ gotoPageLabel: 'Ir para página'
});
-})(jQuery); \ No newline at end of file
+})(jQuery);