tbrehm
2011-04-04 1ca823723668e01b1b998faec5f8d8153545cfa8
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
<?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';
$wb['Website quota (Harddisk)'] = 'Website quota (Harddisk)';
?>