/framework/vendor/phpmailer/language/phpmailer.lang-ja.php
http://zoop.googlecode.com/ · PHP · 25 lines · 17 code · 2 blank · 6 comment · 0 complexity · 92a9ba40802fda118db704bcc25b72c1 MD5 · raw file
- <?php
- /**
- * PHPMailer language file.
- * Japanese Version
- * By Mitsuhiro Yoshida - http://mitstek.com/
- * This file is written in EUC-JP.
- */
- $PHPMAILER_LANG = array();
- $PHPMAILER_LANG["provide_address"] = '?????1?????????' .
- '????????????';
- $PHPMAILER_LANG["mailer_not_supported"] = ' ?????????????????';
- $PHPMAILER_LANG["execute"] = '??????????: ';
- $PHPMAILER_LANG["instantiate"] = '???????????????????';
- $PHPMAILER_LANG["authenticate"] = 'SMTP???: ???????????';
- $PHPMAILER_LANG["from_failed"] = '??From?????????????: ';
- $PHPMAILER_LANG["recipients_failed"] = 'SMTP???: ?????????? ' .
- '????????: ';
- $PHPMAILER_LANG["data_not_accepted"] = 'SMTP???: ?????????????????';
- $PHPMAILER_LANG["connect_host"] = 'SMTP???: SMTP???????????????';
- $PHPMAILER_LANG["file_access"] = '??????????????: ';
- $PHPMAILER_LANG["file_open"] = '???????: ??????????: ';
- $PHPMAILER_LANG["encoding"] = '???????????: ';
- ?>