tbrehm
2010-02-21 c4dc25483be7d153094b412cc097bb053f55f1ed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb['Database'] = 'データベース';
$wb['Options'] = 'オプション';
$wb['Shell User'] = 'Shellユーザー';
$wb['Domain'] = 'ウェブサイト';
$wb['Redirect'] = 'リダイレクト';
$wb['SSL'] = 'SSL';
$wb['Subdomain'] = 'サブドメイン';
$wb['Sites'] = 'サイト';
$wb['Aliasdomain'] = 'エイリアスドメイン';
$wb['FTP-User'] = 'FTPユーザー';
$wb['FTP'] = 'FTP';
$wb['Shell-User'] = 'Shellユーザー';
$wb['Shell'] = 'Shell';
$wb['Websites'] = 'ウェブサイト';
$wb["Stats"] = '利用状況';
?>