From 098a3a537e9d578a6efc2d11643dc8ba809a49ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Almeida?= Date: Mon, 24 Aug 2020 22:58:23 +0100 Subject: [PATCH] Update Portuguese.lang Correct word in European Portuguese is "registo", not "registro" (this is the Brazilian form). --- i18n/Portuguese.lang | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/i18n/Portuguese.lang b/i18n/Portuguese.lang index c243d54..f490c6c 100644 --- a/i18n/Portuguese.lang +++ b/i18n/Portuguese.lang @@ -6,14 +6,14 @@ */ { - "sEmptyTable": "Não foi encontrado nenhum registro", + "sEmptyTable": "Não foi encontrado nenhum registo", "sLoadingRecords": "A carregar...", "sProcessing": "A processar...", - "sLengthMenu": "Mostrar _MENU_ registros", + "sLengthMenu": "Mostrar _MENU_ registos", "sZeroRecords": "Não foram encontrados resultados", - "sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registros", - "sInfoEmpty": "Mostrando de 0 até 0 de 0 registros", - "sInfoFiltered": "(filtrado de _MAX_ registros no total)", + "sInfo": "Mostrando de _START_ até _END_ de _TOTAL_ registos", + "sInfoEmpty": "Mostrando de 0 até 0 de 0 registos", + "sInfoFiltered": "(filtrado de _MAX_ registos no total)", "sInfoPostFix": "", "sSearch": "Procurar:", "sUrl": "",