tbrehm
2009-03-12 27c3a61c1164d4dbf95a2c688ce3a2b987d9e8eb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
 
$wb['template_id_txt'] = 'Template';
$wb['server_id_txt'] = 'Server';
$wb['client_txt'] = 'Client';
$wb["btn_save_txt"] = 'Create DNS Record';
$wb["btn_cancel_txt"] = 'Cancel';
$wb['domain_txt'] = 'Domain';
$wb['email_txt'] = 'Email';
$wb['ns1_txt'] = 'NS 1';
$wb['ns2_txt'] = 'NS 2';
$wb['ip_txt'] = 'IP Address';
 
$wb['error_origin_empty'] = 'Origin empty.';
 
?>