tbrehm
2008-12-09 1e74ea5962c3f62829e5012e242fe28a53ae17aa
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';
?>