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/ja/ |
<?php /** * Mail Japanese lexicon topic * * @language ja * @package modx * @subpackage lexicon * @author honda http://kogus.org 2012-12-04 * @author shimojo http://www.priqia.com/ */ $_lang['mail_err_address_ns'] = '送信先のメールアドレスが必要です。'; $_lang['mail_err_derive_getmailer'] = 'modMailクラスの抽象メソッド_getMailer() のコールを試みます。modMailクラスの派生クラスでは、このメソッドを実装する必要があります。'; $_lang['mail_err_attr_nv'] = '[[+attr]] は有効なPHPMailerの属性ではないため、実装によって無視されます。'; $_lang['mail_err_unset_spec'] = 'modPHPMailerは個別のアドレスのアンセットをサポートしていません。reset() を使用して全ての送信先を削除し、再度送信先を追加してください。';