ftimme
2012-05-18 2a189307eb0a6693a8d64b62e3845ca87c58d1eb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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'] = 'ドメイン名が不正です。';
$wb['no_redirect_txt'] = 'No redirect';
$wb['no_flag_txt'] = 'No flag';
$wb['none_txt'] = 'None';
?>