mcramer
2012-08-18 5e4f60c7b94071e4845f78ee667176cfbb078d2a
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
28
29
30
31
32
33
34
<?php
$wb['Websites'] = 'Siti';
    $wb['Website'] = 'Siti';
    $wb['Subdomain'] = 'Sottodomini';
    $wb['Aliasdomain'] = 'Alias dominio';
 
    $wb['Database'] = 'Databases';
    $wb['Database Users'] = 'Database Users';
 
$wb['Web Access'] = 'Web Access';
    $wb['FTP-User'] = 'Utente FTP';
    $wb['Webdav-User'] = 'Utente Webdav';
    $wb['Folder'] = 'Protected Folders';
    $wb['Folder users'] = 'Protected Folder Users';
 
$wb['Command Line'] = 'Command Line';
    $wb['Shell-User'] = 'Utente Shell';
    $wb["Cron Jobs"] = 'Cron Jobs';
 
$wb["Statistics"] = 'Statistiche';
    $wb["Web traffic"] = 'Traffico web';
    $wb["Website quota (Harddisk)"] = 'Quota sito web (Harddisk)';
    
$wb["Cron"] = 'Cron';
$wb["Stats"] = 'Statistiche';
$wb['Shell'] = 'Shell';
$wb['Webdav'] = 'WebDAV';
$wb['FTP'] = 'FTP';
$wb['Options'] = 'Opzioni';
$wb['Domain'] = 'Dominio';
$wb['Redirect'] = 'Redirect';
$wb['SSL'] = 'SSL';
$wb['Sites'] = 'Sito web';
?>