45 lines
No EOL
4 KiB
PHP
45 lines
No EOL
4 KiB
PHP
<?php
|
|
/*
|
|
* Language definitions for the subusers module (Arabic localization)
|
|
*/
|
|
|
|
define('OGP_LANG_login_name', "إسم المستخدم");
|
|
define('OGP_LANG_first_name', "الاسم الأول");
|
|
define('OGP_LANG_last_name', "الاسم الأخير");
|
|
define('OGP_LANG_phone_number', "رقم الهاتف");
|
|
define('OGP_LANG_email_address', "البريد الإلكتروني");
|
|
define('OGP_LANG_register_a_new_user', "تسجيل مستخدم جديد");
|
|
define('OGP_LANG_password_mismatch', "عدم تطابق كلمات المرور");
|
|
define('OGP_LANG_confirm_password', "تأكيد كلمة المرور");
|
|
define('OGP_LANG_subuser_password', "كلمة مرور المستخدم الفرعي");
|
|
define('OGP_LANG_subuser_man', "إدارة المستخدم الفرعي");
|
|
define('OGP_LANG_successfull', "نجح");
|
|
define('OGP_LANG_click_here', "انقر هنا");
|
|
define('OGP_LANG_to_login', "لتسجيل الدخول.");
|
|
define('OGP_LANG_registered_on', "مسجل في");
|
|
define('OGP_LANG_register_message', "مرحبا، <br><br>تم إنشاء حساب Open Game Panel، ويمكنك الآن تسجيل الدخول باستخدام معلومات الحساب التالية:<br><br>اسم المستخدم: %s<br>كلمه السر: %s<br><br>تذكر تغيير كلمة المرور الخاصة بك في كثير من الأحيان، وأول مرة تقوم بتسجيل الدخول.<br><br>رجاءا لا ترد على هذا الأيميل!<br><br>______________________________<br>Black Market Servers");
|
|
define('OGP_LANG_err_password', "لا يمكن أن تكون كلمة المرور فارغة");
|
|
define('OGP_LANG_err_confirm_password', "التحقق من أن حقل كلمة المرور لا يمكن أن يكون فارغا");
|
|
define('OGP_LANG_err_password_mismatch', "كلمات المرور غير متطابقة");
|
|
define('OGP_LANG_err_captcha', "لا يتطابق CAPTCHA.");
|
|
define('OGP_LANG_err_login_name', "اسم المستخدم فارغ أو قيد الاستخدام.");
|
|
define('OGP_LANG_err_first_name', "أدخل أسمك.");
|
|
define('OGP_LANG_err_last_name', "لم يتم إدخال الاسم الأخير.");
|
|
define('OGP_LANG_err_phone_number', "رقم الهاتف فارغ.");
|
|
define('OGP_LANG_err_email_address', "عنوان بريد إلكتروني فارغ أو غير صحيح.");
|
|
define('OGP_LANG_err_users_parent', "لا يجوز لحسابات المستخدمين الفرعية إنشاء مستخدمين آخرين.");
|
|
define('OGP_LANG_err_parent_user', "يجب أن يشير معرف مستخدم الأصل إلى مستخدم موجود مسبقا صالح.");
|
|
define('OGP_LANG_err_email_address_already_in_use_by', "عنوان البريد الإلكتروني قيد الاستخدام من قبل <b>%s</b>.");
|
|
define('OGP_LANG_user_registration', "تسجيل المستخدم");
|
|
define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "تم إرسال تفاصيل حسابك عبر البريد الإلكتروني إلى <b>%s</b>.");
|
|
define('OGP_LANG_subject', "مرحبا %s, مرحبا بك في%s!");
|
|
define('OGP_LANG_sub_user', "المستخدمين الفرعيين");
|
|
define('OGP_LANG_create_sub_user', "إضافة مستخدم فرعي");
|
|
define('OGP_LANG_listdel_sub_user', "قائمة، تعديل معلومات حساب المستخدم الفرعي، أو حذف المستخدم الفرعي");
|
|
define('OGP_LANG_delete_sub_user', "تحرير / حذف المستخدم الفرعي");
|
|
define('OGP_LANG_del_subuser_conf', "هل تريد بالتأكيد حذف هذا الحساب:");
|
|
define('OGP_LANG_no_subusers', "لم يتم إنشاء أي مستخدمين فرعيين ضمن حسابك حتى الآن!");
|
|
define('OGP_LANG_subuser_deleted', "المستخدم الفرعي %s تم حذفه بنجاح من قاعدة البيانات!");
|
|
define('OGP_LANG_subuser_added', "المستخدم الفرعي %s تم إنشاء بنجاح وإضافة إلى قاعدة البيانات!");
|
|
define('OGP_LANG_your_subusers', "حسابات المستخدمين الفرعية المملوكة");
|
|
?>
|