123456789101112131415 |
- <?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",
- "Restore" => "Restaurar",
- "Error" => "Erro",
- "restored" => "restaurado",
- "Nothing in here. Your trash bin is empty!" => "Nada aqui. Sua lixeira está vazia!",
- "Name" => "Nome",
- "Deleted" => "Excluído",
- "Delete" => "Excluir"
- );
- $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|