mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-21250 capital letters removal
This commit is contained in:
parent
dcc5fd59f8
commit
e5a0920419
@ -63,11 +63,11 @@ $string['eventnone'] = 'No events';
|
||||
$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';
|
||||
|
@ -105,7 +105,7 @@ $string['criteriagroup']='Criteria group';
|
||||
$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.';
|
||||
@ -134,7 +134,7 @@ $string['progresstrackedroles']='Progress-tracked roles';
|
||||
$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';
|
||||
|
@ -48,7 +48,7 @@ $string['nocate'] = 'No categories!';
|
||||
$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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user