moglia
2010-05-16 bef47735b2cc8d484a9533a726f1c7a6c42b3f6c
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'エイリアスドメイン';
$wb['active_txt'] = '有効';
$wb['server_id_txt'] = 'サーバー';
$wb['parent_domain_id_txt'] = 'ウェブサイト';
$wb['domain_txt'] = 'エイリアスドメイン';
$wb['add_new_record_txt'] = 'エイリアスドメインを追加する';
$wb['domain_error_empty'] = 'ドメインを指定してください';
$wb['domain_error_unique'] = '既に登録済みのドメイン名です。別の名前に変更してください。';
$wb['domain_error_regex'] = 'ドメイン名が不正です。';
?>