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

44 lines
No EOL
2.8 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 volte atrás e complete todos os campos pedidos do formulário.");
define('OGP_LANG_subject', "Pedido 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', "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!");
define('OGP_LANG_here', "Aqui");
define('OGP_LANG_to_login', "Para logar");
define('OGP_LANG_errormail', "Seu endereço de email não se encontra 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 contacto com o administrador.");
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>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!");
?>