Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
14 lines
682 B
PHP
14 lines
682 B
PHP
<?php
|
|
|
|
$strings['plugin_title'] = "Maintenance mode";
|
|
$strings['plugin_comment'] = "Put chamilo in maintenance mode";
|
|
$strings['tool_enable'] = 'Enable plugin';
|
|
|
|
$strings['IPAdmin'] = "Admin's IP";
|
|
$strings['MaintenanceModeIsOff'] = "Maintenance mode is off";
|
|
$strings['MaintenanceModeIsOn'] = "Maintenance mode is on";
|
|
|
|
$strings['IPAdminDescription'] = "Only the admin with this IP will maintain access to the platform during maintenance mode.";
|
|
$strings['MaintenanceFileNotPresent'] = "Can't create file: %s. Check permissions in the root folder";
|
|
$strings['TheFollowingTextWillBeAddedToHtaccess'] = "The text below (editor box) will be temporarily added to the .htaccess file.";
|