Browse Source

Fixed en_us language strings

MOODLE_23_STABLE
Artem Andreev 14 years ago
parent
commit
ce208a136d
  1. 8
      lang/en_us/attforblock.php

8
lang/en_us/attforblock.php

@ -2,9 +2,9 @@
// block_attendance.php - created with Moodle 1.5.3+ (2005060230)
$string['strftimedm'] = '%%m.%%d';
$string['strftimedmy'] = '%%m.%%d.%%Y';
$string['strftimedmyw'] = '%%m.%%d.%%y (%%a)';
$string['strftimeshortdate'] = '%%m.%%d.%%Y';
$string['strftimedm'] = '%m.%d';
$string['strftimedmy'] = '%m.%d.%Y';
$string['strftimedmyw'] = '%m.%d.%y (%a)';
$string['strftimeshortdate'] = '%m.%d.%Y';
?>
Loading…
Cancel
Save