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

44 lines
No EOL
2.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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', "Unutulan şifrenizi kurtarın");
define('OGP_LANG_back', "Geri");
define('OGP_LANG_incomplete', "Lütfen geri dönüp formdaki tüm boşlukları doldurun.");
define('OGP_LANG_subject', "Şifre İsteği");
define('OGP_LANG_password_message', "Merhaba,<br><br>Şifreniz başarılı bir şekilde değiştirildi.<br><br>Yeni Şifreniz: %s<br><br>Şifrenizi değiştirmeyi unutmayın. <br><br>Lütfen bu e-postayı cevaplamayın!<br><br>______________________________<br>OGP Mail Servisi");
define('OGP_LANG_send', "Şifreniz gönderildi! Lütfen mail adresiniz kontrol edin!");
define('OGP_LANG_here', "Burada");
define('OGP_LANG_to_login', "giriş");
define('OGP_LANG_errormail', "Mail adresiniz doğru değil.");
define('OGP_LANG_submit', "Gönder");
define('OGP_LANG_click', "Tıkla");
define('OGP_LANG_mail_settings_missing', "Panel mail ayarları tamamlanmadığı için şifrenizi gönderemiyoruz. OGP yöneticiniz ile iletişime geçin.");
define('OGP_LANG_mail_failed', "Mail gönderilemedi.");
define('OGP_LANG_email', "Mail");
define('OGP_LANG_enter_email', "Lütfen mail adresinizi girin");
define('OGP_LANG_webmaster', "Web yöneticisi");
define('OGP_LANG_confirm_send', "Şifrenizi yenilemeden önce size güvenlik amaçlı bir e-posta gönderdik.<br><b style='color:red;'>Lütfen mail adresinizi kontrol ediniz.</b>");
define('OGP_LANG_confirm_change_subject', "Şifre değişikliği onay e-postası");
define('OGP_LANG_confirm_change_password_message', "Merhaba,<br><br>Şifrenizi yenilemek için lütfen linke tıklayın:<br><br>%s<br><br>Not: Eğer bu talebi siz göndermediyseniz bu e-postayı gözardı edebilirsiniz.<br><br>Lütfen bu e-postayı cevaplamayın.<br><br>______________________________<br>OGP Mail Servisi");
?>