Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
commit | author | age
1ca823 1 <?php
T 2 $wb['sys_groupid_txt'] = 'Klant';
3 $wb['list_head_txt'] = 'Websites';
4 $wb['domain_id_txt'] = 'ID';
5 $wb['active_txt'] = 'Actief';
6 $wb['server_id_txt'] = 'Server';
7 $wb['domain_txt'] = 'Domein';
8 $wb['add_new_record_txt'] = 'Toevoegen nieuwe website';
a2401d 9 $wb['add_new_subdomain_txt'] = 'Toevoegen nieuw subdomain';
PD 10 $wb['add_new_aliasdomain_txt'] = 'Toevoegen nieuw aliasdomain';
1ca823 11 ?>