Panel/lang/Arabic/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
1,010 B
PHP

<?php
/*
* Language definitions for the ftp module (Arabic localization)
*/
define('OGP_LANG_ftp_address', "عنوان الأف تي بي: %s:%s");
define('OGP_LANG_change_account_details', "تغيير تفاصيل الحساب");
define('OGP_LANG_remove_account', "حذف الحساب");
define('OGP_LANG_ftp_account_already_exists', "حساب الأف تي بي هذا موجود بالفعل.");
define('OGP_LANG_full_path', "الدليل الرئيسي");
define('OGP_LANG_add_ftp_account', "إضافة حساب أف تي بي");
define('OGP_LANG_remote_server', " سيرفر التحكم");
define('OGP_LANG_server_name', "إسم السيرفر");
define('OGP_LANG_ftp_account_username_too_long', "اسم مستخدم الأف تي بي طويل جدا. جرب اسم مستخدم أقصر لا يزيد عن 20 حرفا.");
define('OGP_LANG_ftp_account_password_too_long', "كلمة مرور الأف تي بي طويلة جدا. جرب كلمة مرور أقصر لا تزيد عن 20 حرفا.");
?>