diff options
Diffstat (limited to 'apps/files_sharing/l10n/pt_BR.php')
-rw-r--r-- | apps/files_sharing/l10n/pt_BR.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/pt_BR.php b/apps/files_sharing/l10n/pt_BR.php index 15a0b87f032..b7dac04c266 100644 --- a/apps/files_sharing/l10n/pt_BR.php +++ b/apps/files_sharing/l10n/pt_BR.php @@ -1,11 +1,16 @@ <?php $TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "Compartilhamento de servidor para servidor não está habilitado no servidor", +"Couldn't add remote share" => "Não foi possível adicionar compartilhamento remoto", "Shared with you" => "Compartilhado com você", "Shared with others" => "Compartilhados com outros", "Shared by link" => "Compartilhado por link", "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.", "You haven't shared any files by link yet." => "Você ainda não compartilhou nenhum arquivo por link.", +"Add {name} from {owner}@{remote}" => "Adicionar {name} de {owner}@{remote}", +"No ownCloud installation found at {remote}" => "Nenhuma instalação ownCloud encontrada em {remote}", +"Invalid ownCloud url" => "Url invalida para ownCloud", "Shared by {owner}" => "Compartilhado por {owner}", "Shared by" => "Compartilhada por", "This share is password-protected" => "Este compartilhamento esta protegido por senha", @@ -19,8 +24,14 @@ $TRANSLATIONS = array( "the link expired" => "o link expirou", "sharing is disabled" => "compartilhamento está desativada", "For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.", +"Save to ownCloud" => "Salvar em ownCloud", +"example.com/owncloud" => "example.com/owncloud", +"Save" => "Salvar", "Download" => "Baixar", "Download %s" => "Baixar %s", -"Direct link" => "Link direto" +"Direct link" => "Link direto", +"File Sharing" => "Compartilhamento de Arquivo", +"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" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |