Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
11b3da 1 <?php
a00888 2 $wb['list_head_txt'] = 'DNS Zonen';
11b3da 3 $wb['active_txt'] = 'Aktiv';
T 4 $wb['server_id_txt'] = 'Server';
5 $wb['origin_txt'] = 'Zone';
6 $wb['ns_txt'] = 'NS';
4df76b 7 $wb['mbox_txt'] = 'E-Mail';
a00888 8 $wb['add_new_record_txt'] = 'Neue DNS Zone (SOA) hinzufügen';
T 9 $wb['add_new_record_wizard_txt'] = 'Neue DNS Zone per Assistent hinzufügen';
407003 10 $wb['import_zone_file_txt'] = 'Import Zone File';
11b3da 11 ?>