commit | author | age | ||
b2b4a9 | 1 | <?php |
T | 2 | $wb['template_id_txt'] = 'Template'; |
3 | $wb['server_id_txt'] = 'Server'; | |
4 | $wb['client_txt'] = 'Client'; | |
5 | $wb['btn_save_txt'] = 'Create DNS Record'; | |
6 | $wb['btn_cancel_txt'] = 'Cancel'; | |
7 | $wb['domain_txt'] = 'Domain'; | |
8 | $wb['email_txt'] = 'Email'; | |
9 | $wb['ns1_txt'] = 'NS 1'; | |
10 | $wb['ns2_txt'] = 'NS 2'; | |
11 | $wb['ip_txt'] = 'IP Address'; | |
12 | $wb['error_origin_empty'] = 'Origin empty.'; | |
13 | ?> | |
14 |