Skip to content
fr_domain.lng 229 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à';
$wb['domain_error_regex'] = 'Ce nom de domaine n’est pas autorisé';
tbrehm's avatar
tbrehm committed
$wb['Domain'] = 'Domaine';
?>