| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * About English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['help_page_title'] = 'مساعدة ودعم';
- $_lang['help_main_head'] = 'مودكس هنا من أجلك';
- $_lang['help_main_subhead'] = 'See below to get the help you need for your MODX project<br>Find more details at <a href="https://modx.com/community/free-support-options">modx.com/community/free-support-options</a> or call +1 (469) 777-6639';
- $_lang['forums'] = 'منتديات';
- $_lang['forums_title'] = 'منتديات مجتمع مودكس';
- $_lang['forums_description'] = 'مساعدة مجانية من المجتمع';
- $_lang['forums_link'] = 'http://forums.modx.com/';
- $_lang['docs'] = 'التوثيق';
- $_lang['docs_title'] = 'اقرأ دليل استخدم (مودكس) الرائع';
- $_lang['docs_description'] = 'اقرأ دليل مودكس الرسمي';
- $_lang['docs_link'] = 'https://docs.modx.com/';
- $_lang['bugs'] = 'متتبع الأخطاء';
- $_lang['bugs_title'] = 'الإبلاغ عن مشكلة اوطلب ميزة جديدة';
- $_lang['bugs_description'] = 'واجهتك مشكلة؟أخبرنا عنها!';
- $_lang['bugs_link'] = 'https://github.com/modxcms/revolution/issues';
- $_lang['support'] = 'الدعم التجاري';
- $_lang['support_title'] = 'شراء بطاقة دعم طارئ الآن';
- $_lang['support_description'] = 'دعم ذو أولوية عالية من المصدر';
- $_lang['support_link'] = 'https://modx.com/services/';
- $_lang['email_placeholder'] = 'you@example.com';
- $_lang['email_sub'] = 'ابق على اطلاع على أخر التحديثات مع مودكس';
- $_lang['email_sub_description'] = 'اشترك ب <b> رسائل مودكس الأخبارية </br> واحصل على اخبار هامة حول مودكس. فقط أدخل بريدك الألكتروني بالأسفل - نعدك بألا نرسل بريد مزعج لك.';
- $_lang['email_sub_button'] = 'تسجيل الاشتراك';
- $_lang['social_follows'] = 'يمكنك أيضا <b> متابعة مودكس </b> على هذه القنوات.';
- $_lang['follow'] = 'متابعة مودكس';
- $_lang['like'] = 'أعجب بمودكس';
- $_lang['circle'] = 'دوائر مودكس';
- $_lang['help_about'] = 'The MODX® software you are using is the result of collaboration with an amazing community of users, supporters and developers. Since 2004, the team behind MODX has sponsored and managed it, funding ongoing work through commercial support and commissioned features. You can <a href="https://modx.com/services/" class="supportTicket">buy support from the source</a> to get one hour of emergency support (also usable for two hours non-priority support). Or <a href="mailto:hello@modx.com?subject=MODX Manager Inquiry ">email us</a> if you have another question about MODX in general.';
- $_lang['help_credit'] = 'مودكس هو برنامج مفتوح المصدر مرخص لـ <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GPL version 2.0</a> أو بعد. حقوق النشر 2005-[[+current_year]] من قبل MODX, LLC. إن "MODX" هو ماركة مسجلة. رجاء قم بالشيء الصحيح وأبقي هذه الائتمان وباقي المعلومات في هذه الصفحة سليمة.';
|