lostpwd.php 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_recover', "Recuperar uma senha perdida");
  25. define('OGP_LANG_back', "Voltar");
  26. define('OGP_LANG_incomplete', "Por favor volte atrás e complete todos os campos pedidos do formulário.");
  27. define('OGP_LANG_subject', "Pedido de senha");
  28. define('OGP_LANG_password_message', "Oi,<br>Você ou alguém redefinir sua senha.<br><br>Nova senha: %s<br>Uma vez logado, você pode alterar sua senha<br><br>Obrigado!<br>site admin<br><br>Esta é uma resposta automática, por favor, não responda!");
  29. define('OGP_LANG_send', "A sua senha foi enviada para o seu e-mail! Por favor verifique seu email, de preferência a a pasta \"SPAM ou LIXO\", obrigado!");
  30. define('OGP_LANG_here', "Aqui");
  31. define('OGP_LANG_to_login', "Para logar");
  32. define('OGP_LANG_errormail', "Seu endereço de email não se encontra correto.");
  33. define('OGP_LANG_submit', "Enviar");
  34. define('OGP_LANG_click', "Clique");
  35. define('OGP_LANG_mail_settings_missing', "As configurações de email do painel não estão completas, portanto não é possível enviar sua senha. Entre em contacto com o administrador.");
  36. define('OGP_LANG_mail_failed', "Falha ao enviar o email.");
  37. define('OGP_LANG_email', "Endereço de email");
  38. define('OGP_LANG_enter_email', "Por favor, indique o seu endereço de email");
  39. define('OGP_LANG_webmaster', "Webmaster");
  40. define('OGP_LANG_confirm_send', "Por razões de segurança, já enviámos a você um link de confirmação antes de redefinir sua senha.<br><b style='color:red;'> Por favor, verifique sua caixa de entrada.</b>");
  41. define('OGP_LANG_confirm_change_subject', "Confirmação de alteração de senha");
  42. define('OGP_LANG_confirm_change_password_message', "Olá,<br>Clique no link abaixo para redefinir sua senha:<br>você realmente quer mudar sua senha para acessar o seguinte endereço URL:<br><br>%s<br><br>Nota: Se você não solicitou a reposição da sua senha, você pode ignorar este e-mail. Será enviado outro e-mail dizendo que sua nova senha.<br><br>Obrigado!<br>Atenciosamente seu Administrador.<br><br>Esta é uma mensagem automática, por favor, não responda!");
  43. ?>