Blame view
sources/apps/files_sharing/l10n/pt_BR.php
2.2 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
"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}",
"Add Share" => "Adicionar Compartilhamento",
"Password" => "Senha",
"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" => "Compartilhado por",
|
|
31b7f2792
|
18 19 |
"This share is password-protected" => "Este compartilhamento esta protegido por senha", "The password is wrong. Try again." => "Senha incorreta. Tente novamente.", |
|
6d9380f96
|
20 21 |
"Name" => "Nome", "Share time" => "Tempo de compartilhamento", |
|
31b7f2792
|
22 23 24 25 |
"Sorry, this link doesn’t 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", |
|
6d9380f96
|
26 |
"sharing is disabled" => "o compartilhamento está desativado", |
|
31b7f2792
|
27 |
"For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.", |
|
6d9380f96
|
28 |
"Save" => "Salvar", |
|
03e52840d
|
29 |
"Download" => "Baixar", |
|
6d9380f96
|
30 31 32 33 34 |
"Download %s" => "Baixar %s", "Direct link" => "Link direto", "Remote Shares" => "Compartilhamentos Remoto", "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" |
|
03e52840d
|
35 |
); |
|
31b7f2792
|
36 |
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |