PHP Classes

File: htdocs/class/mail/phpmailer/language/phpmailer.lang-ja.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/class/mail/phpmailer/language/phpmailer.lang-ja.php   Download  
File: htdocs/class/mail/phpmailer/language/phpmailer.lang-ja.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 6 years ago
Size: 1,924 bytes
 

Contents

Class file image Download
<?php
/**
 * Japanese PHPMailer language file: refer to English translation for definitive list
 * @package PHPMailer
 * @author Mitsuhiro Yoshida <http://mitstek.com/>
 * @author Yoshi Sakai <http://bluemooninc.jp/>
 */

$PHPMAILER_LANG['authenticate'] = 'SMTP???: ???????????';
$PHPMAILER_LANG['connect_host'] = 'SMTP???: SMTP???????????????';
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP???: ?????????????????';
//$PHPMAILER_LANG['empty_message'] = 'Message body empty';
$PHPMAILER_LANG['encoding'] = '???????????: ';
$PHPMAILER_LANG['execute'] = '??????????: ';
$PHPMAILER_LANG['file_access'] = '??????????????: ';
$PHPMAILER_LANG['file_open'] = '???????: ??????????: ';
$PHPMAILER_LANG['from_failed'] = 'From?????????????????????: ';
$PHPMAILER_LANG['instantiate'] = '???????????????????';
//$PHPMAILER_LANG['invalid_address'] = 'Invalid address: ';
$PHPMAILER_LANG['provide_address'] = '?????1????????? ????????????';
$PHPMAILER_LANG['mailer_not_supported'] = ' ?????????????????';
$PHPMAILER_LANG['recipients_failed'] = 'SMTP???: ?????????? ????????: ';
//$PHPMAILER_LANG['signing'] = 'Signing Error: ';
//$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.';
//$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: ';
//$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: ';
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: ';