mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 03:16:42 +02:00
MDL-20438 removing the word 'extension'
It was suggested not to use this term as in moodleverse, non-standard plugins have always been referred to as 'contributed plugins'.
This commit is contained in:
parent
718eb2a59f
commit
18e55c294d
2 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ $string['noneinstalled'] = 'No plugins of this type are installed';
|
|||
$string['notes'] = 'Notes';
|
||||
$string['numtotal'] = 'Installed: {$a}';
|
||||
$string['numdisabled'] = 'Disabled: {$a}';
|
||||
$string['numextension'] = 'Extensions: {$a}';
|
||||
$string['numextension'] = 'Contributions: {$a}';
|
||||
$string['numupdatable'] = 'Updates available: {$a}';
|
||||
$string['otherplugin'] = '{$a->component}';
|
||||
$string['otherpluginversion'] = '{$a->component} ({$a->version})';
|
||||
|
@ -55,7 +55,7 @@ $string['settings'] = 'Settings';
|
|||
$string['somehighlighted'] = 'Number of plugins requiring attention during this upgrade: {$a}';
|
||||
$string['somehighlightedinfo'] = 'Display the full list of installed plugins';
|
||||
$string['source'] = 'Source';
|
||||
$string['sourceext'] = 'Extension';
|
||||
$string['sourceext'] = 'Contributed';
|
||||
$string['sourcestd'] = 'Standard';
|
||||
$string['status'] = 'Status';
|
||||
$string['status_delete'] = 'To be deleted';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue