mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-24 00:24:07 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
29
jtable/lib/localization/jquery.jtable.pt-PT.js
Normal file
29
jtable/lib/localization/jquery.jtable.pt-PT.js
Normal file
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
jTable localization file for 'Portuguese - Portugal' language.
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Erro na ligação ao servidor.',
|
||||
loadingMessage: 'A ler dados ...',
|
||||
noDataAvailable: 'Não existem dados!',
|
||||
addNewRecord: 'Novo',
|
||||
editRecord: 'Editar',
|
||||
areYouSure: 'Tem a certeza?',
|
||||
deleteConfirmation: 'Confirma eliminação?',
|
||||
save: 'Salvar',
|
||||
saving: 'A salvar ...',
|
||||
cancel: 'Cancelar',
|
||||
deleteText: 'Eliminar',
|
||||
deleting: 'A eliminar ...',
|
||||
error: 'Erro',
|
||||
close: 'Fechar',
|
||||
cannotLoadOptionsFor: 'Não foi possivel carregar opções para o campo {0}!',
|
||||
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: 'Linhas',
|
||||
gotoPageLabel: 'Ir para a página'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue