home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / language / english / banners.php < prev    next >
Encoding:
PHP Script  |  2007-10-23  |  1.8 KB  |  36 lines

  1. <?php
  2. // $Id: $
  3. //%%%%%%        File Name banners.php         %%%%%
  4. define('_BANNERS_LOGIN_TITLE',"Advertising Statistics");
  5. define('_BANNERS_LOGIN_LOGIN',"Login :");
  6. define('_BANNERS_LOGIN_PASS',"Password :");
  7. define('_BANNERS_LOGIN_INFO',"Please type your client information");
  8. define('_BANNERS_LOGIN_OK',"OK");
  9.  
  10. define('_BANNERS_ID',"Banner ID:");
  11. define('_BANNERS_TITLE',"Current Active Banners for %s");
  12. define('_BANNERS_URL',"Change URL:");
  13.  
  14. define('_BANNERS_FOW_IN',"Following are your running Banners in ");
  15. define('_BANNERS_IMP_MADE',"Imp. Made");
  16. define('_BANNERS_IMP_TOTAL',"Imp. Total");
  17. define('_BANNERS_IMP_LEFT',"Imp. Left");
  18. define('_BANNERS_CLICKS',"Clicks");
  19. define('_BANNERS_PER_CLICKS',"% Clicks");
  20. define('_BANNERS_FUNCTIONS',"Functions");
  21.  
  22. define('_BANNERS_CHANGE',"Save");
  23. define('_BANNERS_STATS',"E-mail Stats");
  24. define('_BANNERS_SEND_STATS',"Send <a href='%s' title='E-mail Stats'/>E-mail Stats</a> for this Banner");
  25. define('_BANNERS_POINTS',"This Banner points to <a href='%s' title=''>this URL</a>");
  26. define('_BANNERS_UNLIMITED',"Unlimited");
  27.  
  28. define('_BANNERS_FINISHED',"Banners Finished for %s");
  29. define('_BANNERS_STARTED',"Start Date");
  30. define('_BANNERS_ENDED',"End Date");
  31.  
  32. define('_BANNERS_MAIL_SUBJECT',"Your Banner Statistics at %s");
  33. 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");
  34. define('_BANNERS_MAIL_OK',"Statistics for your banner has been sent to your email address.");
  35. define('_BANNERS_MAIL_ERROR',"There isn't an email associated with client %s.<br />Please contact the Administrator");
  36. ?>