branch prepared
[mailer.git] / inc / 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"] = '�᡼��ؿ�5���ư��ޤ���Ǥ�����';
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 ?>