diff options
author | Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> | 2024-11-06 18:01:55 +0100 |
---|---|---|
committer | DokuWiki Translation Interface <translate@dokuwiki.org> | 2024-11-06 18:01:55 +0100 |
commit | 5df0a18e9d68b13e238a16ca3b60cd3e725526b2 (patch) | |
tree | 1b92db48123350b4eeca5dce4d799f114983fe94 /lib/plugins/extension/lang | |
parent | c58eff38f31184c39925e91f90a380e386112480 (diff) | |
download | dokuwiki-5df0a18e9d68b13e238a16ca3b60cd3e725526b2.tar.gz dokuwiki-5df0a18e9d68b13e238a16ca3b60cd3e725526b2.zip |
translation update
Diffstat (limited to 'lib/plugins/extension/lang')
-rw-r--r-- | lib/plugins/extension/lang/pt-br/lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/plugins/extension/lang/pt-br/lang.php b/lib/plugins/extension/lang/pt-br/lang.php index 79cb3b072..8070756a3 100644 --- a/lib/plugins/extension/lang/pt-br/lang.php +++ b/lib/plugins/extension/lang/pt-br/lang.php @@ -3,6 +3,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * + * @author Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> * @author Aleksandr Selivanov <alexgearbox@yandex.ru> * @author Davi Jorge <davimoises2015@hotmail.com> * @author Felipe Castro <fefcas@gmail.com> @@ -80,6 +81,7 @@ $lang['msg_nooverwrite'] = 'A extensão %s já existe e, portanto, não es $lang['missing_dependency'] = '<strong>Dependência faltante ou desabilitada:</strong> %s'; $lang['security_issue'] = '<strong>Problema com segurança:</strong> %s'; $lang['security_warning'] = '<strong>Aviso sobre segurança:</strong> %s'; +$lang['update_message'] = '<strong>Mensagem de atualização:</strong> %s'; $lang['update_available'] = '<strong>Atualização:</strong> Nova versão %s está disponível.'; $lang['wrong_folder'] = '<strong>Extensão instalada incorretamente:</strong> Renomeie o diretório de extensões "%s" para "%s".'; $lang['url_change'] = '<strong>URL mudou:</strong> A URL para baixar mudou desde a última baixada. Verifique se a nova URL é válida antes de atualizar a extensão.<br />Novo: %s<br />Velho: %s'; @@ -96,5 +98,6 @@ $lang['git'] = 'A extensão foi instalada via git, você talve $lang['auth'] = 'O plugin auth não está ativado na configuração, considere desativá-lo.'; $lang['install_url'] = 'Instale a partir do URL:'; $lang['install_upload'] = 'Publicar Extensão:'; +$lang['repo_badresponse'] = 'O repositório de plugin retornou uma resposta inválida.'; $lang['repo_error'] = 'O repositório de plugin não pode ser contactado. Certifique-se de que o servidor pode acessar www.dokuwiki.org e confira suas configurações de proxy.'; $lang['nossl'] = 'Sua instalação PHP parece que não suporta SSL. Algumas extensões DokuWiki não serão baixadas.'; |