tbrehm
2010-11-24 9f56bd96367f7f3cfa295f23b9129a7dfa1f21af
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
27
<?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';
?>