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';
|