tbrehm
2011-09-26 b31bb1f27f066a2d49f5ab9ee0ca15e985efc788
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb['list_head_txt'] = 'Aレコード';
$wb['active_txt'] = '有効';
$wb['server_id_txt'] = 'サーバー';
$wb['zone_txt'] = 'ゾーン';
$wb['name_txt'] = '名前';
$wb['data_txt'] = '値';
$wb['aux_txt'] = '優先度';
$wb['type_txt'] = '種別';
$wb['add_new_record_txt'] = 'Aレコードを追加する';
$wb['page_txt'] = 'ページ';
$wb['page_of_txt'] = '/';
$wb['delete_confirmation'] = '本当にこのレコードを削除してもいいですか?';
?>