tbrehm
2010-01-11 1f16ae51d9aeb092ca1294b73a66a9289ce608ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb['Database'] = 'Base de donnĂ©es';
$wb['Options'] = 'Options';
$wb['Shell User'] = 'Utilisateur Shell';
$wb['Domain'] = 'Domaine';
$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['Websites'] = 'Sites Web';
$wb['Stats'] = 'Statistiques';
?>