tbrehm
2008-07-29 c30ad79199c45713f96cec1b3f97ad5467ac4073
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$wb["list_head_txt"] = 'Database';
$wb["active_txt"] = 'Actief';
$wb["remote_access_txt"] = 'Remote Access';
$wb["server_id_txt"] = 'Server';
$wb["database_name_txt"] = 'Databasenaam';
$wb["page_txt"] = 'Pagina';
$wb["page_of_txt"] = 'van';
$wb["page_next_txt"] = 'Volgende';
$wb["page_back_txt"] = 'Terug';
$wb["delete_txt"] = 'Verwijderen';
$wb["filter_txt"] = 'Filter';
$wb["add_new_record_txt"] = 'Nieuwe database toevoegen';
?>