Files
nexusphp/lang/ja/lang_mailtest.php
2025-04-19 02:06:51 +07:00

16 lines
954 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_mailtest = array (
'head_mail_test' => 'メールテスト',
'text_mail_test' => 'メールテスト',
'row_enter_email' => 'メールアドレスを入力してください',
'text_enter_email_note' => 'yourname@gmail.comなど、テストメールの受信に使用されるメールアドレスを入力してください',
'submit_send_it' => '送信!',
'text_smtp_testing_mail' => 'テストメール',
'std_error' => '間違い',
'std_invalid_email_address' => '無効なメールアドレス!',
'mail_test_mail_content' => 'こんにちは、このメッセージが表示されれば、SMTP電子メール送信機能は正常です。幸せな願い',
'std_success' => '成功',
'std_success_note' => 'エラーは発生しませんでしたが、これは電子メールが正常に送信されたに違いないため、意図せずでした。メールアドレスを確認してください。',
);