ftimme
2012-05-18 2a189307eb0a6693a8d64b62e3845ca87c58d1eb
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'] = 'Base de données';
$wb['Options'] = 'Options';
$wb['Shell User'] = 'Utilisateur Shell';
$wb['Domain'] = 'Domaine';
$wb['Website'] = 'Site web';
$wb['Redirect'] = 'Redirection';
$wb['SSL'] = 'SSL';
$wb['Subdomain'] = 'Sous-domaine';
$wb['Sites'] = 'Sites';
$wb['Aliasdomain'] = 'Alias';
$wb['FTP-User'] = 'Utilisateur FTP';
$wb['FTP'] = 'FTP';
$wb['Shell-User'] = 'Utilisateur Shell';
$wb['Shell'] = 'Shell';
$wb['Webdav-User'] = 'Utilisateur WebDav';
$wb['Webdav'] = 'WebDav';
$wb['Websites'] = 'Sites web';
$wb['Stats'] = 'Statistiques';
$wb['Cron'] = 'Cron';
$wb['Cron Jobs'] = 'Tâches cron';
$wb['Statistics'] = 'Statistiques';
$wb['Web traffic'] = 'Trafic web';
$wb['Website quota (Harddisk)'] = 'Quota du site web (disque dur)';
?>