[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 phpmailer.lang-ja.php

Zen Cart 源代码 phpmailer.lang-ja.php




下载文件

文件名: phpmailer.lang-ja.php
文件类型: PHP文件
文件大小: 1.15 KiB
MD5: ed4ac2c7cf48a00c9c1f9cef4c2d8aec

phpmailer.lang-ja.php - 关闭高亮
  1. <?php
  2. /**
  3.  * PHPMailer language file.  
  4.  * Japanese Version
  5.  * By Mitsuhiro Yoshida - http://mitstek.com/
  6.  * This file is written in EUC-JP.
  7.  */
  8.  
  9. $PHPMAILER_LANG = array();
  10.  
  11. $PHPMAILER_LANG["provide_address"] = 'ʤȤ1ĥ᡼륢ɥ쥹' .
  12.                                      'ꤹɬפޤ';
  13. $PHPMAILER_LANG["mailer_not_supported"] = ' ᡼顼ݡȤƤޤ';
  14. $PHPMAILER_LANG["execute"] = '¹ԤǤޤǤ: ';
  15. $PHPMAILER_LANG["instantiate"] = '᡼ؿưޤǤ';
  16. $PHPMAILER_LANG["authenticate"] = 'SMTP顼: ǧڤǤޤǤ';
  17. $PHPMAILER_LANG["from_failed"] = 'Fromɥ쥹˴ְ㤤ޤ: ';
  18. $PHPMAILER_LANG["recipients_failed"] = 'SMTP顼: μԥɥ쥹 ' .
  19.                                        'ְ㤤ޤ: ';
  20. $PHPMAILER_LANG["data_not_accepted"] = 'SMTP顼: ǡդޤǤ';
  21. $PHPMAILER_LANG["connect_host"] = 'SMTP顼: SMTPۥȤ³ǤޤǤ';
  22. $PHPMAILER_LANG["file_access"] = 'ե˥Ǥޤ: ';
  23. $PHPMAILER_LANG["file_open"] = 'ե륨顼: ե򳫤ޤ: ';
  24. $PHPMAILER_LANG["encoding"] = 'ʥ󥳡ǥ: ';
  25. ?>