tbrehm
2009-07-08 0b725341c38203634895534bc9c71ceacfdd9780
1
2
3
4
5
6
7
<?php
$wb['recipient_id_txt'] = 'ID del Destinatario';
$wb['sender_id_txt'] = 'ID del Mittente';
$wb['subject_txt'] = 'Oggetto';
$wb['message_txt'] = 'Messaggio';
$wb['tstamp_txt'] = 'Timestamp';
?>