redray
2013-03-29 2fd41d59cde68cd722240bd9853c589c3476b16a
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';
?>