tbrehm
2010-02-04 ea2b211820ababebbda558f569e72f5c081c609c
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb["list_head_txt"] = 'サーバー';
$wb["server_name_txt"] = 'サーバー名';
$wb["mail_server_txt"] = 'メール';
$wb["web_server_txt"] = 'ウェブ';
$wb["dns_server_txt"] = 'DNS';
$wb["file_server_txt"] = 'ファイルサーバー';
$wb["db_server_txt"] = 'DB';
$wb["vserver_server_txt"] = 'VServer';
$wb["add_new_record_txt"] = 'サーバーを追加する';
?>