diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-06-13 00:08:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-06-13 00:08:22 +0000 |
commit | ea64cb00289a40ee3c12c195d7a2804ea1abe97e (patch) | |
tree | 7c0702c338a40c82c3c67ddf0cce00ffa3ed181a /core/l10n/pt_PT.js | |
parent | aa243376ef64c3c693c35bde11335a353ca15a57 (diff) | |
download | nextcloud-server-ea64cb00289a40ee3c12c195d7a2804ea1abe97e.tar.gz nextcloud-server-ea64cb00289a40ee3c12c195d7a2804ea1abe97e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/pt_PT.js')
-rw-r--r-- | core/l10n/pt_PT.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 3d70c15bd55..d49d71ad28c 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -95,7 +95,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "A configuração de cabeçalhos de proxy reverso está incorrecta ou está a aceder a Nextcloud a partir de um proxy confiável. Se não estiver a aceder a Nextcloud a partir de um proxy confiável, isso é um problema de segurança e pode permitir que um invasor falsifique o endereço IP como visível para o Nextcloud. Mais informação nesta <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>.", "Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurada como cache distribuída, mas o módulo \"memcache\" PHP errado está instalado. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Leia a <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki sobre ambos os módulos</a>.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Alguns ficheiros não passaram na verificação de integridade. Mais informação sobre este assunto pode ser encontrada na nossa <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentação</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de ficheiros inválidos…</a> / <a href=\"{rescanEndpoint}\">Reverificar…</a>)", - "The PHP Opcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend ↗</a> to use following settings in the <code>php.ini</code>:" : "PHP Opcache não está devidamente configurado. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Para um melhor desempenho, recomenda-se ↗</a> usar as seguintes configurações no <code>php.ini</code>:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A função PHP \"set_time_limit\" não está disponível. Isso pode resultar na paragem dos scripts a meio da execução, impedindo a instalação. Recomenda-se vivamente activar esta função.", "Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "O cabeçalho HTTP \"{header}\" não está configurado para igualar \"{expected}\". Isto é um potencial risco de segurança ou privacidade e recomendamos que o corrija.", @@ -304,6 +303,7 @@ OC.L10N.register( "Cheers!" : "Parabéns!", "Use the following link to reset your password: {link}" : "Utilize a seguinte hiperligação para repor a sua palavra-passe: {link}", "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Olá,<br><br>apenas para informar que %s partilhou <strong>%s</strong> consigo.<br><a href=\"%s\">Consulte aqui!</a><br><br>", - "Please use the command line updater because you have a big instance." : "Por favor, utilize o atualizador de linha de comando porque a sua instância é grande." + "Please use the command line updater because you have a big instance." : "Por favor, utilize o atualizador de linha de comando porque a sua instância é grande.", + "The PHP Opcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">For better performance we recommend ↗</a> to use following settings in the <code>php.ini</code>:" : "PHP Opcache não está devidamente configurado. <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">Para um melhor desempenho, recomenda-se ↗</a> usar as seguintes configurações no <code>php.ini</code>:" }, "nplurals=2; plural=(n != 1);"); |