Browse Source

Fixes #262 improves compatibility with Mac/Win when converting times.

MOODLE_34_STABLE
Dan Marsden 8 years ago
parent
commit
eb9d262fe1
  1. 6
      lang/en/attendance.php

6
lang/en/attendance.php

@ -275,10 +275,10 @@ $string['statusset'] = 'Status set {$a}';
$string['statussetsettings'] = 'Status set'; $string['statussetsettings'] = 'Status set';
$string['strftimedm'] = '%b %d'; $string['strftimedm'] = '%b %d';
$string['strftimedmy'] = '%d %b %Y'; $string['strftimedmy'] = '%d %b %Y';
$string['strftimedmyhm'] = '%d %b %Y %I.%M%P'; // Line added to allow multiple sessions in the same day. $string['strftimedmyhm'] = '%d %b %Y %I.%M%p'; // Line added to allow multiple sessions in the same day.
$string['strftimedmyw'] = '<nobr>%a %d %b %Y</nobr>'; $string['strftimedmyw'] = '<nobr>%a %d %b %Y</nobr>';
$string['strftimeh'] = '%l%P'; $string['strftimeh'] = '%I%p';
$string['strftimehm'] = '%l:%M%P'; $string['strftimehm'] = '%I:%M%p';
$string['strftimeshortdate'] = '%d.%m.%Y'; $string['strftimeshortdate'] = '%d.%m.%Y';
$string['studentid'] = 'Student ID'; $string['studentid'] = 'Student ID';
$string['studentpassword'] = 'Student password'; $string['studentpassword'] = 'Student password';

Loading…
Cancel
Save