karailiev
2008-11-21 d8ff595140cb3c9ef74e0bcd2ae0e1a7bbeadc6b
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.';
?>