Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/www/core/lexicon/cs/ |
<?php /** * Welcome Czech lexicon topic * * @language cs * @package modx * @subpackage lexicon * * @author modxcms.cz * @updated 2011-10-24 */ // $_lang['modx_news'] = 'MODX News'; $_lang['modx_news'] = 'Novinky ze světa MODX'; // $_lang['security_notices'] = 'Security Notices'; $_lang['security_notices'] = 'Bezpečnostní oznámení'; // $_lang['welcome_messages'] = 'Your Inbox contains <strong>%d</strong> message(s), of which <strong>%s</strong> are unread.'; $_lang['welcome_messages'] = 'Vaše schránka obsahuje <strong>%d</strong> zpráv, z nichž <strong>%s</strong> je nepřečtených.'; // $_lang['welcome_title'] = 'Welcome to your MODX Content Manager'; $_lang['welcome_title'] = 'Vítejte v MODX správci obsahu'; // $_lang['yourinfo_message'] = 'This section shows some information about you:'; $_lang['yourinfo_message'] = 'Tato část obsahuje údaje o Vašich přístupech:'; // $_lang['yourinfo_previous_login'] = 'Your last login:'; $_lang['yourinfo_previous_login'] = 'Poslední přihlášení:'; // $_lang['yourinfo_title'] = 'Your info'; $_lang['yourinfo_title'] = 'Informace'; // $_lang['yourinfo_total_logins'] = 'Total number of logins:'; $_lang['yourinfo_total_logins'] = 'Celkový počet přihlášení:'; // $_lang['yourinfo_username'] = 'You are logged in as:'; $_lang['yourinfo_username'] = 'Jste přihlášen jako:';