This commit is contained in:
Xes
2025-08-14 22:39:38 +02:00
parent 3641e93527
commit 5403f346e3
3370 changed files with 327179 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?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';