tbrehm
2008-11-14 faf3f50d20530148c87961c276fe61faced2452c
1
2
3
4
5
6
7
8
9
10
<?php
$wb["server_id_txt"] = 'Server';
$wb["priority_txt"] = 'Prioriteit';
$wb["policy_id_txt"] = 'Policy';
$wb["email_txt"] = 'Email (patroon)';
$wb["fullname_txt"] = 'Naam';
$wb["local_txt"] = 'Lokaal';
$wb["btn_save_txt"] = 'Opslaan';
$wb["btn_cancel_txt"] = 'Annuleren';
?>