56 lines
3.4 KiB
PHP
56 lines
3.4 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_module_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', "ميزة التثبيت / إلغاء التثبيت ليست كاملة وقد لا تعمل بشكل صحيح. تحذير: قد يحدث فقدان البيانات في قاعدة بيانات أوغب!");
|
||
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', "يفتقد المعلومات المطلوبة.");
|
||
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', "المتطلبات الأساسية ل%s يجب أن يتم تثبيتها على الخادم قبل %s أن يتم تثبيتها.");
|
||
?>
|