| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * About English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['help_page_title'] = 'Yardım & Destek';
- $_lang['help_main_head'] = 'MODX sizin için burada';
- $_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'] = 'Forumlar';
- $_lang['forums_title'] = 'MODX Topluluk Forumları';
- $_lang['forums_description'] = 'Toplumdan ücretsiz yardım';
- $_lang['forums_link'] = 'http://forums.modx.com/';
- $_lang['docs'] = 'Dökümantasyon';
- $_lang['docs_title'] = 'Harika (MODX) Klavuzunu Okuyun';
- $_lang['docs_description'] = 'Resmi MODX kılavuzlarını okuyun';
- $_lang['docs_link'] = 'https://docs.modx.com/';
- $_lang['bugs'] = 'Hata İzleyici';
- $_lang['bugs_title'] = 'Hataları ve Özellik İsteklerini Raporla';
- $_lang['bugs_description'] = 'Bir hata mı buldunuz? Bize bildirin!';
- $_lang['bugs_link'] = 'https://github.com/modxcms/revolution/issues';
- $_lang['support'] = 'Ticari Destek';
- $_lang['support_title'] = 'Şimdi bir Acil Destek Bileti Satın Alın';
- $_lang['support_description'] = 'Kaynaktan öncelikli destek';
- $_lang['support_link'] = 'https://modx.com/services/';
- $_lang['email_placeholder'] = 'you@example.com';
- $_lang['email_sub'] = 'MODX ile güncel kalın';
- $_lang['email_sub_description'] = 'MODX ile ilgili tüm önemli haberleri almak için <b>MODX Haber Bülteni\'ne</b> abone olun. Sadece aşağıya e-postanızı giriniz - asla spam göndermeyeceğimize söz veriyoruz.';
- $_lang['email_sub_button'] = 'Kaydolmak';
- $_lang['social_follows'] = 'Ayrıca, bu kanallarda <b> MODX\'i takip edebilirsiniz </ b>.';
- $_lang['follow'] = 'MODX \'i Takip et';
- $_lang['like'] = 'MODX\'i Beğen';
- $_lang['circle'] = 'MODX sınıfı';
- $_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 sürüm 2.0 </a> veya daha yenisi ile lisanslanmış ücretsiz açık kaynaklı bir yazılımdır. Copyright 2005 - [[+current_year]]tarafından MODX, LLC. "MODX" tescilli bir ticari markadır. Doğru olanı yapın - lütfen bu krediyi ve bu sayfadaki diğer bilgileri sağlam tutun.';
|