mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-61533 lang: Merge English strings from the en_fix language pack
Significant string change: * typeoflogin_desc,tool_mobile - removing sentence about autologinguests * gradepublishing_help, core_grades - updated explanation mentioning the manager role and grade export publishing settings
This commit is contained in:
parent
856e07e4e7
commit
ad5b7d26e7
9 changed files with 11 additions and 11 deletions
|
@ -140,7 +140,7 @@ $string['error_block_for_module_not_found'] = 'Orphan block instance (id: {$a->b
|
|||
$string['error_course_module_not_found'] = 'Orphan course module (id: {$a}) found. This module will not be backed up.';
|
||||
$string['errorcopyingbackupfile'] = "Failed to copy the backup file to the temporary folder before restoring.";
|
||||
$string['errorfilenamerequired'] = 'You must enter a valid filename for this backup';
|
||||
$string['errorfilenametoolong'] = 'The filename length you enter must be less than 255 characters';
|
||||
$string['errorfilenametoolong'] = 'The filename must be less than 255 characters in length.';
|
||||
$string['errorfilenamemustbezip'] = 'The filename you enter must be a ZIP file and have the .mbz extension';
|
||||
$string['errorminbackup20version'] = 'This backup file has been created with one development version of Moodle backup ({$a->backup}). Minimum required is {$a->min}. Cannot be restored.';
|
||||
$string['errorinvalidformat'] = 'Unknown backup format';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue