tbrehm
2009-01-11 ea9e7bd9934c5264511ebf176d3faf9effe54f85
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Aliasdomain';
$wb['active_txt'] = 'Active';
$wb['server_id_txt'] = 'Server';
$wb['parent_domain_id_txt'] = 'Website';
$wb['domain_txt'] = 'Aliasdomain';
$wb['add_new_record_txt'] = 'Add new aliasdomain';
$wb['domain_error_empty'] = 'Domain is empty.';
$wb['domain_error_unique'] = 'Domain must be unique.';
$wb['domain_error_regex'] = 'Domain name invalid.';
?>