pt_BR.php 489 B

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