You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pt_BR.php 529B

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