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 Page Czech lexicon topic * * @language cs * @package modx * @subpackage lexicon * * @author modxcms.cz * @updated 2012-09-27 */ // $_lang['active_users_none'] = 'No currently active users.'; $_lang['active_users_none'] = 'V tuto chvíli není přihlášen žádný jiný uživatel.'; // $_lang['add_user'] = 'Add User'; $_lang['add_user'] = 'Přidat uživatele'; // $_lang['create_resource'] = 'Create Resource'; $_lang['create_resource'] = 'Vytvořit dokument'; // $_lang['dashboard'] = 'Dashboard'; $_lang['dashboard'] = 'Nástěnka'; // $_lang['documentation'] = 'Documentation'; $_lang['documentation'] = 'Dokumentace'; // $_lang['file_bug'] = 'File a bug'; $_lang['file_bug'] = 'Hlášení o chybě'; // $_lang['forums'] = 'Forums'; $_lang['forums'] = 'Diskuse'; // $_lang['help'] = 'Help'; $_lang['help'] = 'Nápověda'; // $_lang['modx_news'] = 'MODX News'; $_lang['modx_news'] = 'Novinky'; // $_lang['onlineusers_action'] = 'Action'; $_lang['onlineusers_action'] = 'Akce'; // $_lang['onlineusers_actionid'] = 'Action-ID'; $_lang['onlineusers_actionid'] = 'ID akce'; // $_lang['onlineusers_ipaddress'] = 'User's IP address'; $_lang['onlineusers_ipaddress'] = 'IP adresa uživatele'; // $_lang['onlineusers_lasthit'] = 'Last hit'; $_lang['onlineusers_lasthit'] = 'Poslední klik'; // $_lang['onlineusers_message'] = 'This list shows all users active within the last 20 minutes (current time is [[+curtime]])'; $_lang['onlineusers_message'] = 'Zde vidíte všechny uživatele, kteří byli aktivní za posledních 20 minut (nyní je [[+curtime]])'; // $_lang['onlineusers_title'] = 'Online users'; $_lang['onlineusers_title'] = 'Online uživatelé'; // $_lang['onlineusers_user'] = 'User'; $_lang['onlineusers_user'] = 'Uživatel'; // $_lang['onlineusers_userid'] = 'User's ID'; $_lang['onlineusers_userid'] = 'ID uživatele'; // $_lang['quicklinks'] = 'Quicklinks'; $_lang['quicklinks'] = 'Rychlé odkazy'; // $_lang['security_notices'] = 'Security Notices'; $_lang['security_notices'] = 'Bezpečnostní poznámky'; // $_lang['view_tree'] = 'View Tree'; $_lang['view_tree'] = 'Zobrazit strom'; // $_lang['welcome_back'] = 'Welcome back, [[+name]].'; $_lang['welcome_back'] = 'Vítejte zpět, [[+name]].'; // $_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 toho <strong>%s</strong> 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 zobrazuje informace o Vás:'; // $_lang['yourinfo_previous_login'] = 'Your last login:'; $_lang['yourinfo_previous_login'] = 'Poslední přihlášení:'; // $_lang['yourinfo_title'] = 'Your info'; $_lang['yourinfo_title'] = 'Vaše 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:';