Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
14 lines
659 B
PHP
14 lines
659 B
PHP
<?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';
|