Your IP : 18.216.59.252
<?
$MESS ['POST_STATUS_SENT'] = "Enviar";
$MESS ['POST_STATUS_PART'] = "En progreso";
$MESS ['POST_STATUS_ERROR'] = "Enviado con errores";
$MESS ['POST_TEXT'] = "texto";
$MESS ['POST_HTML'] = "html";
$MESS ['POST_WRONG_TIMESTAMP_FROM'] = "Ingrese un correcto timestamp \"desde\"";
$MESS ['POST_WRONG_TIMESTAMP_TILL'] = "Ingrese un correcto timestamp \"hasta\"";
$MESS ['POST_WRONG_DATE_SENT_FROM'] = "Ingrese una correcta fecha \"desde\"";
$MESS ['POST_WRONG_DATE_SENT_TILL'] = "Ingrese una correcta fecha \"hasta\"";
$MESS ['POST_STATUS_WAIT'] = "En pausa";
$MESS ['POST_WRONG_AUTO_FROM'] = "Ingresar correctamente el tiempo de programación en la edición \"desde\"";
$MESS ['POST_WRONG_AUTO_TILL'] = "Ingresar correctamente el tiempo de programación en la edición \"hasta\"";
$MESS ['POST_STATUS_DRAFT'] = "Diseño";
?>