Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
11b3da 1 <?php
T 2 $wb['list_head_txt'] = 'Server';
526b99 3 $wb['server_name_txt'] = 'Servername';
fb2aa3 4 $wb['mail_server_txt'] = 'E-Mail';
TB 5 $wb['web_server_txt'] = 'Web';
6 $wb['dns_server_txt'] = 'DNS';
7 $wb['file_server_txt'] = 'Datei';
8 $wb['db_server_txt'] = 'Datenbank';
526b99 9 $wb['vserver_server_txt'] = 'vServer';
11b3da 10 $wb['add_new_record_txt'] = 'Neuen Server hinzufügen';
fb2aa3 11 $wb['proxy_server_txt'] = 'Proxy';
TB 12 $wb['firewall_server_txt'] = 'Firewall';
407003 13 $wb['xmpp_server_txt'] = 'XMPP';
11b3da 14 ?>