Revision 907
Added by doc almost 16 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 -------------------------------------- |
14 |
13-Jan-2009 Christian Sommer |
|
15 |
! updated external PHPMailer class to latest version (v2.3) |
|
14 | 16 |
08-Jan-2009 Christian Sommer |
15 | 17 |
# fixed error message in admin class if type array not defined |
16 | 18 |
05-Jan-2009 Dietrich Roland Pehlke |
trunk/wb/include/phpmailer/language/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 |
?> |
|
1 |
updated external PHPMailer class to latest version (v2.3)