Skip to content

Commit

Permalink
Returning the strings to old-style format. :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Feb 18, 2005
1 parent cacd934 commit e381bc1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions lang/en/moodle.php
Expand Up @@ -487,6 +487,7 @@
$string['groupinfo'] = 'Info about selected group';
$string['groupinfomembers'] = 'Info about selected members';
$string['groupinfopeople'] = 'Info about selected people';
$string['groupmembers'] = 'Group members';
$string['groupmemberssee'] = 'See group members';
$string['groupmembersselected'] = 'Members of selected group';
$string['groupmode'] = 'Group mode';
Expand Down Expand Up @@ -958,17 +959,16 @@
$string['startsignup'] = 'Start now by creating a new account!';
$string['state'] = 'State/Province';
$string['status'] = 'Status';
$string['strftimedate'] = '#j F Y';
$string['strftimedateshort'] = '#j F';
$string['strftimedatetime'] = '#j F Y, h:i A';
$string['strftimedaydate'] = '#l, j F Y';
$string['strftimedaydatetime'] = '#l, j F Y, h:i A';
$string['strftimedayshort'] = '#l, j F';
$string['strftimedaytime'] = '#D, H:i';
$string['strftimemonthyear'] = '#F Y';
$string['strftimerecent'] = '#j M, H:i';
$string['strftimerecentfull'] = '#D, j M Y, h:i A';
$string['strftimetime'] = '#h:i A';
$string['strftimedate'] = '%%d %%B %%Y';
$string['strftimedateshort'] = '%%d %%B';
$string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p';
$string['strftimedaydate'] = '%%A, %%d %%B %%Y';
$string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%I:%%M %%p';
$string['strftimedaytime'] = '%%a, %%H:%%M';
$string['strftimemonthyear'] = '%%B %%Y';
$string['strftimerecent'] = '%%d %%b, %%H:%%M';
$string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%I:%%M %%p';
$string['strftimetime'] = '%%I:%%M %%p';
$string['stringsnotset'] = 'The following strings are not defined in $a';
$string['studentnotallowed'] = 'Sorry, but you can not enter this course as \'$a\'';
$string['students'] = 'Students';
Expand Down

0 comments on commit e381bc1

Please sign in to comment.