Minor: Plugin: Resubscription: Improve docs

pull/4551/head
Yannick Warnier 3 years ago
parent 448ad5f3b5
commit 045f8a8b4c
  1. 4
      plugin/resubscription/README.md
  2. 2
      plugin/resubscription/lang/english.php
  3. 2
      plugin/resubscription/lang/spanish.php

@ -1,4 +1,6 @@
Resubscription Resubscription
============== ==============
Limit session resubscriptions Limit session re-subscriptions by checking whether the user was already
subscribed to a specific course *through a session* over the last 12
months or the last calendar year.

@ -8,7 +8,7 @@
* @package chamilo.plugin.resubscription * @package chamilo.plugin.resubscription
*/ */
$strings['plugin_title'] = 'Resubscription'; $strings['plugin_title'] = 'Resubscription';
$strings['plugin_comment'] = 'This plugin limits session resubscription.'; $strings['plugin_comment'] = 'This plugin limits session re-subscription for users who already followed a course through another session not so long ago.';
$strings['resubscription_limit'] = 'Resubscription limit'; $strings['resubscription_limit'] = 'Resubscription limit';
$strings['resubscription_limit_help'] = 'This limits how often a user can be resubscribed'; $strings['resubscription_limit_help'] = 'This limits how often a user can be resubscribed';

@ -8,7 +8,7 @@
* @package chamilo.plugin.resubscription * @package chamilo.plugin.resubscription
*/ */
$strings['plugin_title'] = 'Reinscripción'; $strings['plugin_title'] = 'Reinscripción';
$strings['plugin_comment'] = 'Este plugin limita las reinscripiones a sesiones.'; $strings['plugin_comment'] = 'Este plugin limita las reinscripiones a sesiones para los usuarios que ya siguieron un curso de la sesión a través de otra sesión no tanto tiempo atrás.';
$strings['resubscription_limit'] = 'Límite de reinscripción'; $strings['resubscription_limit'] = 'Límite de reinscripción';
$strings['resubscription_limit_help'] = 'Esto limita cada cuánto puede reinscribirse un usuario'; $strings['resubscription_limit_help'] = 'Esto limita cada cuánto puede reinscribirse un usuario';

Loading…
Cancel
Save