]> git.mjollnir.org Git - moodle.git/commitdiff
New strftime string for use by the calendar: Month Year.
authormartignoni <martignoni>
Tue, 4 May 2004 14:34:20 +0000 (14:34 +0000)
committermartignoni <martignoni>
Tue, 4 May 2004 14:34:20 +0000 (14:34 +0000)
lang/fr/moodle.php

index 1f7ecac073aa2a1f569e38b0bc34dd555ee09202..db974b4f97f0b0b9d5f4d66cff7955131a3ed979 100644 (file)
@@ -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';