mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-21250 fixed capitalized words and redundant spaces
This commit is contained in:
parent
e3f031dcb0
commit
3278dfeb5f
2 changed files with 14 additions and 14 deletions
|
@ -75,13 +75,13 @@ $string['format_document'] = 'Document';
|
|||
$string['format_file'] = 'File';
|
||||
$string['format_image'] = 'Image';
|
||||
$string['format_leap2a'] = 'Leap2A portfolio format';
|
||||
$string['format_mbkp'] = 'Moodle Backup Format';
|
||||
$string['format_mbkp'] = 'Moodle backup format';
|
||||
$string['format_pdf'] = 'PDF';
|
||||
$string['format_plainhtml'] = 'HTML';
|
||||
$string['format_presentation'] = 'Presentation';
|
||||
$string['format_richhtml'] = 'HTML with attachments';
|
||||
$string['format_spreadsheet'] = 'Spreadsheet';
|
||||
$string['format_text'] = 'Plain Text';
|
||||
$string['format_text'] = 'Plain text';
|
||||
$string['format_video'] = 'Video';
|
||||
$string['hidden'] = 'Hidden';
|
||||
$string['highdbsizethreshold'] = 'High transfer dbsize';
|
||||
|
@ -117,12 +117,12 @@ $string['invalidinstance'] = 'Could not find that portfolio instance';
|
|||
$string['invalidpreparepackagefile'] = 'Invalid call to prepare_package_file - either single or multifiles must be set';
|
||||
$string['invalidproperty'] = 'Could not find that property ({$a->property} of {$a->class})';
|
||||
$string['invalidsha1file'] = 'Invalid call to get_sha1_file - either single or multifiles must be set';
|
||||
$string['invalidtempid'] = 'Invalid export id. maybe it has expired';
|
||||
$string['invalidtempid'] = 'Invalid export id. Maybe it has expired';
|
||||
$string['invaliduserproperty'] = 'Could not find that user config property ({$a->property} of {$a->class})';
|
||||
$string['leap2a_emptyselection'] = 'Required value not selected';
|
||||
$string['leap2a_entryalreadyexists'] = 'You tried to add a Leap2A entry with an id ({$a}) that already exists in this feed';
|
||||
$string['leap2a_feedtitle'] = 'Leap2A export from Moodle for {$a}';
|
||||
$string['leap2a_filecontent'] = 'Tried to set the content of a leap2a entry to a file, rather than using the file sublcass';
|
||||
$string['leap2a_filecontent'] = 'Tried to set the content of a Leap2A entry to a file, rather than using the file subclass';
|
||||
$string['leap2a_invalidentryfield'] = 'You tried to set an entry field that didn\'t exist ({$a}) or you can\'t set directly';
|
||||
$string['leap2a_invalidentryid'] = 'You tried to access an entry by an id that didn\'t exist ({$a})';
|
||||
$string['leap2a_missingfield'] = 'Required Leap2A entry field {$a} missing';
|
||||
|
|
|
@ -60,7 +60,7 @@ $string['reset'] = 'Reset';
|
|||
$string['resetflag'] = 'Reset flag';
|
||||
$string['responsiblewillbenotified'] = 'The person responsible will be notified';
|
||||
$string['rssdesc'] = 'This RSS feed was automatically generated by Moodle and contains user generated tags for courses.';
|
||||
$string['rsstitle'] = 'Course Tags RSS Feed for user: {$a}';
|
||||
$string['rsstitle'] = 'Course tags RSS feed for user: {$a}';
|
||||
$string['search'] = 'Search';
|
||||
$string['searchresultsfor'] = 'Search results for "{$a}"';
|
||||
$string['searchtags'] = 'Search tags';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue