1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-08-10 14:11:53 +02:00
nextcloud/apps/files_trashbin/l10n/pt_BR.php
2014-04-16 01:57:34 -04:00

16 satır
529 B
PHP

<?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",
"Deleted Files" => "Arquivos Apagados",
"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"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";