Panel/lang/Portuguese(Brazil)/modules/lostpwd.php
2025-09-11 13:29:15 -04:00

44 lines
No EOL
2.7 KiB
PHP

<?php
/*
*
* OGP - Open Game Panel
* Copyright (C) 2008 - 2018 The OGP Development Team
*
* http://www.opengamepanel.org/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
define('OGP_LANG_recover', "Recuperar uma senha perdida");
define('OGP_LANG_back', "Voltar");
define('OGP_LANG_incomplete', "Por favor retorne e complete todos os campos do formulário.");
define('OGP_LANG_subject', "Requisição de senha");
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!");
define('OGP_LANG_send', "Sua senha foi enviada ! Por favor verifique seu email!");
define('OGP_LANG_here', "Aqui");
define('OGP_LANG_to_login', "Para logar");
define('OGP_LANG_errormail', "Seu endereço de email não está correto.");
define('OGP_LANG_submit', "Enviar");
define('OGP_LANG_click', "Clique");
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 contato com o administrador do seu OGP.");
define('OGP_LANG_mail_failed', "Falha ao enviar o email.");
define('OGP_LANG_email', "Endereço de email");
define('OGP_LANG_enter_email', "Por favor, indique o seu endereço de email");
define('OGP_LANG_webmaster', "Webmaster");
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>");
define('OGP_LANG_confirm_change_subject', "Confirmação de alteração de senha");
define('OGP_LANG_confirm_change_password_message', "Olá,<br>Ele fez um pedido de alteração de senha,<br>você realmente quer mudar sua senha para acessar o seguinte endereço URL:<br><br>%s<br><br>Após o login, você será enviado outro e-mail dizendo que sua nova senha.<br><br>Obrigado!<br>Administrador.<br><br>Esta é uma mensagem automática, por favor, não responda!");
?>