mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Initial commit for multi enrolment plugin feature (this time for real)
This commit is contained in:
parent
832b362e91
commit
7ceceec209
1 changed files with 2 additions and 1 deletions
|
@ -158,7 +158,7 @@ $string['checklanguage'] = 'Tester la langue';
|
|||
$string['childcoursenotfound'] = 'Le cours enfant n\'a pas été trouvé !';
|
||||
$string['choose'] = 'Choisir';
|
||||
$string['choosecourse'] = 'Choisir un cours';
|
||||
$string['chooseenrolmethod'] = 'Méthode principale d\'inscription aux cours';
|
||||
$string['chooseenrolmethod'] = 'Choisir une méthode d\'inscription';
|
||||
$string['chooselivelogs'] = 'Observer les activités en cours';
|
||||
$string['chooselogs'] = 'Choisir l\'historique que vous souhaitez consulter';
|
||||
$string['choosereportfilter'] = 'Choisir un filtre pour le rapport';
|
||||
|
@ -417,6 +417,7 @@ $string['enrolmentnew'] = 'Nouvelle inscription dans $a';
|
|||
$string['enrolmentnewuser'] = '$a->user s\'est inscrit au cours « $a->course »';
|
||||
$string['enrolmentnointernal'] = 'L\'inscription manuelle n\'est actuellement pas activée';
|
||||
$string['enrolmentnotyet'] = 'Désolé, vous ne pouvez pas accéder à ce cours avant le<br />$a';
|
||||
$string['enrolmentplugins'] = 'Méthodes d\'inscription';
|
||||
$string['enrolments'] = 'Inscriptions';
|
||||
$string['enrolmentstart'] = 'La période d\'inscription a commencé';
|
||||
$string['enrolperiod'] = 'Durée d\'inscription';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue