tbrehm
2010-06-30 0f7d3e2306acbdf618ed2a2d48d1c8cf3457fd87
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'] = 'サーバーを追加する';
?>