tbrehm
2010-10-22 fb3a98c0f06fb14a188e5a020936768fa04cb205
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php
$wb['Database'] = 'Database';
$wb['Options'] = 'Opties';
$wb['Shell User'] = 'Shell gebruiker';
$wb['Domain'] = 'Domein';
$wb['Website'] = 'Website';
$wb['Redirect'] = 'Redirect';
$wb['SSL'] = 'SSL';
$wb['Subdomain'] = 'Subdomein voor website';
$wb['Sites'] = 'Sites';
$wb['Aliasdomain'] = 'Aliasdomein voor website';
$wb['FTP-User'] = 'FTP-gebruiker';
$wb['FTP'] = 'FTP';
$wb['Shell-User'] = 'Shell-gebruiker';
$wb['Shell'] = 'Shell';
$wb['Webdav-User'] = 'Webdav-gebruiker';
$wb['Webdav'] = 'Webdav';
$wb['Websites'] = 'Websites';
$wb["Stats"] = 'Statististieken';
$wb["Cron"] = 'Cron';
$wb["Cron Jobs"] = 'Cron Jobs';
$wb["Statistics"] = 'Statististieken';
$wb["Web traffic"] = 'Web Traffic';
?>