tbrehm
2011-03-08 cd629b11f7c6c6783a0dae5577acd8bf5f197530
1
2
3
4
5
6
7
<?php
$wb['recipient_id_txt'] = 'ID Destinatario';
$wb['sender_id_txt'] = 'ID Remitente';
$wb['subject_txt'] = 'Asunto';
$wb['message_txt'] = 'Mensaje';
$wb['tstamp_txt'] = 'Marcadetiempo';
?>