Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
181529 1 <?php
3669b3 2 $wb['list_head_txt'] = 'Sous-domaines';
181529 3 $wb['active_txt'] = 'Actif';
L 4 $wb['server_id_txt'] = 'Serveur';
5 $wb['parent_domain_id_txt'] = 'Site web';
3669b3 6 $wb['domain_txt'] = 'Sous-domaine';
181529 7 $wb['domain_error_empty'] = 'Le nom de domaine est vide.';
L 8 $wb['domain_error_unique'] = 'Le nom de domaine doit ĂȘtre unique.';
9 $wb['domain_error_regex'] = 'Le nom de domaine est invalide.';
6882ab 10 $wb['no_redirect_txt'] = 'Aucune redirection';
T 11 $wb['no_flag_txt'] = 'Aucun flag';
12 $wb['none_txt'] = 'Aucun';
407003 13 $wb['add_new_subdomain_txt'] = 'Add new Subdomain';
TB 14 $wb['add_new_aliasdomain_txt'] = 'Add new Aliasdomain';
181529 15 ?>