Panel/lang/Persian/modules/ftp.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

16 lines
No EOL
866 B
PHP

<?php
/*
* Language definitions for the ftp module (Persian localization)
*/
define('OGP_LANG_ftp_address', "آدرس FTP: %s:%s");
define('OGP_LANG_change_account_details', "ویرایش اطلاعات حساب");
define('OGP_LANG_remove_account', "حذف حساب");
define('OGP_LANG_ftp_account_already_exists', "این حساب FTP از قبل وجود دارد.");
define('OGP_LANG_full_path', "مسیر خانه");
define('OGP_LANG_add_ftp_account', "اضافه کردن حساب FTP");
define('OGP_LANG_remote_server', "سرور Remote");
define('OGP_LANG_server_name', "نام سرور");
define('OGP_LANG_ftp_account_username_too_long', "FTP username is too long. Try a shorter username no longer than 20 characters.");
define('OGP_LANG_ftp_account_password_too_long', "FTP password is too long. Try a shorter password no longer than 20 characters.");
?>