tbrehm
2013-02-27 e6b30b68f1ec0f294088949ae8db5231eb03a9f9
1
2
3
4
5
6
7
8
<?php
$wb['recipient_id_txt'] = 'ID Destinatario';
$wb['sender_id_txt'] = 'ID Remitente';
$wb['subject_txt'] = 'Asunto';
$wb['message_txt'] = 'Mensaje';
$wb['tstamp_txt'] = 'Marca de tiempo';
$wb['reply_txt'] = 'Responder';
?>