fantu
2008-12-20 96cc319564cd46bfd28b41b2f92e5ce5d5b8812c
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['server_id_txt'] = 'Server';
$wb['type_txt'] = 'Filter';
$wb['pattern_txt'] = 'Regexp. Patroon';
$wb['data_txt'] = 'Data';
$wb['action_txt'] = 'Actie';
$wb['active_txt'] = 'Actieve';
$wb['btn_save_txt'] = 'Opslaan';
$wb['btn_cancel_txt'] = 'Annuleren';
$wb['pattern_error_empty'] = 'Patroon is niet ingevuld.';
?>