tbrehm
2009-03-17 9994de85fcf14a98dcc54cc7399b87e34d9b3c29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb['Database'] = 'Database';
$wb['Options'] = 'Opties';
$wb['Shell User'] = 'Shell gebruiker';
$wb['Domain'] = 'Domein';
$wb['Redirect'] = 'Redirect';
$wb['SSL'] = 'SSL';
$wb['Subdomain'] = 'Subdomein';
$wb['Sites'] = 'Sites';
$wb['Aliasdomain'] = 'Aliasdomein';
$wb['FTP-User'] = 'FTP-gebruiker';
$wb['FTP'] = 'FTP';
$wb['Shell-User'] = 'Shell-gebruiker';
$wb['Shell'] = 'Shell';
$wb['Websites'] = 'Websites';
$wb['Stats'] = 'Statistics';
?>