Panel/lang/Turkish(Turkey)/modules/lostpwd.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

25 lines
No EOL
1.8 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
/*
* Language definitions for the lostpwd module (Turkish(turkey) localization)
*/
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");
?>