Marius Cramer
2014-01-08 4b7584c6d7f55ff42dc2be6607b2fba029c8016c
1
2
3
4
5
6
<?php
$wb['domain_error_empty'] = 'The domain-name is empty';
$wb['domain_error_unique'] = 'The domain already exists';
$wb['domain_error_regex'] = 'This domain-name is not allowed';
$wb['Domain'] = 'Domain';
?>