tbrehm
2011-08-29 6c9b8b9bbc9df401d7a6d99ebcf1e43befd23871
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';
?>