Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/resubscription/lang/french.php

13 lines
659 B

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