From 5389dd473f68937675a2034a512104cc3b0a215a Mon Sep 17 00:00:00 2001 From: martignoni <martignoni> Date: Tue, 4 May 2004 14:34:20 +0000 Subject: [PATCH] New strftime string for use by the calendar: Month Year. --- lang/fr/moodle.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/fr/moodle.php b/lang/fr/moodle.php index 1f7ecac073..db974b4f97 100644 --- a/lang/fr/moodle.php +++ b/lang/fr/moodle.php @@ -792,6 +792,7 @@ $string['strftimedateshort'] = '%%d %%B'; $string['strftimedatetime'] = '%%d %%B %%Y, %%H:%%M'; $string['strftimedaydate'] = '%%A, %%d %%B %%Y'; $string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%H:%%M'; +$string['strftimemonthyear'] = '%%B %%Y'; $string['strftimerecent'] = '%%d %%b, %%H:%%M'; $string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%H:%%M'; $string['strftimetime'] = '%%H:%%M'; -- 2.39.5