| 12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * About English lexicon topic
- *
- * @language en
- * @package modx
- * @subpackage lexicon
- */
- $_lang['help_page_title'] = 'Nápověda & podpora';
- $_lang['help_main_head'] = 'MODX je tu pro vás';
- $_lang['help_main_subhead'] = 'Potřebujete-li pomoci s vaším MODX projektem<br>více informací naleznete na <a href="https://modx.com/community/free-support-options">modx.com/community/free-support-options</a> nebo volejte na + 1 (469) 777-6639';
- $_lang['forums'] = 'Diskuse';
- $_lang['forums_title'] = 'MODX komunitní diskuse';
- $_lang['forums_description'] = 'Pomoc od komunity zdarma';
- $_lang['forums_link'] = 'http://forums.modx.com/';
- $_lang['docs'] = 'Dokumentace';
- $_lang['docs_title'] = 'Přečtěte si báječnou (MODX) příručku';
- $_lang['docs_description'] = 'Přečtěte si oficiální MODX příručku';
- $_lang['docs_link'] = 'https://docs.modx.com/';
- $_lang['bugs'] = 'Sledovač chyb';
- $_lang['bugs_title'] = 'Hlášení chyb a požadavků na nové funkce';
- $_lang['bugs_description'] = 'Nelezli jste nějakou nejasnost? Dejte nám vědět!';
- $_lang['bugs_link'] = 'https://github.com/modxcms/revolution/issues';
- $_lang['support'] = 'Komerční podpora';
- $_lang['support_title'] = 'Koupit profesionální podporu přímo od autorů';
- $_lang['support_description'] = 'Prioritní pomoc přímo od MODX';
- $_lang['support_link'] = 'https://modx.com/services/';
- $_lang['email_placeholder'] = 'you@example.com';
- $_lang['email_sub'] = 'Zůstaňte s MODX v kontaktu';
- $_lang['email_sub_description'] = 'Přihlaste se k <b>MODX Newsletteru</b> a budete dostávat všechny důležité zprávy o MODX. Stačí zadat váš e-mail níže – slibujeme, že vám nikdy nepošleme nevyžádanou poštu.';
- $_lang['email_sub_button'] = 'Přihlásit se';
- $_lang['social_follows'] = '<b>MODX</b> můžete také sledovat na těchto kanálech.';
- $_lang['follow'] = 'Sledovat MODX';
- $_lang['like'] = 'Lajkovat MODX';
- $_lang['circle'] = 'Přidat MODX do kruhu';
- $_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 is free open source software licensed under the <a href="http://www.gnu.org/licenses/gpl-2.0.html" target="_blank">GPL version 2.0</a> or later. Copyright 2005-[[+current_year]] by MODX, LLC. “MODX” is a registered trademark. Do the right thing—please keep this credit and the other information on this page intact.';
|