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.
21 lines
1.2 KiB
PHP
21 lines
1.2 KiB
PHP
<?php
|
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
|
$strings['plugin_title'] = "Pause training";
|
|
$strings['plugin_comment'] = "Adds a 'Pause training' tab on the user profile edition page, to let users indicate if they are to be considered on pause for an (optional) specific timeframe. Can be used to send alerts to specific users (admins or a generic alert e-mail) when this happens.";
|
|
$strings['tool_enable'] = 'Enable plugin';
|
|
$strings['tool_enable_help'] = '';
|
|
$strings['PauseTraining'] = "Pause training";
|
|
$strings['allow_users_to_edit_pause_formation'] = 'Allow users to edit pause formation';
|
|
$strings['cron_alert_users_if_inactive_days'] = 'Alert users if inactive days (via cron)';
|
|
$strings['PauseFormation'] = 'Pause my formation';
|
|
$strings['StartPauseDateTime'] = 'Start pause date';
|
|
$strings['EndPauseDateTime'] = 'End pause date';
|
|
$strings['DisableEmails'] = 'Disable email notifications';
|
|
$strings['InactivityXDays'] = 'Inactivity for %s days';
|
|
$strings['YouAreConnectedInPlatformXLinkXSinceXDays'] = '
|
|
We have noticed that you have not connected to the platform %s (%s) for %s days.
|
|
This is an automatic message to remind you of your activity.';
|
|
$strings['sender_id'] = 'User that will send the cron emails';
|