From: martignoni Date: Tue, 4 May 2004 14:34:20 +0000 (+0000) Subject: New strftime string for use by the calendar: Month Year. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5389dd473f68937675a2034a512104cc3b0a215a;p=moodle.git New strftime string for use by the calendar: Month Year. --- 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';