Minor: Plugin: Pause training: Improve documentation

pull/4551/head
Yannick Warnier 3 years ago
parent 846534b271
commit 4dcd54cebd
  1. 2
      plugin/pausetraining/lang/english.php
  2. 2
      plugin/pausetraining/lang/french.php

@ -3,7 +3,7 @@
/* For licensing terms, see /license.txt */
$strings['plugin_title'] = "Pause training";
$strings['plugin_comment'] = "";
$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";

@ -3,7 +3,7 @@
/* For licensing terms, see /license.txt */
$strings['plugin_title'] = "Pause training";
$strings['plugin_comment'] = "";
$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";

Loading…
Cancel
Save