Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pt_BR.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 300235452b4c9f2601840893f17651b3a8cd9a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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",
"Deleted files" => "Arquivos apagados",
"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);";