From d13280a2f0f4c16a6ae553bb09e6b7d01ecc9175 Mon Sep 17 00:00:00 2001 From: dpeca Date: Tue, 25 Oct 2016 02:26:05 +0200 Subject: [PATCH] Update pt-BR.php language (pushed as PR from openbrasil user) Couldn't merge that PR - https://github.com/serghey-rodin/vesta/pull/864 --- web/inc/i18n/pt-BR.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web/inc/i18n/pt-BR.php b/web/inc/i18n/pt-BR.php index 86cfc124b..7556b839b 100644 --- a/web/inc/i18n/pt-BR.php +++ b/web/inc/i18n/pt-BR.php @@ -739,13 +739,13 @@ $LANG['pt-BR'] = array( 'PUB_KEY' => 'PUB_KEY', 'ISSUER' => 'ISSUER', - 'Use server hostname' => 'Use server hostname', - 'Use domain hostname' => 'Use domain hostname', - 'Use STARTTLS' => 'Use STARTTLS', - 'Use SSL' => 'Use SSL', - 'No encryption' => 'No encryption', - 'Do not use encryption' => 'Do not use encryption', + 'Use server hostname' => 'Usar hostname do servidor', + 'Use domain hostname' => 'Usar hostname do dominio', + 'Use STARTTLS' => 'Usar STARTTLS', + 'Use SSL' => 'Usar SSL', + 'No encryption' => 'Nenhuma criptografia', + 'Do not use encryption' => 'Não usar criptografia', - 'maximum characters length, including prefix' => 'maximum %s characters length, including prefix', + 'maximum characters length, including prefix' => 'comprimento máximo de % caracteres, incluindo o prefixo', );