oilyflutesalad
2010-01-18 e8a4bab2bcc0675c211d880fdc7204c9716ff256
1
2
3
4
5
6
7
8
9
10
<?php
$wb['rulename_txt'] = 'Naam';
$wb['action_txt'] = 'Actie';
$wb['target_txt'] = 'Map';
$wb['active_txt'] = 'Actief?';
$wb['rulename_error_empty'] = 'Naam is leeg.';
$wb['searchterm_is_empty'] = 'Zoekterm is leeg.';
$wb['source_txt'] = 'Bron';
?>