Skip to content

Commit

Permalink
MDL-21250 capital letters removal
Browse files Browse the repository at this point in the history
  • Loading branch information
wildgirl committed Dec 8, 2010
1 parent dcc5fd5 commit e5a0920
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lang/en/calendar.php
Expand Up @@ -63,11 +63,11 @@
$string['eventrepeat'] = 'Repeats';
$string['eventsall'] = 'All events';
$string['eventsfor'] = '{$a} events';
$string['eventskey'] = 'Events Key';
$string['eventskey'] = 'Events key';
$string['eventsrelatedtocourses'] = 'Events related to courses';
$string['eventstarttime'] = 'Start time';
$string['eventtime'] = 'Time';
$string['eventview'] = 'Event Details';
$string['eventview'] = 'Event details';
$string['expired'] = 'Expired';
$string['explain_site_timeformat'] = 'You can choose to see times in either 12 or 24 hour format for the whole site. If you choose "default", then the format will be automatically chosen according to the language you use in the site. This setting can be overridden by user preferences.';
$string['export'] = 'Export';
Expand Down
4 changes: 2 additions & 2 deletions lang/en/completion.php
Expand Up @@ -105,7 +105,7 @@
$string['criteriarequiredall']='All criteria below are required';
$string['criteriarequiredany']='Any criteria below are required';
$string['days']='Days';
$string['editcoursecompletionsettings']='Edit Course Completion Settings';
$string['editcoursecompletionsettings']='Edit course completion settings';
$string['enrolmentduration']='Days left';
$string['err_nocourses']='Course completion is not enabled for any other courses, so none can be displayed. You can enable course completion in the course settings.';
$string['err_nograde']='A course pass grade has not been set for this course. To enable this criteria type you must create a pass grade for this course.';
Expand Down Expand Up @@ -134,7 +134,7 @@
$string['recognitionofpriorlearning']='Recognition of prior learning';
$string['remainingenroledfortime']='Remaining enrolled for a specified period of time';
$string['remainingenroleduntildate']='Remaining enrolled until a specified date';
$string['requiredcriteria']='Required Criteria';
$string['requiredcriteria']='Required criteria';
$string['seedetails']='See details';
$string['self']='Self';
$string['selfcompletion']='Self completion';
Expand Down
2 changes: 1 addition & 1 deletion lang/en/debug.php
Expand Up @@ -48,7 +48,7 @@
$string['nomodules'] = 'No modules found!!';
$string['nopageclass'] = 'Imported {$a} but found no page classes';
$string['noreports'] = 'No reports accessible';
$string['notables'] = 'No Tables!';
$string['notables'] = 'No tables!';
$string['phpvaroff'] = 'The PHP server variable \'{$a->name}\' should be Off - {$a->link}';
$string['phpvaron'] = 'The PHP server variable \'{$a->name}\' is not turned On - {$a->link}';
$string['sessionmissing'] = '{$a} object missing from session';
Expand Down

0 comments on commit e5a0920

Please sign in to comment.