Merge branch 'MDL-53669_master' of git://github.com/markn86/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2016-04-05 22:02:02 +02:00
commit 68f009dfb3

View file

@ -47,7 +47,6 @@ $string['eventitemdeleted_desc'] = 'Item with ID {$a->objectid} deleted.';
$string['eventitemrestored'] = 'Item restored'; $string['eventitemrestored'] = 'Item restored';
$string['eventitemrestored_desc'] = 'Item with ID {$a->objectid} restored.'; $string['eventitemrestored_desc'] = 'Item with ID {$a->objectid} restored.';
$string['invalidcontext'] = 'Invalid context supplied.'; $string['invalidcontext'] = 'Invalid context supplied.';
$string['neverdelete'] = 'Never delete recycled items';
$string['noitemsinbin'] = 'There are no items in the recycle bin.'; $string['noitemsinbin'] = 'There are no items in the recycle bin.';
$string['notenabled'] = 'Sorry, but the recycle bin has been disabled by the administrator.'; $string['notenabled'] = 'Sorry, but the recycle bin has been disabled by the administrator.';
$string['pluginname'] = 'Recycle bin'; $string['pluginname'] = 'Recycle bin';