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 /** * Plugin Czech lexicon topic * * @language cs * @package modx * @subpackage lexicon * * @author modxcms.cz * @updated 2011-10-23 */ // $_lang['event'] = 'Event'; $_lang['event'] = 'Událost'; // $_lang['events'] = 'Events'; $_lang['events'] = 'Události'; // $_lang['plugin'] = 'Plugin'; $_lang['plugin'] = 'Plugin'; // $_lang['plugin_add'] = 'Add Plugin'; $_lang['plugin_add'] = 'Přidat plugin'; // $_lang['plugin_add_to_event'] = 'Add Plugin to Event'; $_lang['plugin_add_to_event'] = 'Přidat plugin pro událost'; // $_lang['plugin_code'] = 'Plugin code (php)'; $_lang['plugin_code'] = 'Kód pluginu (php)'; // $_lang['plugin_config'] = 'Plugin configuration'; $_lang['plugin_config'] = 'Nastavení pluginu'; // $_lang['plugin_desc'] = 'Description'; $_lang['plugin_desc'] = 'Popis'; // $_lang['plugin_desc_category'] = 'The Category this Plugin belongs in.'; $_lang['plugin_desc_category'] = 'Kategorie, do které tento plugin patří.'; // $_lang['plugin_desc_description'] = 'A short description of this Plugin.'; $_lang['plugin_desc_description'] = 'Popis pluginu.'; // $_lang['plugin_desc_name'] = 'The name of this Plugin.'; $_lang['plugin_desc_name'] = 'Název pluginu.'; // $_lang['plugin_delete_confirm'] = 'Are you sure you want to delete this plugin?'; $_lang['plugin_delete_confirm'] = 'Opravdu chcete odstranit tento plugin?'; // $_lang['plugin_disabled'] = 'Plugin Disabled'; $_lang['plugin_disabled'] = 'Plugin zakázán'; // $_lang['plugin_duplicate_confirm'] = 'Are you sure you want to duplicate this plugin?'; $_lang['plugin_duplicate_confirm'] = 'Opravdu chcete zkopírovat tento plugin?'; // $_lang['plugin_err_create'] = 'An error occurred while creating the plugin.'; $_lang['plugin_err_create'] = 'Nastala chyba při vytváření pluginu.'; // $_lang['plugin_err_exists_name'] = 'A plugin already exists with the name "[[+name]]".'; $_lang['plugin_err_exists_name'] = 'Plugin s názvem "[[+name]]" již existuje.'; // $_lang['plugin_err_invalid_name'] = 'Plugin name is invalid.'; $_lang['plugin_err_invalid_name'] = 'Název pluginu není platný.'; // $_lang['plugin_err_nf'] = 'Plugin not found!'; $_lang['plugin_err_nf'] = 'Plugin nenalezen!'; // $_lang['plugin_err_ns'] = 'Plugin not specified.'; $_lang['plugin_err_ns'] = 'Nespecifikovaný plugin.'; // $_lang['plugin_err_ns_name'] = 'Please specify a name for the plugin.'; $_lang['plugin_err_ns_name'] = 'Zadejte název pluginu.'; // $_lang['plugin_err_remove'] = 'An error occurred while remove the plugin.'; $_lang['plugin_err_remove'] = 'Nastala chyba při odstraňování pluginu.'; // $_lang['plugin_err_save'] = 'An error occurred while saving the plugin.'; $_lang['plugin_err_save'] = 'Nastala chyba při ukládání pluginu.'; // $_lang['plugin_event_err_duplicate'] = 'An error occurred when trying to duplicate the plugin events'; $_lang['plugin_event_err_duplicate'] = 'Nastala chyba při kopírování událostí pluginu'; // $_lang['plugin_event_err_nf'] = 'Plugin event not found.'; $_lang['plugin_event_err_nf'] = 'Událost pluginu nenalezena.'; // $_lang['plugin_event_err_ns'] = 'Plugin event not specified.'; $_lang['plugin_event_err_ns'] = 'Nespecifikovaná událost pluginu.'; // $_lang['plugin_event_err_remove'] = 'An error occurred while removing the plugin event.'; $_lang['plugin_event_err_remove'] = 'Nastala chyba při odstraňování události pluginu.'; // $_lang['plugin_event_err_save'] = 'An error occurred while saving the plugin event.'; $_lang['plugin_event_err_save'] = 'Nastala chyba při ukládání události pluginu.'; // $_lang['plugin_event_msg'] = 'Select the events that you would like this plugin to listen to.'; $_lang['plugin_event_msg'] = 'Vyberte události, při kterých má být plugin proveden.'; // $_lang['plugin_event_plugin_remove_confirm'] = 'Are you sure you want to remove this plugin from this event?'; $_lang['plugin_event_plugin_remove_confirm'] = 'Opravdu chcete odstranit plugin z této události?'; // $_lang['plugin_event_update'] = 'Update Plugin Event'; $_lang['plugin_event_update'] = 'Upravit události pluginu'; // $_lang['plugin_lock'] = 'Lock plugin for editing'; $_lang['plugin_lock'] = 'Uzamknout plugin pro úpravy'; // $_lang['plugin_lock_msg'] = 'Users must have the edit_locked attribute in order to edit this plugin.'; $_lang['plugin_lock_msg'] = 'Uživatelé musí mít atribut "edit_locked" v případě, že chtějí upravovat tento plugin.'; // $_lang['plugin_locked_message'] = 'This plugin is locked.'; $_lang['plugin_locked_message'] = 'Plugin je uzamčen.'; // $_lang['plugin_management_msg'] = 'Here you can choose which plugin you wish to edit.'; $_lang['plugin_management_msg'] = 'Vyberte, který plugin chcete upravovat.'; // $_lang['plugin_msg'] = 'Here you can add/edit plugins. Plugins are 'raw' PHP codes that are invoked whenever the selected System Events are triggered.'; $_lang['plugin_msg'] = 'Na tomto místě můžete přidávat/upravovat pluginy. Pluginy jsou "surové" PHP kódy, které jsou vyvolány nastaneli určená systémová událost.'; // $_lang['plugin_name'] = 'Plugin name'; $_lang['plugin_name'] = 'Název pluginu'; // $_lang['plugin_new'] = 'New Plugin'; $_lang['plugin_new'] = 'Nový plugin'; // $_lang['plugin_priority'] = 'Edit Plugin Execution Order by Event'; $_lang['plugin_priority'] = 'Upravit pořadí spouštěných pluginů v daných událostech'; // $_lang['plugin_properties'] = 'Plugin Properties'; $_lang['plugin_properties'] = 'Vlastnosti pluginu'; // $_lang['plugin_title'] = 'Create/edit plugin'; $_lang['plugin_title'] = 'Vytvořit/upravit plugin'; // $_lang['plugin_untitled'] = 'Untitled plugin'; $_lang['plugin_untitled'] = '_Bezejmenný plugin'; // $_lang['plugins'] = 'Plugins'; $_lang['plugins'] = 'Pluginy';