| | |
| | | <?php |
| | | |
| | | $wb['template_id_txt'] = 'テンプレート'; |
| | | $wb['server_id_txt'] = 'サーバー'; |
| | | $wb['client_txt'] = 'クライアント'; |
| | | $wb["btn_save_txt"] = 'DNSレコードを追加する'; |
| | | $wb["btn_cancel_txt"] = 'キャンセル'; |
| | | $wb['btn_save_txt'] = 'DNSレコードを追加する'; |
| | | $wb['btn_cancel_txt'] = 'キャンセル'; |
| | | $wb['domain_txt'] = 'ドメイン'; |
| | | $wb['email_txt'] = 'メールアドレス'; |
| | | $wb['ns1_txt'] = 'NS 1'; |
| | |
| | | $wb['error_ns1_empty'] = 'NS1 を指定してください。'; |
| | | $wb['error_ns2_empty'] = 'NS2 を指定してください。'; |
| | | $wb['error_email_empty'] = 'メールアドレスを指定してください'; |
| | | |
| | | $wb['error_domain_regex'] = 'Domain contains invalid characters.'; |
| | | $wb['error_ns1_regex'] = 'NS1 contains invalid characters.'; |
| | | $wb['error_ns2_regex'] = 'NS2 contains invalid characters.'; |
| | | $wb['error_email_regex'] = 'Email does not contain a valid email address.'; |
| | | ?> |
| | | |