summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/pt_BR.php
blob: 4cd95b09dc382a03cac12c86c2a3482bada5cb94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Compartilhado por {owner}",
"This share is password-protected" => "Este compartilhamento esta protegido por senha",
"The password is wrong. Try again." => "Senha incorreta. Tente novamente.",
"Password" => "Senha",
"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.",
"shared by %s" => "compartilhado por %s",
"Download %s" => "Baixar %s",
"Direct link" => "Link direto"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";