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:
David Mudrak 2012-03-26 14:58:10 +02:00
parent 718eb2a59f
commit 18e55c294d
2 changed files with 5 additions and 5 deletions

View file

@ -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';