| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * About English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['help_page_title'] = 'सहायता & समर्थन';
- $_lang['help_main_head'] = 'MODX यहाँ आप के लिए है';
- $_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'] = 'Forums';
- $_lang['forums_title'] = 'MODX सामुदायिक मंचों';
- $_lang['forums_description'] = 'नि: शुल्क समुदाय से मदद';
- $_lang['forums_link'] = 'http://forums.modx.com/';
- $_lang['docs'] = 'प्रलेखन';
- $_lang['docs_title'] = 'शानदार (MODX) मैनुअल पढ़ें';
- $_lang['docs_description'] = 'आधिकारिक MODX नियमावली पढ़ें';
- $_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'] = 'MODX के साथ Up to Date रहना';
- $_lang['email_sub_description'] = '<b>MODX न्यूजलेटर</b> MODX के बारे में सभी महत्वपूर्ण समाचार प्राप्त करने के लिए सदस्यता लें। बस नीचे अपना ईमेल दर्ज करें — हम कभी स्पैम नहीं भेजने के लिए वादा करता हे।';
- $_lang['email_sub_button'] = 'साइन अप';
- $_lang['social_follows'] = 'आप भी इन चैनलों पर <b>MODX का पालन</b> कर सकते हैं।';
- $_lang['follow'] = 'MODX का पालन करें';
- $_lang['like'] = 'MODX की तरह';
- $_lang['circle'] = 'MODX सर्कल';
- $_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'] = 'MODX मुफ्त खुला स्रोत सॉफ़्टवेयर के तहत <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank"> GPL संस्करण 2.0</a> या बाद में लाइसेंस प्राप्त है। कॉपीराइट 2005-[[+current_year]] MODX, LLC द्वारा। "MODX" एक पंजीकृत ट्रेडमार्क है। सही काम करते हैं-कृपया इस क्रेडिट और इस पृष्ठ पर अन्य जानकारी बरकरार रखें।';
|