summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/pt_BR.php
blob: c2100efe96e2d955cc9888b8f006d78f3bb12a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Não foi possível excluir %s permanentemente",
"Couldn't restore %s" => "Não foi possível restaurar %s",
"Error" => "Erro",
"restored" => "restaurado",
"Nothing in here. Your trash bin is empty!" => "Nada aqui. Sua lixeira está vazia!",
"Name" => "Nome",
"Restore" => "Restaurar",
"Deleted" => "Excluído",
"Delete" => "Excluir",
"Deleted Files" => "Arquivos Apagados"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";