Skip to content
fr_domain.lng 228 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['domain_error_empty'] = 'Le nom de domaine est vide';
$wb['domain_error_unique'] = 'Ce nom de domaine existe déjà';
Till Brehm's avatar
Till Brehm committed
$wb['domain_error_regex'] = 'Ce nom de domaine n\'est pas autorisé';
tbrehm's avatar
tbrehm committed
$wb['Domain'] = 'Domaine';
?>