mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-21250 capital letters removal
This commit is contained in:
parent
9825422e02
commit
351d05ead4
@ -38,7 +38,7 @@ $string['allowswitch'] = 'Allow role switches';
|
||||
$string['allsiteusers'] = 'All site users';
|
||||
$string['archetype'] = 'Role archetype';
|
||||
$string['archetype_help'] = 'The role archetype determines the permissions when a role is reset to default. It also determines any new permissions for the role when the site is upgraded.';
|
||||
$string['archetypecoursecreator'] = 'ARCHETYPE: Course Creator';
|
||||
$string['archetypecoursecreator'] = 'ARCHETYPE: Course creator';
|
||||
$string['archetypeeditingteacher'] = 'ARCHETYPE: Teacher (editing)';
|
||||
$string['archetypefrontpage'] = 'ARCHETYPE: Authenticated user on frontpage';
|
||||
$string['archetypeguest'] = 'ARCHETYPE: Guest';
|
||||
@ -200,7 +200,7 @@ $string['inactiveformorethan'] = 'inactive for more than {$a->timeperiod}';
|
||||
$string['ingroup'] = 'in the group "{$a->group}"';
|
||||
$string['inherit'] = 'Inherit';
|
||||
$string['legacy:admin'] = 'LEGACY ROLE: Administrator';
|
||||
$string['legacy:coursecreator'] = 'LEGACY ROLE: Course Creator';
|
||||
$string['legacy:coursecreator'] = 'LEGACY ROLE: Course creator';
|
||||
$string['legacy:editingteacher'] = 'LEGACY ROLE: Teacher (editing)';
|
||||
$string['legacy:guest'] = 'LEGACY ROLE: Guest';
|
||||
$string['legacy:student'] = 'LEGACY ROLE: Student';
|
||||
|
@ -47,7 +47,7 @@ $string['enteryoursearchquery'] = 'Enter your search query';
|
||||
$string['errors'] = 'Errors';
|
||||
$string['filesinindexdirectory'] = 'Files in index directory';
|
||||
$string['globalsearchdisabled'] = 'Global searching is not enabled.';
|
||||
$string['checkdb'] = 'Check Database';
|
||||
$string['checkdb'] = 'Check database';
|
||||
$string['checkdbadvice'] = 'Check your database for any problems.';
|
||||
$string['checkdir'] = 'Check dir';
|
||||
$string['checkdiradvice'] = 'Ensure the data directory exists and is writable.';
|
||||
@ -71,7 +71,7 @@ $string['thesewordsmustappear'] = 'These words must appear';
|
||||
$string['thesewordsmustnotappear'] = 'These words must not appear';
|
||||
$string['title'] = 'Title';
|
||||
$string['tofetchtheseresults'] = 'to fetch these results';
|
||||
$string['totalsize'] = 'Total Size';
|
||||
$string['totalsize'] = 'Total size';
|
||||
$string['type'] = 'Type';
|
||||
$string['uncompleteindexingerror'] = 'Indexing was not successfully completed, please restart it.';
|
||||
$string['versiontoolow'] = 'Sorry, global search requires PHP 5.0.0 or later';
|
||||
|
@ -33,7 +33,7 @@ $string['codecoveragelatestreport'] = 'view latest code coverage complete report
|
||||
$string['confignonwritable'] = 'The file config.php is not writeable by the web server. Either change its permissions, or edit it with the appropriate user account, and add the following line before the closing php tag: <br />
|
||||
$CFG->unittestprefix = \'tst_\' // Change tst_ to a prefix of your choice, different from $CFG->prefix';
|
||||
$string['coveredlines'] = 'Covered lines';
|
||||
$string['coveredpercentage'] = 'Overall Code Coverage';
|
||||
$string['coveredpercentage'] = 'Overall code coverage';
|
||||
$string['deletingnoninsertedrecord'] = 'Trying to delete a record that was not inserted by these unit tests (id {$a->id} in table {$a->table}).';
|
||||
$string['deletingnoninsertedrecords'] = 'Trying to delete records that were not inserted by these unit tests (from table {$a->table}).';
|
||||
$string['droptesttables'] = 'Drop test tables';
|
||||
@ -65,7 +65,7 @@ $string['skip'] = 'Skip';
|
||||
$string['stacktrace'] = 'Stack trace:';
|
||||
$string['summary'] = '{$a->run}/{$a->total} test cases complete: <strong>{$a->passes}</strong> passes, <strong>{$a->fails}</strong> fails and <strong>{$a->exceptions}</strong> exceptions.';
|
||||
$string['tablesnotsetup'] = 'Unit test tables are not yet built. Do you want to build them now?.';
|
||||
$string['testdboperations'] = 'Test Database operations';
|
||||
$string['testdboperations'] = 'Test database operations';
|
||||
$string['testtablescsvfileunwritable'] = 'The test tables CSV file is not writable ({$a->filename})';
|
||||
$string['testtablesneedupgrade'] = 'The test DB tables need to be upgraded. Do you wish to proceed with the upgrade now?';
|
||||
$string['testtablesok'] = 'The test DB tables were successfully installed.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user