]> git.mjollnir.org Git - moodle.git/commitdiff
It is possible to create weekly repeating events
authormartignoni <martignoni>
Fri, 7 May 2004 07:28:54 +0000 (07:28 +0000)
committermartignoni <martignoni>
Fri, 7 May 2004 07:28:54 +0000 (07:28 +0000)
lang/fr/calendar.php

index 5ae1d51335ac8d9739278407df68374ff7042513..795ea97581c58405898d9aab20ce7f7d9d04ba96 100644 (file)
@@ -11,11 +11,14 @@ $string['daywithnoevents'] = 'Il n\'y a pas d\'
 $string['default'] = 'Valeur par défaut';
 $string['deleteevent'] = 'Supprimer l\'événement';
 $string['detailedmonthview'] = 'Vue mensuelle détaillée';
+$string['durationminutes'] = 'Durée en minutes :';
 $string['durationnone'] = 'Sans durée';
 $string['durationuntil'] = 'Jusqu\'au';
 $string['editevent'] = 'Modifier l\'événement';
 $string['errorbeforecoursestart'] = 'Impossible de fixer un événement avant le début du cours';
 $string['errorinvaliddate'] = 'Date invalide';
+$string['errorinvalidminutes'] = 'Indiquez une durée en minutes (un nombre 1 and 999).';
+$string['errorinvalidrepeats'] = 'Indiquez un nombre d\'événements (un nombre 1 and 99).';
 $string['errornodescription'] = 'Une description est requise';
 $string['errornoeventname'] = 'Le nom est requis';
 $string['eventdate'] = 'Date';
@@ -25,6 +28,7 @@ $string['eventendtime'] = 'Fin';
 $string['eventinstanttime'] = 'Heure';
 $string['eventkind'] = 'Type d\'événement';
 $string['eventname'] = 'Nom';
+$string['eventrepeat'] = 'Répétitions';
 $string['eventsfor'] = 'Événements du $a';
 $string['eventstarttime'] = 'Début';
 $string['eventtime'] = 'à';
@@ -48,6 +52,9 @@ $string['pref_startwday'] = 'Premier jour de la semaine';
 $string['pref_timeformat'] = 'Format d\'affichage des heures';
 $string['preferences'] = 'Réglages';
 $string['preferences_available'] = 'Vos réglages personnels';
+$string['repeatnone'] = 'Sans répétition';
+$string['repeatweeksl'] = 'Repeat weekly, creating altogether ';
+$string['repeatweeksr'] = 'événements';
 $string['shown'] = 'affichés';
 $string['spanningevents'] = 'Événements en cours';
 $string['timeformat_12'] = '12 heures (am/pm)';