Panel/lang/Persian/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
2.4 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 (Persian localization)
*/
define('OGP_LANG_recover', "بازیابی گذرواژه فراموش شده");
define('OGP_LANG_back', "بازگشت");
define('OGP_LANG_incomplete', "لطفا به عقب برگردید و تمام فیلد ها را پر کنید.");
define('OGP_LANG_subject', "درخواست گذرواژه");
define('OGP_LANG_password_message', "درود،<br><br>گذرواژه شما با موفقیت به بازنشانی شد.<br><br>گذرواژه جدید شما: %s<br><br>پس از ورود، حتما گذرواژه خود را تغییر دهید.<br><br>لطفا به این ایمیل پاسخ ندهید!<br><br>______________________________<br>ایمیل OGP");
define('OGP_LANG_send', "گذرواژه برایتان ارسال شد! ایمیل خود را بررسی کنید!");
define('OGP_LANG_here', "اینجا");
define('OGP_LANG_to_login', "برای ورود");
define('OGP_LANG_errormail', "آدرس ایمیل شما اشتباه است.");
define('OGP_LANG_submit', "تایید");
define('OGP_LANG_click', "کلیک");
define('OGP_LANG_mail_settings_missing', "پیکربندی ایمیل های پنل تکمیل نشده است، بازنشانی گذرواژه امکان پذیر نیست، با مدیریت تماس بگیرید.");
define('OGP_LANG_mail_failed', "ارسال ایمیل با شکست مواجه شد.");
define('OGP_LANG_email', "ایمیل");
define('OGP_LANG_enter_email', "لطفا آدرس ایمیل خود را وارد کنید");
define('OGP_LANG_webmaster', "وبمستر");
define('OGP_LANG_confirm_send', "به دلایل امنیتی، لینک تایید بازنشانی گذرواژه برایتان ارسال شد.<br><b style='color:red;'>لطفا ایمیل خود را بررسی کنید.</b>");
define('OGP_LANG_confirm_change_subject', "ایمیل تایید بازنشانی گذرواژه");
define('OGP_LANG_confirm_change_password_message', "درود،<br><br>برای بازنشانی گذرواژه خود روی لینک زیر کلیک کنید:<br><br>%s<br><br>درصورتی که شما درخواست بازنشانی گذرواژه را ارسال نکرده اید می توانید این ایمیل را نادیده بگیرید.<br><br>لطفا به این ایمیل پاسخ ندهید!<br><br>______________________________<br>ایمیل OGP");
?>