english.php 525 B

12345678910111213141516
  1. <?php
  2. $strings['plugin_title'] = "Maintenance mode";
  3. $strings['plugin_comment'] = "Put chamilo in maintenance mode";
  4. $strings['tool_enable'] = 'Enable plugin';
  5. $strings['IPAdmin'] = "Admin's IP";
  6. $strings['MaintenanceModeIsOff'] = "Maintenance mode is off";
  7. $strings['MaintenanceModeIsOn'] = "Maintenance mode is on";
  8. $strings['IPAdminDescription'] = "The admin with this IP will only have access to the platform.";
  9. $strings['MaintenanceFileNotPresent'] = "Can't create file: %s. Check permissions in the root folder";