Zikula_Value_Addons
[ class tree: Zikula_Value_Addons ] [ index: Zikula_Value_Addons ] [ all elements ]

Source for file admin.php

Documentation is available at admin.php

  1. <?php
  2. /**
  3.  * Zikula Application Framework
  4.  *
  5.  * @copyright (c) 2002, Zikula Development Team
  6.  * @link http://www.zikula.org
  7.  * @version $Id: admin.php 24342 2008-06-06 12:03:14Z markwest $
  8.  * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
  9.  * @package Zikula_Value_Addons
  10.  * @subpackage Banners
  11.  */
  12.  
  13. define('_BANNERS','Banner Ads');
  14.  
  15. define('_BANNERS_ACTIVATE','Banners active');
  16. define('_BANNERS_OPENINNEWWINDOW''Banner clicks launch new window');
  17. define('_BANNERS_YOURIP','Your IP to not count the hits');
  18.  
  19. define('_BANNERS_NOTACTIVE','Banners are currently inactive.');
  20. define('_BANNERS_IMPORTANTNOTE','Important note!');
  21. define('_BANNERS_TOACTIVATE','To active banners, please check your configuration.');
  22.  
  23. define('_BANNERS_NEW','Add a new banner');
  24. define('_BANNERS_PURCHASEDIMPRESSIONS','Purchased impressions');
  25. define('_BANNERS_TYPE','ID Type');
  26. define('_BANNERS_IMAGEURL','Image URL');
  27. define('_BANNERS_CLICKURL','Click URL');
  28. define('_BANNERS_CREATE','Add banner');
  29.  
  30. define('_BANNERS_CLIENTNAME','Client name');
  31. define('_BANNERS_CONTACTEMAIL','Contact e-mail');
  32. define('_BANNERS_CONTACTNAME','Contact name');
  33. define('_BANNERS_CLIENTLOGINNAME','Client login name');
  34. define('_BANNERS_CLIENTPASSWD','Client password');
  35. define('_BANNERS_EXTRAINFO''Extra information');
  36. define('_BANNERS_ADDCLIENT','Add client');
  37.  
  38. define('_BANNERS_ACTIVE','Current active banners');
  39. define('_BANNERS_FINISHED','Finished banners');
  40. define('_BANNERS_ADVERTISINGCLIENTS','Advertising clients');
  41.  
  42. define('_BANNERS_ID''ID');
  43. define('_BANNERS_IMP','Imp.');
  44. define('_BANNERS_IMPLEFT','Imp. left');
  45. define('_BANNERS_IMPRESSIONS','Impressions');
  46. define('_BANNERS_CLICKS','Clicks');
  47. define('_BANNERS_CLICKSPERCENT','% clicks');
  48. define('_BANNERS_DATEENDED','Date ended');
  49. define('_BANNERS_DATESTARTED','Date started');
  50. define('_BANNERS_NUMBERACTIVEBANNERS','Active banners');
  51.  
  52. define('_BANNERS_VIEW','View banners & clients');
  53. define('_BANNERS_ADD''New banner or client');
  54.  
  55. define('_BANNERS_EDITCLIENT','Edit advertising client');
  56. define('_BANNERS_EDITBANNER','Edit banner');
  57. define('_BANNERS_DELETE','Delete banner');
  58. define('_BANNERS_CONFIRMDELETEBANNER''Do you really want to delete this banner?');
  59. define('_BANNERS_DELETECLIENT''Delete advertising client');
  60. define('_BANNERS_CONFIRMDELETECLIENT''You are about to delete the client and all its banners!<br />Do you really want to delete this client?');
  61. define('_BANNERS_WARNING''Warning');
  62. define('_BANNERS_CLIENTWITHOUTBANNERS','This client doesn\'t have any banners running now.');
  63. define('_BANNERS_CLIENTHASBANNERS','This client has the following active banners running now');
  64. define('_BANNERS_ADDIMPRESSIONS','Add more impressions');
  65. define('_BANNERS_IMPMADE','Imp. Made');
  66. define('_BANNERS_PURCHASED','Purchased');
  67.  
  68. define('_BANNERS_CREATED','Banner created');
  69. define('_BANNERS_DELETED','Banner deleted');
  70. define('_BANNERS_UPDATED','Banner updated');
  71. define('_BANNERS_CLIENTCREATED','Client created');
  72. define('_BANNERS_CLIENTDELETED','Client removed');
  73. define('_BANNERS_CLIENTUPDATED','Client updated');
  74.  
  75. define('_BANNERS_UNLIMITED''Unlimited');
  76.  
  77. define('_BANNERS_CLIENTLOGIN','Banner Client Login');
  78. define('_BANNERS_PASSWORD','Password');
  79. define('_BANNERS_LOGIN','Login');
  80. define('_BANNERS_LOGININCORR','Login incorrect!');
  81.  
  82. define('_BANNERS_ADVSTATS','Banner Ad Statistics.');
  83. define('_BANNERS_CURRACTIVE','Currently active banners for %client%.');
  84.  
  85. define('_BANNERS_SUMMARY''Summary');
  86. define('_BANNERS_UPDATE''Update');
  87. define('_BANNERS_ONYOURSITE''You have the following banners running on %sitename%.');
  88.  
  89. define('_BANNERS_EMAIL_STATS','Email Stats');
  90. define('_BANNERS_SENDSTATS','Send <a href="%url%">stats</a> for this banner.');
  91. define('_BANNERS_CHANGEURL','Change URL');
  92.  
  93. define('_BANNERS_YOURSTATS''Advertising stats for %sitename%');
  94. define('_BANNERS_FORMAIL','The following are the complete stats for your advertising investment at %site%');
  95. define('_BANNERS_IMAGE','Banner Image');
  96. define('_BANNERS_URL','Banner URL');
  97. define('_BANNERS_IMPPURCHASED','Impressions Purchased');
  98. define('_BANNERS_REPORTMADEON','Report Generated on %date%');
  99.  
  100. define('_BANNERS_URLCHANGED','URL updated');
  101. define('_BANNERS_STATSSENT''Statistics e-mailed');
  102. define('_BANNERS_CONTACTADMIN','Please contact the administrator.');

Documentation generated on Fri, 18 Jul 2008 21:38:26 +0200 by phpDocumentor 1.4.1