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';

View File

@@ -0,0 +1,19 @@
<?php
/* For licensing terms, see /license.txt */
$strings['plugin_title'] = "Pause training";
$strings['plugin_comment'] = "Ajoute un onglet 'Pause formation' sur la page d'édition du profil de l'utilisateur, permettant à l'utilisateur d'indiquer qu'il doit être considéré en pause de formation entre (optionnellement) des dates spécifiques. Cet événement peut envoyer une alerte courriel pour signifier cette pause à une adresse spécifique.";
$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'] = 'Mettre en pause ma formation';
$strings['StartPauseDateTime'] = 'Date de début de pause';
$strings['EndPauseDateTime'] = 'Date de fin de pause';
$strings['DisableEmails'] = 'Désactiver les e-mails ';
$strings['InactivityXDays'] = 'Inactivité sur la plateforme depuis %s jours';
$strings['YouAreConnectedInPlatformXLinkXSinceXDays'] = '
Nous avons remarqué que vous ne vous êtes pas connecté à la plateforme %s (%s) depuis %s jours.
Ceci est un message automatique pour vous rappeler votre activité.';

View File

@@ -0,0 +1 @@
<?php