tbrehm
2011-09-26 b31bb1f27f066a2d49f5ab9ee0ca15e985efc788
1
2
3
4
5
6
7
8
<?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';
$wb['reply_txt'] = 'Reply';
?>