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