Index: langconfig.php =================================================================== RCS file: /cvsroot/moodle/moodle/lang/en_utf8/langconfig.php,v retrieving revision 1.7 diff -u -r1.7 langconfig.php --- langconfig.php 10 Aug 2007 15:00:38 -0000 1.7 +++ langconfig.php 8 May 2008 03:21:27 -0000 @@ -14,6 +14,7 @@ $string['strftimedate'] = '%%d %%B %%Y'; $string['strftimedateshort'] = '%%d %%B'; $string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p'; +$string['strftimedatetimeshort'] = '%%d/%%m/%%y, %%H:%%M'; $string['strftimedaydate'] = '%%A, %%d %%B %%Y'; $string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%I:%%M %%p'; $string['strftimedayshort'] = '%%A, %%d %%B';