nextcloud/settings/l10n/pt_BR.php

58 lines
3.5 KiB
PHP
Raw Normal View History

2011-08-18 13:46:49 +04:00
<?php $TRANSLATIONS = array(
2012-09-25 04:05:18 +04:00
"Unable to load list from App Store" => "Não foi possivel carregar lista da App Store",
2012-09-24 04:04:10 +04:00
"Group already exists" => "Grupo já existe",
2012-09-25 04:05:18 +04:00
"Unable to add group" => "Não foi possivel adicionar grupo",
2012-09-24 04:04:10 +04:00
"Could not enable app. " => "Não pôde habilitar aplicação",
2012-07-27 04:04:26 +04:00
"Email saved" => "Email gravado",
"Invalid email" => "Email inválido",
2012-01-11 04:06:59 +04:00
"OpenID Changed" => "Mudou OpenID",
2012-06-06 02:29:28 +04:00
"Invalid request" => "Pedido inválido",
2012-09-25 04:05:18 +04:00
"Unable to delete group" => "Não foi possivel remover grupo",
2012-11-09 03:03:49 +04:00
"Authentication error" => "erro de autenticação",
2012-09-25 04:05:18 +04:00
"Unable to delete user" => "Não foi possivel remover usuário",
2011-08-18 13:46:49 +04:00
"Language changed" => "Mudou Idioma",
2012-12-03 03:05:40 +04:00
"Admins can't remove themself from the admin group" => "Admins não podem se remover do grupo admin",
2012-09-25 04:05:18 +04:00
"Unable to add user to group %s" => "Não foi possivel adicionar usuário ao grupo %s",
"Unable to remove user from group %s" => "Não foi possivel remover usuário ao grupo %s",
2012-07-27 04:04:26 +04:00
"Disable" => "Desabilitado",
"Enable" => "Habilitado",
"Saving..." => "Gravando...",
2012-05-09 14:41:01 +04:00
"__language_name__" => "Português",
2012-05-13 21:59:44 +04:00
"Add your App" => "Adicione seu Aplicativo",
2012-10-11 04:07:32 +04:00
"More Apps" => "Mais Apps",
2011-08-18 13:46:49 +04:00
"Select an App" => "Selecione uma Aplicação",
2012-07-27 04:04:26 +04:00
"See application page at apps.owncloud.com" => "Ver página do aplicativo em apps.owncloud.com",
2012-09-24 04:04:10 +04:00
"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licenciado por <span class=\"author\"></span>",
2012-05-13 21:59:44 +04:00
"Documentation" => "Documentação",
"Managing Big Files" => "Gerênciando Arquivos Grandes",
2011-08-28 03:13:16 +04:00
"Ask a question" => "Faça uma pergunta",
"Problems connecting to help database." => "Problemas ao conectar na base de dados.",
"Go there manually." => "Ir manualmente.",
"Answer" => "Resposta",
2012-11-12 03:02:24 +04:00
"You have used <strong>%s</strong> of the available <strong>%s</strong>" => "Você usou <strong>%s</strong> do seu espaço de <strong>%s</strong>",
2012-05-13 21:59:44 +04:00
"Desktop and Mobile Syncing Clients" => "Sincronizando Desktop e Mobile",
"Download" => "Download",
2012-09-24 04:04:10 +04:00
"Your password was changed" => "Sua senha foi alterada",
2011-09-23 21:08:02 +04:00
"Unable to change your password" => "Não é possivel alterar a sua senha",
2011-08-28 03:13:16 +04:00
"Current password" => "Senha atual",
2011-08-18 13:46:49 +04:00
"New password" => "Nova senha",
"show" => "mostrar",
2011-08-28 03:13:16 +04:00
"Change password" => "Alterar senha",
2012-05-09 14:41:01 +04:00
"Email" => "Email",
"Your email address" => "Seu endereço de email",
"Fill in an email address to enable password recovery" => "Preencha um endereço de email para habilitar a recuperação de senha",
2011-08-18 13:46:49 +04:00
"Language" => "Idioma",
2012-05-09 14:41:01 +04:00
"Help translate" => "Ajude a traduzir",
2011-08-28 03:13:16 +04:00
"use this address to connect to your ownCloud in your file manager" => "use este endereço para se conectar ao seu ownCloud no seu gerenciador de arquvos",
2012-11-10 03:02:29 +04:00
"Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desenvolvido pela <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidade ownCloud</a>, o <a href=\"https://github.com/owncloud\" target=\"_blank\">código fonte</a> está licenciado sob <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.",
2011-08-18 13:46:49 +04:00
"Name" => "Nome",
"Password" => "Senha",
"Groups" => "Grupos",
2011-08-28 03:13:16 +04:00
"Create" => "Criar",
2012-05-13 21:59:44 +04:00
"Default Quota" => "Quota Padrão",
"Other" => "Outro",
2012-08-25 04:08:36 +04:00
"Group Admin" => "Grupo Administrativo",
2012-05-09 14:41:01 +04:00
"Quota" => "Cota",
2011-08-28 03:13:16 +04:00
"Delete" => "Apagar"
2011-08-18 13:46:49 +04:00
);