Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
55 lines
3.4 KiB
PHP
55 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('LANG_login_name', "اسم المستخدم");
|
|
define('LANG_users_fname', "الاسم الأول");
|
|
define('LANG_users_lname', "الاسم الأخير");
|
|
define('LANG_users_passwd', "كلمة المرور");
|
|
define('LANG_users_cpasswd', "التحقق من كلمة المرور");
|
|
define('LANG_passwd_len', "يجب أن تكون كلمة المرور أطول من 6 أحرف");
|
|
define('LANG_err_password', "لا يمكن أن تكون كلمة المرور فارغة");
|
|
define('LANG_err_confirm_password', "التحقق من أن حقل كلمة المرور لا يمكن أن يكون فارغا");
|
|
define('LANG_err_password_mismatch', "كلمات المرور غير متطابقة");
|
|
define('LANG_phone_number', "رقم الهاتف");
|
|
define('LANG_users_email', "البريد الإلكتروني");
|
|
define('LANG_register_a_new_user', "تسجيل مستخدم جديد");
|
|
define('LANG_password_mismatch', "عدم تطابق كلمات المرور");
|
|
define('LANG_confirm_password', "تأكيد كلمة المرور");
|
|
define('LANG_successfull', "نجح");
|
|
define('LANG_click_here', "انقر هنا");
|
|
define('LANG_to_login', "لتسجيل الدخول.");
|
|
define('LANG_registered_on', "مسجل في: %s.");
|
|
define('LANG_register_message', "مرحبا،<br><br>تم إنشاء حسابك في Open Game Panel ويمكنك <a href='%s' target='_blank'>تسجيل الدخول الآن</a>.<br><br>اسم المستخدم: %s<br><br>تذكر تغيير كلمة المرور الخاصة بك في كثير من الأحيان وأول مرة تسجيل الدخول.<br><br>رجاءا لا ترد على هذا الأيميل!<br><br>______________________________<br>Black Market Servers");
|
|
define('LANG_err_captcha', "لا يتطابق CAPTCHA.");
|
|
define('LANG_err_login_name', "اسم المستخدم فارغ أو قيد الاستخدام.");
|
|
define('LANG_err_first_name', "أدخل أسمك.");
|
|
define('LANG_err_last_name', "لم يتم إدخال الاسم الأخير.");
|
|
define('LANG_err_phone_number', "رقم الهاتف فارغ.");
|
|
define('LANG_err_email_address', "عنوان بريد إلكتروني فارغ أو غير صحيح.");
|
|
define('LANG_err_email_address_already_in_use_by', "عنوان البريد الإلكتروني قيد الاستخدام من قبل <b>%s</b>.");
|
|
define('LANG_user_registration', "تسجيل المستخدم");
|
|
define('LANG_your_account_details_has_been_sent_by_email_to', "تم إرسال تفاصيل حسابك عبر البريد الإلكتروني إلى <b>%s</b>.");
|
|
define('LANG_account_created', "لقد تم إنشاء حسابك.");
|
|
define('LANG_subject', "%s :: معلومات الحساب");
|
|
?>
|