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 / admin.php next >
Encoding:
PHP Script  |  2005-11-03  |  644 b   |  15 lines

  1. <?php
  2. // $Id: admin.php 2 2005-11-02 18:23:29Z skalpa $
  3. //%%%%%%    File Name  admin.php     %%%%%
  4. define("_AD_NORIGHT","You don't have the right to access this area");
  5. define("_AD_ACTION","Action");
  6. define("_AD_EDIT","Edit");
  7. define("_AD_DELETE","Delete");
  8. define("_AD_LASTTENUSERS","Last 10 registered users");
  9. define("_AD_NICKNAME","Nickname");
  10. define("_AD_EMAIL","Email");
  11. define("_AD_AVATAR","Avatar");
  12. define("_AD_REGISTERED","Registered"); //Registered Date
  13. define('_AD_PRESSGEN', 'This is your first time to enter the administration section. Press the button below to proceed.');
  14. define('_AD_LOGINADMIN', 'Logging you in..');
  15. ?>