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

37 lines
2.6 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 modulemanager module (Persian localization)
*/
define('OGP_LANG_module_id', "ID ماژول");
define('OGP_LANG_module_name', "نام ماژول");
define('OGP_LANG_module_folder', "پوشه ماژول");
define('OGP_LANG_module_version', "نسخه ماژول");
define('OGP_LANG_db_version', "نسخه پایگاه داده");
define('OGP_LANG_modules_available_for_install', "ماژول های دلخواه و در دسترس برای نصب:");
define('OGP_LANG_install', "نصب");
define('OGP_LANG_uninstall', "حذف");
define('OGP_LANG_modules', "ماژول ها");
define('OGP_LANG_update_modules', "به روزرسانی ماژول ها");
define('OGP_LANG_no_installed_modules', "ماژول نصب شده ای پیدا نشد.");
define('OGP_LANG_not_complete', "The install/uninstall feature is not complete and might not work properly. WARNING: Data loss may occur in the OGP database!");
define('OGP_LANG_core_mods_installed', "ماژول های اصلی نصب شده:");
define('OGP_LANG_custom_mods_installed', "ماژول های دلخواه نصب شده:");
define('OGP_LANG_installing_module', "درحال نصب ماژول \"%s\"");
define('OGP_LANG_successfully_installed_module', "ماژول %s با موفقیت نصب شد.");
define('OGP_LANG_failed_to_install_module', "نصب ماژول %s با مشکل مواجه شد.");
define('OGP_LANG_adding_module', "ماژول %s در حال اضافه شدن است.");
define('OGP_LANG_module_already_installed', "ماژول \"%s\" از قبل نصب شده است.");
define('OGP_LANG_uninstalling_module', "درحال حذف ماژول \"%s\"");
define('OGP_LANG_successfully_uninstalled_module', "ماژول %s با موفقیت حذف شد.");
define('OGP_LANG_failed_to_uninstall_module', "حذف ماژول %s با شکست مواجه شد.");
define('OGP_LANG_module_file_missing', "دایرکتوری فایل module.php را پیدا نمی کنید.");
define('OGP_LANG_module_file_missing_info', "is missing the required information.");
define('OGP_LANG_query_failed', "اجرای Query با شکست مواجه شد");
define('OGP_LANG_query_failed_2', "به پایگاه داده");
define('OGP_LANG_failed_del_db', "حذف ماژول از پایگاه داده با شکست مواجه شد.");
define('OGP_LANG_updated_module', "ماژول به روزرسانی شده: \"%s\".");
define('OGP_LANG_updating_modules', "درحال به روزرسانی ماژول ها");
define('OGP_LANG_updating_finished', "به روزرسانی به پایان رسید");
define('OGP_LANG_prereqs_missing', "Prerequisites of %s must be installed on the server before %s can be installed.");
?>