summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/pt_BR.php
blob: fc54a8dc917d25e41f0645cbed0e79d7cf54de3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?php
$TRANSLATIONS = array(
"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.",
"Could not load template" => "Não foi possível carregar modelo",
"Saved" => "Salvo",
"Reset" => "Resetar",
"Shared by {owner}" => "Compartilhado por {owner}",
"Shared by" => "Compartilhada por",
"This share is password-protected" => "Este compartilhamento esta protegido por senha",
"The password is wrong. Try again." => "Senha incorreta. Tente novamente.",
"Password" => "Senha",
"Name" => "Nome",
"Share time" => "Tempo de compartilhamento",
"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",
"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.",
"Download" => "Baixar",
"Download %s" => "Baixar %s",
"Direct link" => "Link direto",
"Mail templates" => "Modelo de email",
"Theme" => "Tema",
"Template" => "Modelo",
"Save" => "Guardar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";