tbrehm
2013-02-22 526b997c9891a796b152cdbab8e329b356b1f596
commit | author | age
142907 1 <?php
43b345 2 $wb['domain_error_empty'] = 'The domain-name is empty';
T 3 $wb['domain_error_unique'] = 'The domain already exists';
4 $wb['domain_error_regex'] = 'This domain-name is not allowed';
10b4c8 5 $wb['Domain'] = 'Doména';
142907 6 ?>