mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
Merge branch 'MDL-80541-main' of https://github.com/aanabit/moodle
This commit is contained in:
commit
06783182ef
3 changed files with 8 additions and 5 deletions
|
@ -137,3 +137,4 @@ addinganewto,core
|
|||
editinga,core
|
||||
updatinga,core
|
||||
updatingain,core
|
||||
summaryof,core
|
||||
|
|
|
@ -630,6 +630,8 @@ $string['editorsettings'] = 'Editor settings';
|
|||
$string['editorshortcutkeys'] = 'Editor shortcut keys';
|
||||
$string['editsection'] = 'Edit settings';
|
||||
$string['editsectionname'] = 'Edit section name';
|
||||
$string['editsectionsettings'] = 'Edit section settings';
|
||||
$string['editsectiontitle'] = 'Edit section: {$a}';
|
||||
$string['edittitle'] = 'Edit title';
|
||||
$string['edittitleinstructions'] = 'Escape to cancel, Enter when finished';
|
||||
$string['editthisactivity'] = 'Edit this activity';
|
||||
|
@ -2183,7 +2185,6 @@ $string['subject'] = 'Subject';
|
|||
$string['success'] = 'Success';
|
||||
$string['successduration'] = 'Success ({$a} seconds)';
|
||||
$string['summary'] = 'Summary';
|
||||
$string['summaryof'] = 'Summary of {$a}';
|
||||
$string['suspended'] = 'Suspended';
|
||||
$string['suspendedusers'] = 'Suspended users';
|
||||
$string['switchdevicedefault'] = 'Switch to the standard theme';
|
||||
|
@ -2502,3 +2503,4 @@ $string['addinganewto'] = 'Adding a new {$a->what} to {$a->to}';
|
|||
$string['editinga'] = 'Editing {$a}';
|
||||
$string['updatinga'] = 'Updating: {$a}';
|
||||
$string['updatingain'] = 'Updating {$a->what} in {$a->in}';
|
||||
$string['summaryof'] = 'Summary of {$a}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue