tbrehm
2010-02-04 ea2b211820ababebbda558f569e72f5c081c609c
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'] = '本当にこのレコードを削除してもいいですか?';
?>