upgrade
This commit is contained in:
15
plugin/resubscription/lang/english.php
Normal file
15
plugin/resubscription/lang/english.php
Normal 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';
|
||||
13
plugin/resubscription/lang/french.php
Normal file
13
plugin/resubscription/lang/french.php
Normal 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';
|
||||
15
plugin/resubscription/lang/spanish.php
Normal file
15
plugin/resubscription/lang/spanish.php
Normal 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';
|
||||
Reference in New Issue
Block a user