nextcloud/apps/files_sharing/l10n/pt_BR.php

40 lines
2.5 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-19 09:55:38 +04:00
"Server to server sharing is not enabled on this server" => "Compartilhamento de servidor para servidor não está habilitado no servidor",
2014-08-18 09:56:30 +04:00
"Invalid or untrusted SSL certificate" => "Certificado SSL inválido ou não confiável",
2014-06-19 09:55:38 +04:00
"Couldn't add remote share" => "Não foi possível adicionar compartilhamento remoto",
2014-06-01 09:55:19 +04:00
"Shared with you" => "Compartilhado com você",
2014-08-21 09:56:31 +04:00
"Shared with others" => "Compartilhado com outros",
2014-06-07 09:56:13 +04:00
"Shared by link" => "Compartilhado por link",
2014-06-01 09:55:19 +04:00
"No files have been shared with you yet." => "Nenhum arquivo ainda foi compartilhado com você.",
"You haven't shared any files yet." => "Você ainda não compartilhou nenhum arquivo.",
2014-06-07 09:56:13 +04:00
"You haven't shared any files by link yet." => "Você ainda não compartilhou nenhum arquivo por link.",
2014-07-09 09:55:51 +04:00
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Você quer adicionar o compartilhamento remoto {name} de {owner}@{remote}?",
"Remote share" => "Compartilhamento remoto",
"Remote share password" => "Senha do compartilhamento remoto",
"Cancel" => "Cancelar",
"Add remote share" => "Adicionar compartilhamento remoto",
2014-06-19 09:55:38 +04:00
"No ownCloud installation found at {remote}" => "Nenhuma instalação ownCloud encontrada em {remote}",
"Invalid ownCloud url" => "Url invalida para ownCloud",
2014-06-28 09:54:54 +04:00
"Shared by" => "Compartilhado por",
2013-10-14 04:33:30 +04:00
"This share is password-protected" => "Este compartilhamento esta protegido por senha",
2013-07-06 04:08:38 +04:00
"The password is wrong. Try again." => "Senha incorreta. Tente novamente.",
2014-07-08 09:55:17 +04:00
"Password" => "Senha",
2014-06-01 09:55:19 +04:00
"Name" => "Nome",
"Share time" => "Tempo de compartilhamento",
2013-08-01 09:57:04 +04:00
"Sorry, this link doesnt seem to work anymore." => "Desculpe, este link parece não mais funcionar.",
"Reasons might be:" => "As razões podem ser:",
"the item was removed" => "o item foi removido",
"the link expired" => "o link expirou",
2014-06-28 09:54:54 +04:00
"sharing is disabled" => "o compartilhamento está desativado",
2013-08-01 09:57:04 +04:00
"For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.",
2014-07-04 09:56:01 +04:00
"Add to your ownCloud" => "Adiconar ao seu ownCloud",
2014-05-04 09:56:15 +04:00
"Download" => "Baixar",
2014-03-12 09:57:17 +04:00
"Download %s" => "Baixar %s",
2014-06-19 09:55:38 +04:00
"Direct link" => "Link direto",
2014-06-28 09:54:54 +04:00
"Remote Shares" => "Compartilhamentos Remoto",
2014-06-19 09:55:38 +04:00
"Allow other instances to mount public links shared from this server" => "Permitir que outras instâncias montem links de compartilhamentos públicos a partir desde servidor",
"Allow users to mount public link shares" => "Permitir aos usuários montar links públicos de compartilhamentos"
2012-09-24 04:04:10 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";