tbrehm
2009-03-05 c95c45bae592e5db57b5a05d6151adce2cf935c8
1
2
3
4
5
6
7
8
9
<?php
$wb['recipient_id_txt'] = 'Empfänger ID';
$wb['sender_id_txt'] = 'Absender ID';
$wb['subject_txt'] = 'Betreff';
$wb['message_txt'] = 'Nachricht';
$wb['tstamp_txt'] = 'Zeitpunkt';
?>