File: phpmailer.lang-ja.php

package info (click to toggle)
libphp-phpmailer 1.73-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 496 kB
  • ctags: 678
  • sloc: php: 2,252; makefile: 37
file content (25 lines) | stat: -rw-r--r-- 1,177 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?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"] = 'ʥ󥳡ǥ: ';
?>