Skip to content
es_domain.lng 226 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['domain_error_empty'] = 'El nombre de dominio está vacío';
$wb['domain_error_regex'] = 'Este nombre de dominio no esta permitido';
$wb['domain_error_unique'] = 'El dominio ya existe';
Till Brehm's avatar
Till Brehm committed
?>