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,15 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Strings to english L10n.
*
* @author Imanol Losada Oriol <imanol.losada@beeznest.com>
*
* @package chamilo.plugin.resubscription
*/
$strings['plugin_title'] = '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_help'] = 'This limits how often a user can be resubscribed';
$strings['CanResubscribeFromX'] = 'Subscription available from %s';

View File

@@ -0,0 +1,13 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Strings to French L10n.
*
* @package chamilo.plugin.resubscription
*/
$strings['plugin_title'] = 'Réinscription';
$strings['plugin_comment'] = 'Ce plugin permet de limiter les réinscriptions à des sessions qui contiennent des cours que les utilisateurs ont déjà suivi moins d\'un an auparavant.';
$strings['resubscription_limit'] = 'Limite de réinscription';
$strings['resubscription_limit_help'] = 'Type de limite (calendrier : du 1/1 au 31/12, ou naturelle : 365 jours après la fin de la session précédente.';
$strings['CanResubscribeFromX'] = 'Réinscription possible à partir du %s';

View File

@@ -0,0 +1,15 @@
<?php
/* For licensing terms, see /license.txt */
/**
* Strings to spanish L10n.
*
* @author Imanol Losada Oriol <imanol.losada@beeznest.com>
*
* @package chamilo.plugin.resubscription
*/
$strings['plugin_title'] = 'Reinscripción';
$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_help'] = 'Esto limita cada cuánto puede reinscribirse un usuario';
$strings['CanResubscribeFromX'] = 'Inscripción posible a partir del %s';