Your IP : 18.190.153.90
<?
$MESS ['POST_TEXT'] = "text";
$MESS ['POST_HTML'] = "html";
$MESS ['POST_STATUS_DRAFT'] = "Draft";
$MESS ['POST_STATUS_SENT'] = "Sent";
$MESS ['POST_STATUS_PART'] = "In progress";
$MESS ['POST_STATUS_ERROR'] = "Sent with errors";
$MESS ['POST_STATUS_WAIT'] = "Paused";
$MESS ['POST_WRONG_TIMESTAMP_FROM'] = "Enter correct timestamp \"from\"";
$MESS ['POST_WRONG_TIMESTAMP_TILL'] = "Enter correct timestamp \"till\"";
$MESS ['POST_WRONG_DATE_SENT_FROM'] = "Enter a valid sent date in the \"from\" field";
$MESS ['POST_WRONG_DATE_SENT_TILL'] = "Enter a valid sent date in the \"till\" field";
$MESS ['POST_WRONG_AUTO_FROM'] = "Enter a valid sending time in the \"from\" field";
$MESS ['POST_WRONG_AUTO_TILL'] = "Enter a valid sending time in the \"till\" field";
?>