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 / modules / system / language / english / admin / banners.php < prev    next >
Encoding:
PHP Script  |  2005-11-03  |  2.3 KB  |  58 lines

  1. <?php
  2. // $Id: banners.php 2 2005-11-02 18:23:29Z skalpa $
  3. //%%%%%%        Admin Module Name  Banners         %%%%%
  4. define("_AM_DBUPDATED",_MD_AM_DBUPDATED);
  5.  
  6. define("_AM_CURACTBNR","Current Active Banners");
  7. define("_AM_BANNERID","Banner ID");
  8. define("_AM_IMPRESION","Impressions");
  9. define("_AM_IMPLEFT","Imp. Left");
  10. define("_AM_CLICKS","Clicks");
  11. define("_AM_NCLICKS","% Clicks");
  12. define("_AM_CLINAME","Client Name");
  13. define("_AM_FUNCTION","Functions");
  14. define("_AM_UNLIMIT","Unlimited");
  15. define("_AM_EDIT","Edit");
  16. define("_AM_DELETE","Delete");
  17. define("_AM_FINISHBNR","Finished Banners");
  18. define("_AM_IMPD","Imp.");
  19. define("_AM_STARTDATE","Date Started");
  20. define("_AM_ENDDATE","Date Ended");
  21. define("_AM_ADVCLI","Advertising Clients");
  22. define("_AM_ACTIVEBNR","Active Banners");
  23. define("_AM_CONTNAME","Contact Name");
  24. define("_AM_CONTMAIL","Contact Email");
  25. define("_AM_CLINAMET","Client Name:");
  26. define("_AM_ADDNWBNR","Add a New Banner");
  27. define("_AM_IMPPURCHT","Impressions Purchased:");
  28. define("_AM_IMGURLT","Image URL:");
  29. define("_AM_CLICKURLT","Click URL:");
  30. define("_AM_ADDBNR","Add Banner");
  31. define("_AM_ADDNWCLI","Add a New Client");
  32. define("_AM_CONTNAMET","Contact Name:");
  33. define("_AM_CONTMAILT","Contact Email:");
  34. define("_AM_CLILOGINT","Client Login:");
  35. define("_AM_CLIPASST","Client Password:");
  36. define("_AM_ADDCLI","Add Client");
  37. define("_AM_DELEBNR","Delete Banner");
  38. define("_AM_SUREDELE","Are you sure you want to delete this Banner?");
  39. define("_AM_NO","No");
  40. define("_AM_YES","Yes");
  41. define("_AM_EDITBNR","Edit Banner");
  42. define("_AM_ADDIMPT","Add More Impressions:");
  43. define("_AM_PURCHT","Purchased:");
  44. define("_AM_MADET","Made:");
  45. define("_AM_CHGBNR","Change Banner");
  46. define("_AM_DELEADC","Delete Advertising Client");
  47. define("_AM_SUREDELCLI","You are about to delete client <b>%s</b> and all its Banners!!!");
  48. define("_AM_NOBNRRUN","This client doesn't have any banner running now.");
  49. define("_AM_WARNING","WARNING!!!");
  50. define("_AM_ACTBNRRUN","This client has the following ACTIVE BANNERS running on our site:");
  51. define("_AM_SUREDELBNR","Are you sure you want to delete this Client and ALL its Banners?");
  52. define("_AM_EDITADVCLI","Edit Advertising Client");
  53. define("_AM_EXTINFO","Extra Info:");
  54. define("_AM_CHGCLI","Change Client");
  55. define("_AM_USEHTML","Use Html?");
  56. define("_AM_CODEHTML","Code Html:");
  57.  
  58. ?>