diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-08-28 01:55:25 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-08-28 01:55:25 -0400 |
commit | 933ac14b767f78d99f4b45456467e7513c57ffa7 (patch) | |
tree | f7b02721f3e9c16b7db349fdeee266370b74725c /apps/files_external/l10n/pt_BR.js | |
parent | 8c83a5dde27c367a9a25007aa3ac80625dbb6a50 (diff) | |
download | nextcloud-server-933ac14b767f78d99f4b45456467e7513c57ffa7.tar.gz nextcloud-server-933ac14b767f78d99f4b45456467e7513c57ffa7.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/pt_BR.js')
-rw-r--r-- | apps/files_external/l10n/pt_BR.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js index 8140d8be980..ae9a08fac6b 100644 --- a/apps/files_external/l10n/pt_BR.js +++ b/apps/files_external/l10n/pt_BR.js @@ -1,6 +1,8 @@ OC.L10N.register( "files_external", { + "Fetching request tokens failed. Verify that your app key and secret are correct." : "A solicitação dos tokens de requesição falhou. Verifique se a sua chave de aplicativo e segurança estão corretos.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "A solicitação dos tokens de acesso falhou. Verifique se a sua chave de aplicativo e segurança estão corretos.", "Please provide a valid app key and secret." : "Por favor forneça uma chave e segurança válidos.", "Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s", "Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s", @@ -23,12 +25,19 @@ OC.L10N.register( "SFTP with secret key login" : "SFTP com chave secreta de login", "Public key" : "Chave pública", "Storage with id \"%i\" not found" : "Armazenamento com id \"%i\" não encontrado", + "Invalid backend or authentication mechanism class" : "Backend inválido ou classe de mecanismo de autenticação", "Invalid mount point" : "Ponto de montagem inválido", + "Objectstore forbidden" : "Proibido armazenamento de objetos", "Invalid storage backend \"%s\"" : "Armazenamento backend inválido \"%s\"", + "Unsatisfied backend parameters" : "Parâmetros de back-end não-atendidos", + "Unsatisfied authentication mechanism parameters" : "Parâmetros de mecanismos de autenticação não satisfeitos", + "Admin-only storage backend \"%s\"" : "Backend de armazenamento somente de administrador \"%s\"", "Personal" : "Pessoal", "System" : "Sistema", "Grant access" : "Permitir acesso", "Access granted" : "Acesso concedido", + "Error configuring OAuth1" : "Erro configurando OAuth1", + "Error configuring OAuth2" : "Erro configurando OAuth2", "Enable encryption" : "Ativar criptografia", "Enable previews" : "Habilitar visualizações prévias", "Check for changes" : "Verifique se há alterações", @@ -40,7 +49,11 @@ OC.L10N.register( "Saved" : "Salvo", "Generate keys" : "Gerar chaves", "Error generating key pair" : "Erro ao gerar um par de chaves", + "Access key" : "Chave da acesso", + "Secret key" : "Chave secreta", + "Builtin" : "Construídas em", "None" : "Nenhum", + "OAuth1" : "OAuth1", "App key" : "Chave do Aplicativo", "App secret" : "Segredo da Aplicação", "OAuth2" : "OAuth2", |