diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-17 01:55:43 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-17 01:55:43 -0400 |
commit | ce179dcdcb171aef4f7e84025706237b54f0340f (patch) | |
tree | 0a4ba40fd42895a82a9a977fa1dd5c3644cb7f48 /l10n/pt_BR | |
parent | dd2dd7eaae9dd9e70942f216ebefa69fec3a1bab (diff) | |
download | nextcloud-server-ce179dcdcb171aef4f7e84025706237b54f0340f.tar.gz nextcloud-server-ce179dcdcb171aef4f7e84025706237b54f0340f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/pt_BR')
-rw-r--r-- | l10n/pt_BR/lib.po | 86 | ||||
-rw-r--r-- | l10n/pt_BR/settings.po | 106 |
2 files changed, 106 insertions, 86 deletions
diff --git a/l10n/pt_BR/lib.po b/l10n/pt_BR/lib.po index e732033e4de..70082686571 100644 --- a/l10n/pt_BR/lib.po +++ b/l10n/pt_BR/lib.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-06-08 01:54-0400\n" -"PO-Revision-Date: 2014-06-07 06:12+0000\n" +"POT-Creation-Date: 2014-06-17 01:54-0400\n" +"PO-Revision-Date: 2014-06-17 05:54+0000\n" "Last-Translator: I Robot\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -30,42 +30,42 @@ msgid "" "example configuration is provided in config/config.sample.php." msgstr "Por favor, contate o administrador. Se você é um administrador desta instância, configurre o \"trusted_domain\" em config/config.php. Um exemplo de configuração é fornecido em config/config.sample.php." -#: private/app.php:245 -#, php-format -msgid "" -"App \"%s\" can't be installed because it is not compatible with this version" -" of ownCloud." -msgstr "O aplicativo \"%s\" não pode ser instalado porque não é compatível com esta versão do ownCloud." - -#: private/app.php:261 -msgid "No app name specified" -msgstr "O nome do aplicativo não foi especificado." - -#: private/app.php:367 +#: private/app.php:361 msgid "Help" msgstr "Ajuda" -#: private/app.php:380 +#: private/app.php:374 msgid "Personal" msgstr "Pessoal" -#: private/app.php:391 +#: private/app.php:385 msgid "Settings" msgstr "Ajustes" -#: private/app.php:403 +#: private/app.php:397 msgid "Users" msgstr "Usuários" -#: private/app.php:416 +#: private/app.php:410 msgid "Admin" msgstr "Admin" -#: private/app.php:918 +#: private/app.php:978 #, php-format msgid "Failed to upgrade \"%s\"." msgstr "Falha na atualização de \"%s\"." +#: private/app.php:1135 +#, php-format +msgid "" +"App \\\"%s\\\" can't be installed because it is not compatible with this " +"version of ownCloud." +msgstr "" + +#: private/app.php:1147 +msgid "No app name specified" +msgstr "O nome do aplicativo não foi especificado." + #: private/avatar.php:66 msgid "Unknown filetype" msgstr "Tipo de arquivo desconhecido" @@ -78,62 +78,62 @@ msgstr "Imagem inválida" msgid "web services under your control" msgstr "serviços web sob seu controle" -#: private/installer.php:64 +#: private/installer.php:77 +msgid "App directory already exists" +msgstr "Diretório App já existe" + +#: private/installer.php:90 +#, php-format +msgid "Can't create app folder. Please fix permissions. %s" +msgstr "Não é possível criar pasta app. Corrija as permissões. %s" + +#: private/installer.php:231 msgid "No source specified when installing app" msgstr "Nenhuma fonte foi especificada enquanto instalava o aplicativo" -#: private/installer.php:71 +#: private/installer.php:238 msgid "No href specified when installing app from http" msgstr "Nenhuma href foi especificada enquanto instalava o aplicativo de httml" -#: private/installer.php:76 +#: private/installer.php:243 msgid "No path specified when installing app from local file" msgstr "Nenhum caminho foi especificado enquanto instalava o aplicativo do arquivo local" -#: private/installer.php:90 +#: private/installer.php:257 #, php-format msgid "Archives of type %s are not supported" msgstr "Arquivos do tipo %s não são suportados" -#: private/installer.php:104 +#: private/installer.php:271 msgid "Failed to open archive when installing app" msgstr "Falha para abrir o arquivo enquanto instalava o aplicativo" -#: private/installer.php:126 +#: private/installer.php:309 msgid "App does not provide an info.xml file" msgstr "O aplicativo não fornece um arquivo info.xml" -#: private/installer.php:132 +#: private/installer.php:315 msgid "App can't be installed because of not allowed code in the App" msgstr "O aplicativo não pode ser instalado por causa do código não permitido no Aplivativo" -#: private/installer.php:138 +#: private/installer.php:321 msgid "" "App can't be installed because it is not compatible with this version of " "ownCloud" msgstr "O aplicativo não pode ser instalado porque não é compatível com esta versão do ownCloud" -#: private/installer.php:144 +#: private/installer.php:327 msgid "" "App can't be installed because it contains the <shipped>true</shipped> tag " "which is not allowed for non shipped apps" msgstr "O aplicativo não pode ser instalado porque ele contém a marca <shipped>verdadeiro</shipped> que não é permitido para aplicações não embarcadas" -#: private/installer.php:157 +#: private/installer.php:340 msgid "" "App can't be installed because the version in info.xml/version is not the " "same as the version reported from the app store" msgstr "O aplicativo não pode ser instalado porque a versão em info.xml /versão não é a mesma que a versão relatada na App Store" -#: private/installer.php:167 -msgid "App directory already exists" -msgstr "Diretório App já existe" - -#: private/installer.php:180 -#, php-format -msgid "Can't create app folder. Please fix permissions. %s" -msgstr "Não é possível criar pasta app. Corrija as permissões. %s" - #: private/json.php:29 msgid "Application is not enabled" msgstr "Aplicação não está habilitada" @@ -348,30 +348,30 @@ msgstr "Compartilhamento backend %s não encontrado" msgid "Sharing backend for %s not found" msgstr "Compartilhamento backend para %s não encontrado" -#: private/share/share.php:1431 +#: private/share/share.php:1432 #, php-format msgid "Sharing %s failed, because the user %s is the original sharer" msgstr "Compartilhando %s falhou, porque o usuário %s é o compartilhador original" -#: private/share/share.php:1440 +#: private/share/share.php:1441 #, php-format msgid "" "Sharing %s failed, because the permissions exceed permissions granted to %s" msgstr "Compartilhamento %s falhou, porque as permissões excedem as permissões concedidas a %s" -#: private/share/share.php:1456 +#: private/share/share.php:1457 #, php-format msgid "Sharing %s failed, because resharing is not allowed" msgstr "Compartilhamento %s falhou, porque recompartilhamentos não são permitidos" -#: private/share/share.php:1468 +#: private/share/share.php:1469 #, php-format msgid "" "Sharing %s failed, because the sharing backend for %s could not find its " "source" msgstr "Compartilhamento %s falhou, porque a infra-estrutura de compartilhamento para %s não conseguiu encontrar a sua fonte" -#: private/share/share.php:1482 +#: private/share/share.php:1483 #, php-format msgid "" "Sharing %s failed, because the file could not be found in the file cache" diff --git a/l10n/pt_BR/settings.po b/l10n/pt_BR/settings.po index d5e3452fafa..1c599eccb86 100644 --- a/l10n/pt_BR/settings.po +++ b/l10n/pt_BR/settings.po @@ -10,9 +10,9 @@ msgid "" msgstr "" "Project-Id-Version: ownCloud\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-06-12 01:54-0400\n" -"PO-Revision-Date: 2014-06-11 09:02+0000\n" -"Last-Translator: Flávio Veras <flaviove@gmail.com>\n" +"POT-Creation-Date: 2014-06-17 01:54-0400\n" +"PO-Revision-Date: 2014-06-17 05:54+0000\n" +"Last-Translator: I Robot\n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/owncloud/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -50,15 +50,15 @@ msgstr "E-mail enviado" msgid "You need to set your user email before being able to send test emails." msgstr "Você precisa configurar seu e-mail de usuário antes de ser capaz de enviar e-mails de teste." -#: admin/controller.php:116 templates/admin.php:353 +#: admin/controller.php:116 templates/admin.php:350 msgid "Send mode" msgstr "Modo enviar" -#: admin/controller.php:118 templates/admin.php:366 templates/personal.php:144 +#: admin/controller.php:118 templates/admin.php:363 templates/personal.php:144 msgid "Encryption" msgstr "Criptografia" -#: admin/controller.php:120 templates/admin.php:390 +#: admin/controller.php:120 templates/admin.php:387 msgid "Authentication method" msgstr "Método de autenticação" @@ -111,6 +111,10 @@ msgid "" "owncloud.log or ask your administrator" msgstr "Não foi possível excluir permanentemente suas chaves de criptografia, por favor, verifique o seu owncloud.log ou pergunte ao seu administrador" +#: ajax/installapp.php:18 ajax/uninstallapp.php:18 +msgid "Couldn't remove app." +msgstr "" + #: ajax/lostpassword.php:12 msgid "Email saved" msgstr "E-mail salvo" @@ -159,7 +163,7 @@ msgstr "Não foi possível adicionar usuário ao grupo %s" msgid "Unable to remove user from group %s" msgstr "Não foi possível remover usuário do grupo %s" -#: ajax/updateapp.php:14 +#: ajax/updateapp.php:41 msgid "Couldn't update app." msgstr "Não foi possível atualizar a app." @@ -200,54 +204,70 @@ msgstr "Enviando..." msgid "User Documentation" msgstr "Documentação de Usuário" -#: js/apps.js:50 +#: js/apps.js:54 msgid "Admin Documentation" msgstr "Documentação de Administrador" -#: js/apps.js:67 +#: js/apps.js:82 msgid "Update to {appversion}" msgstr "Atualizar para {appversion}" -#: js/apps.js:73 js/apps.js:135 js/apps.js:168 +#: js/apps.js:90 +msgid "Uninstall App" +msgstr "" + +#: js/apps.js:96 js/apps.js:158 js/apps.js:191 msgid "Disable" msgstr "Desabilitar" -#: js/apps.js:73 js/apps.js:144 js/apps.js:161 js/apps.js:192 +#: js/apps.js:96 js/apps.js:167 js/apps.js:184 js/apps.js:215 msgid "Enable" msgstr "Habilitar" -#: js/apps.js:124 +#: js/apps.js:147 msgid "Please wait...." msgstr "Por favor, aguarde..." -#: js/apps.js:132 js/apps.js:133 js/apps.js:159 +#: js/apps.js:155 js/apps.js:156 js/apps.js:182 msgid "Error while disabling app" msgstr "Erro enquanto desabilitava o aplicativo" -#: js/apps.js:158 js/apps.js:187 js/apps.js:188 +#: js/apps.js:181 js/apps.js:210 js/apps.js:211 msgid "Error while enabling app" msgstr "Erro enquanto habilitava o aplicativo" -#: js/apps.js:197 +#: js/apps.js:220 msgid "Updating...." msgstr "Atualizando..." -#: js/apps.js:200 +#: js/apps.js:223 msgid "Error while updating app" msgstr "Erro ao atualizar aplicativo" -#: js/apps.js:200 +#: js/apps.js:223 js/apps.js:236 msgid "Error" msgstr "Erro" -#: js/apps.js:201 templates/apps.php:55 +#: js/apps.js:224 templates/apps.php:55 msgid "Update" msgstr "Atualizar" -#: js/apps.js:204 +#: js/apps.js:227 msgid "Updated" msgstr "Atualizado" +#: js/apps.js:233 +msgid "Uninstalling ...." +msgstr "" + +#: js/apps.js:236 +msgid "Error while uninstalling app" +msgstr "" + +#: js/apps.js:237 templates/apps.php:56 +msgid "Uninstall" +msgstr "" + #: js/personal.js:256 msgid "Select a profile picture" msgstr "Selecione uma imagem para o perfil" @@ -600,95 +620,95 @@ msgid "" "These groups will still be able to receive shares, but not to initiate them." msgstr "Esses grupos ainda serão capazes de receber compartilhamentos, mas não para iniciá-los." -#: templates/admin.php:315 +#: templates/admin.php:316 msgid "Security" msgstr "Segurança" -#: templates/admin.php:328 +#: templates/admin.php:327 msgid "Enforce HTTPS" msgstr "Forçar HTTPS" -#: templates/admin.php:330 +#: templates/admin.php:329 #, php-format msgid "Forces the clients to connect to %s via an encrypted connection." msgstr "Obrigar os clientes que se conectem a %s através de uma conexão criptografada." -#: templates/admin.php:336 +#: templates/admin.php:335 #, php-format msgid "" "Please connect to your %s via HTTPS to enable or disable the SSL " "enforcement." msgstr "Por favor, se conectar ao seu %s via HTTPS para forçar ativar ou desativar SSL." -#: templates/admin.php:348 +#: templates/admin.php:345 msgid "Email Server" msgstr "Servidor de Email" -#: templates/admin.php:350 +#: templates/admin.php:347 msgid "This is used for sending out notifications." msgstr "Isto é usado para o envio de notificações." -#: templates/admin.php:381 +#: templates/admin.php:378 msgid "From address" msgstr "Do Endereço" -#: templates/admin.php:382 +#: templates/admin.php:379 msgid "mail" msgstr "email" -#: templates/admin.php:403 +#: templates/admin.php:400 msgid "Authentication required" msgstr "Autenticação é requerida" -#: templates/admin.php:407 +#: templates/admin.php:404 msgid "Server address" msgstr "Endereço do servidor" -#: templates/admin.php:411 +#: templates/admin.php:408 msgid "Port" msgstr "Porta" -#: templates/admin.php:416 +#: templates/admin.php:413 msgid "Credentials" msgstr "Credenciais" -#: templates/admin.php:417 +#: templates/admin.php:414 msgid "SMTP Username" msgstr "Nome do Usuário SMTP" -#: templates/admin.php:420 +#: templates/admin.php:417 msgid "SMTP Password" msgstr "Senha SMTP" -#: templates/admin.php:424 +#: templates/admin.php:421 msgid "Test email settings" msgstr "Configurações de e-mail de teste" -#: templates/admin.php:425 +#: templates/admin.php:422 msgid "Send email" msgstr "Enviar email" -#: templates/admin.php:430 +#: templates/admin.php:427 msgid "Log" msgstr "Registro" -#: templates/admin.php:431 +#: templates/admin.php:428 msgid "Log level" msgstr "Nível de registro" -#: templates/admin.php:463 +#: templates/admin.php:460 msgid "More" msgstr "Mais" -#: templates/admin.php:464 +#: templates/admin.php:461 msgid "Less" msgstr "Menos" -#: templates/admin.php:470 templates/personal.php:196 +#: templates/admin.php:467 templates/personal.php:196 msgid "Version" msgstr "Versão" -#: templates/admin.php:474 templates/personal.php:199 +#: templates/admin.php:471 templates/personal.php:199 msgid "" "Developed by the <a href=\"http://ownCloud.org/contact\" " "target=\"_blank\">ownCloud community</a>, the <a " @@ -726,11 +746,11 @@ msgstr "Consulte o site aplicação" msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" msgstr "<span class=\"licence\"></span>-licenciado por <span class=\"author\"></span>" -#: templates/apps.php:58 +#: templates/apps.php:59 msgid "Enable only for specific groups" msgstr "Ativar apenas para grupos específicos" -#: templates/apps.php:60 +#: templates/apps.php:61 msgid "All" msgstr "Todos" |