Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
e5f91f 1 <?php
3669b3 2 $wb['list_head_txt'] = 'Subdomains';
e5f91f 3 $wb['active_txt'] = 'Active';
T 4 $wb['server_id_txt'] = 'Server';
5 $wb['parent_domain_id_txt'] = 'Website';
3669b3 6 $wb['domain_txt'] = 'Subdomain';
e5f91f 7 $wb['domain_error_empty'] = 'Domain is empty.';
T 8 $wb['domain_error_unique'] = 'Domain must be unique.';
9 $wb['domain_error_regex'] = 'Domain name invalid.';
d7be27 10 $wb['no_redirect_txt'] = 'No redirect';
T 11 $wb['no_flag_txt'] = 'No flag';
12 $wb['none_txt'] = 'None';
407003 13 $wb['add_new_subdomain_txt'] = 'Add new Subdomain';
TB 14 $wb['add_new_aliasdomain_txt'] = 'Add new Aliasdomain';
e5f91f 15 ?>