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 / modulesadmin.php < prev    next >
Encoding:
PHP Script  |  2005-11-03  |  2.9 KB  |  60 lines

  1. <?php
  2. // $Id: modulesadmin.php 2 2005-11-02 18:23:29Z skalpa $
  3. //%%%%%%    File Name  modulesadmin.php     %%%%%
  4. define("_MD_AM_MODADMIN","Modules Administration");
  5. define("_MD_AM_MODULE","Module");
  6. define("_MD_AM_VERSION","Version");
  7. define("_MD_AM_LASTUP","Last Update");
  8. define("_MD_AM_DEACTIVATED","Deactivated");
  9. define("_MD_AM_ACTION","Action");
  10. define("_MD_AM_DEACTIVATE","Deactivate");
  11. define("_MD_AM_ACTIVATE","Activate");
  12. define("_MD_AM_UPDATE","Update");
  13. define("_MD_AM_DUPEN","Duplicate entry in modules table!");
  14. define("_MD_AM_DEACTED","The selected module has been deactivated. You can now safely uninstall the module.");
  15. define("_MD_AM_ACTED","The selected module has been activated!");
  16. define("_MD_AM_UPDTED","The selected module has been updated!");
  17. define("_MD_AM_SYSNO","System module cannot be deactivated.");
  18. define("_MD_AM_STRTNO","This module is set as your default start page. Please change the start module to whatever suits your preferences.");
  19.  
  20. // added in RC2
  21. define("_MD_AM_PCMFM","Please confirm:");
  22.  
  23. // added in RC3
  24. define("_MD_AM_ORDER","Order");
  25. define("_MD_AM_ORDER0","(0 = hide)");
  26. define("_MD_AM_ACTIVE","Active");
  27. define("_MD_AM_INACTIVE","Inactive");
  28. define("_MD_AM_NOTINSTALLED","Not Installed");
  29. define("_MD_AM_NOCHANGE","No Change");
  30. define("_MD_AM_INSTALL","Install");
  31. define("_MD_AM_UNINSTALL","Uninstall");
  32. define("_MD_AM_SUBMIT","Submit");
  33. define("_MD_AM_CANCEL","Cancel");
  34. define("_MD_AM_DBUPDATE","Database updated successfully!");
  35. define("_MD_AM_BTOMADMIN","Back to Module Administration page");
  36.  
  37. // %s represents module name
  38. define("_MD_AM_FAILINS","Unable to install %s.");
  39. define("_MD_AM_FAILACT","Unable to activate %s.");
  40. define("_MD_AM_FAILDEACT","Unable to deactivate %s.");
  41. define("_MD_AM_FAILUPD","Unable to update %s.");
  42. define("_MD_AM_FAILUNINS","Unable to uninstall %s.");
  43. define("_MD_AM_FAILORDER","Unable to reorder %s.");
  44. define("_MD_AM_FAILWRITE","Unable to write to main menu.");
  45. define("_MD_AM_ALEXISTS","Module %s already exists.");
  46. define("_MD_AM_ERRORSC", "Error(s):");
  47. define("_MD_AM_OKINS","Module %s installed successfully.");
  48. define("_MD_AM_OKACT","Module %s activated successfully.");
  49. define("_MD_AM_OKDEACT","Module %s deactivated successfully.");
  50. define("_MD_AM_OKUPD","Module %s updated successfully.");
  51. define("_MD_AM_OKUNINS","Module %s uninstalled successfully.");
  52. define("_MD_AM_OKORDER","Module %s changed successfully.");
  53.  
  54. define('_MD_AM_RUSUREINS', 'Press the button below to install this module');
  55. define('_MD_AM_RUSUREUPD', 'Press the button below to update this module');
  56. define('_MD_AM_RUSUREUNINS', 'Are you sure you would like to uninstall this module?');
  57. define('_MD_AM_LISTUPBLKS', 'The following blocks will be updated.<br />Select the blocks of which contents (template and options) may be overwritten.<br />');
  58. define('_MD_AM_NEWBLKS', 'New Blocks');
  59. define('_MD_AM_DEPREBLKS', 'Deprecated Blocks');
  60. ?>