tbrehm
2010-03-03 61c77268159454a8db8b52b7494b451cadf9f698
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"] = 'サーバーを追加する';
?>