tbrehm
2011-04-20 2aaf93e5ad80a1b2f9605c1d14c6d702f23d355c
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'] = 'サーバーを追加する';
?>