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 /** * Mail Czech lexicon topic * * @language cs * @package modx * @subpackage lexicon * * @author modxcms.cz * @updated 2011-10-23 */ // $_lang['mail_err_address_ns'] = 'You must provide an email address to send to.'; $_lang['mail_err_address_ns'] = 'Cílová e-mailová adresa musí být vyplněna.'; // $_lang['mail_err_derive_getmailer'] = 'Attempt to call abstract function _getMailer() in modMail class. You must implement this function in a derivative of modMail.'; $_lang['mail_err_derive_getmailer'] = 'Pokus o zavolání abstraktní funkce _getMailer() ve třídě modMail. Musíte implementovat tuto funkci v odloučeninách modMail.'; // $_lang['mail_err_attr_nv'] = '[[+attr]] is not a valid PHPMailer attribute and is being ignored by the implementation.'; $_lang['mail_err_attr_nv'] = '[[+attr]] není platným atributem PHPMaileru a bude implementací ignorován.'; // $_lang['mail_err_unset_spec'] = 'modPHPMailer does not support unsetting specific addresses. Use reset() to clear all recipients and add back the ones you want to send to.'; $_lang['mail_err_unset_spec'] = 'modPHPMailer nepodporuje nenastavení dané adresy. Použijte reset() pro smazání všech příjemců a následně přidejte toho, kterého chcete.';