From 38be1c7a739a9015c1ba2b0655e0704d39224ddd Mon Sep 17 00:00:00 2001 From: martignoni Date: Fri, 7 May 2004 07:28:54 +0000 Subject: [PATCH] It is possible to create weekly repeating events --- lang/fr/calendar.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lang/fr/calendar.php b/lang/fr/calendar.php index 5ae1d51335..795ea97581 100644 --- a/lang/fr/calendar.php +++ b/lang/fr/calendar.php @@ -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)'; -- 2.39.5