Panel/lang/Persian/install.php
2025-09-11 13:29:15 -04:00

69 lines
5.1 KiB
PHP

<?php
/*
*
* OGP - Open Game Panel
* Copyright (C) 2008 - 2018 The OGP Development Team
*
* http://www.opengamepanel.org/
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*/
define('OGP_LANG_install_lang', "زبان خود را انتخاب کنید");
define('OGP_LANG_install_welcome', "Welcome to the Open Game Panel Installer");
define('OGP_LANG_file_permission_check', "بررسی دسترسی های مورد نیاز فایل");
define('OGP_LANG_OK', "خوبه");
define('OGP_LANG_write_permission_required', "دسترسی Write مورد نیاز است");
define('OGP_LANG_execute_permission_required', "دسترسی Execute مورد نیاز است");
define('OGP_LANG_create_an_empty_file', "ساخت یک فایل خالی.");
define('OGP_LANG_found', "پیدا شد");
define('OGP_LANG_not_found', "پیدا نشد");
define('OGP_LANG_pear_xxtea_info', "برای استفاده از OGP به Pear Crypt_XXTEA نیاز دارید. در اکثر توزیع های لینوکس با این دستور Pear میتوانید این ماژول را نصب کنید \"pear install Crypt_XXTEA-beta\".");
define('OGP_LANG_refresh', "بارگذاری مجدد");
define('OGP_LANG_checking_required_modules', "Checking required modules");
define('OGP_LANG_checking_optional_modules', "Checking optional modules");
define('OGP_LANG_database_type', "نوع پایگاه داده");
define('OGP_LANG_database_settings', "دسترسی به تنظیمات پایگاه داده");
define('OGP_LANG_database_hostname', "میزبان پایگاه داده");
define('OGP_LANG_database_username', "نام کاربری پایگاه داده");
define('OGP_LANG_database_password', "گذرواژه پایگاه داده");
define('OGP_LANG_database_name', "نام پایگاه داده");
define('OGP_LANG_database_prefix', "پیشوند پایگاه داده");
define('OGP_LANG_next', "بعدی");
define('OGP_LANG_encryption_key', "کلید Encryption ( در Agent )");
define('OGP_LANG_agent_port', "پورت ( در Agent )");
define('OGP_LANG_unable_to_write_config', "امکان نوشتن فایل Configuration وجود ندارد. لطفا مجددا دسترسی های نوشتن را بررسی کنید.");
define('OGP_LANG_admin_login_details', "اطلاعات ورود مدیر");
define('OGP_LANG_config_written', "فایل های Config با موفقیت ساخته شدند.");
define('OGP_LANG_database_created', "Table های پایگاه داده با موفقیت ساخته شدند.");
define('OGP_LANG_admin_login_details_info', "حالا برای مدیریت Open Game Panel، یک حساب مدیر می سازیم.");
define('OGP_LANG_username', "نام کاربری");
define('OGP_LANG_repeat_password', "تکرار گذرواژه");
define('OGP_LANG_email', "پست الکترونیکی");
define('OGP_LANG_back', "بازگشت");
define('OGP_LANG_database_setup_failure', "ساخت پایگاه داده امکان پذیر نیست، لطفا مجددا پیکربندی پایگاه داده خود را بررسی کنید.");
define('OGP_LANG_php_version_check', "Checking PHP version");
define('OGP_LANG_invalid_username', "نام کاربری وارد شده قابل قبول نیست.");
define('OGP_LANG_password_too_short', "گذرواژه شما خیلی کوتاه است. طول گذرواژه باید حداقل \"%d\" کاراکتر باشد.");
define('OGP_LANG_password_contains_invalid_characters', "گذرواژه شما شامل کاراکتر های غیرمجاز است.");
define('OGP_LANG_invalid_email_address', "پست الکترونیکی شما معتبر نمی باشد.");
define('OGP_LANG_setup_complete', "پیکربندی با موفقیت به پایان رسید، Open Game Panel آماده استفاده می باشد.");
define('OGP_LANG_remove_install_and_secure_config', "فایل install.php را حذف کنید و دسترسی includes/config.inc.php را به 644 برگردانید.");
define('OGP_LANG_go_to_panel', "برای ورود به OGP کلیک کنید.");
define('OGP_LANG_unable_to_resolve', "اگر قادر به حل مشکلتان نیستید، به وبسایت OGP مراجعه فرمایید.");
define('OGP_LANG_slogan', "نسخه متن-باز");
define('OGP_LANG_default_welcome_title_message', "خوش آمدید! <b style='font-size:12px; font-weight:normal;'>شما میتوانید این عنوان را در \"<a href='?m=settings&p=themes'>تنظیمات پوسته</a>\" در منو \"<a href='?m=administration&p=main'>مدیریت</a>\" ویرایش کنید.</b>");
?>