]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed international display of timezones using string 'strftimedaytime'
authormartignoni <martignoni>
Wed, 25 Aug 2004 13:08:04 +0000 (13:08 +0000)
committermartignoni <martignoni>
Wed, 25 Aug 2004 13:08:04 +0000 (13:08 +0000)
http://moodle.org/mod/forum/discuss.php?d=11510

lang/fr/moodle.php

index d2e60d15af3203e1c9399b04afb613d4d5b84ce1..bbf5afa66a1a5183c161b360012c190481c11b17 100644 (file)
@@ -893,6 +893,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['strftimedaytime'] = '%%a, %%H:%%M';
 $string['strftimemonthyear'] = '%%B %%Y';
 $string['strftimerecent'] = '%%d %%b, %%H:%%M';
 $string['strftimerecentfull'] = '%%a %%d %%b %%Y, %%H:%%M';