tbrehm
2010-02-04 ea2b211820ababebbda558f569e72f5c081c609c
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"] = 'ドメイン名が不正です。';
?>