home *** CD-ROM | disk | FTP | other *** search
- <?php
- // $Id: $
- //%%%%%% File Name banners.php %%%%%
- define('_BANNERS_LOGIN_TITLE',"Advertising Statistics");
- define('_BANNERS_LOGIN_LOGIN',"Login :");
- define('_BANNERS_LOGIN_PASS',"Password :");
- define('_BANNERS_LOGIN_INFO',"Please type your client information");
- define('_BANNERS_LOGIN_OK',"OK");
-
- define('_BANNERS_ID',"Banner ID:");
- define('_BANNERS_TITLE',"Current Active Banners for %s");
- define('_BANNERS_URL',"Change URL:");
-
- define('_BANNERS_FOW_IN',"Following are your running Banners in ");
- define('_BANNERS_IMP_MADE',"Imp. Made");
- define('_BANNERS_IMP_TOTAL',"Imp. Total");
- define('_BANNERS_IMP_LEFT',"Imp. Left");
- define('_BANNERS_CLICKS',"Clicks");
- define('_BANNERS_PER_CLICKS',"% Clicks");
- define('_BANNERS_FUNCTIONS',"Functions");
-
- define('_BANNERS_CHANGE',"Save");
- define('_BANNERS_STATS',"E-mail Stats");
- define('_BANNERS_SEND_STATS',"Send <a href='%s' title='E-mail Stats'/>E-mail Stats</a> for this Banner");
- define('_BANNERS_POINTS',"This Banner points to <a href='%s' title=''>this URL</a>");
- define('_BANNERS_UNLIMITED',"Unlimited");
-
- define('_BANNERS_FINISHED',"Banners Finished for %s");
- define('_BANNERS_STARTED',"Start Date");
- define('_BANNERS_ENDED',"End Date");
-
- define('_BANNERS_MAIL_SUBJECT',"Your Banner Statistics at %s");
- define('_BANNERS_MAIL_MESSAGE',"Following are the complete stats for your advertising investment at %s :\n\n\nClient Name: %s\nBanner ID: %s\nBanner Image: %s\nBanner URL: %s\n\nImpressions Purchased: %s\nImpressions Made: %s\nImpressions Left: %s\nClicks Received: %s\nClicks Percent: %f \n\n\nReport Generated on: %s");
- define('_BANNERS_MAIL_OK',"Statistics for your banner has been sent to your email address.");
- define('_BANNERS_MAIL_ERROR',"There isn't an email associated with client %s.<br />Please contact the Administrator");
- ?>