MDL-32009 messaging: Add message processor uninstall functionality

This commit is contained in:
Ruslan Kabalin 2011-08-05 14:01:38 +01:00
parent 6f4f0b5228
commit 0210ce1007
4 changed files with 45 additions and 3 deletions

View file

@ -109,6 +109,8 @@ $string['permitted'] = 'Permitted';
$string['page-message-x'] = 'Any message pages';
$string['private_config'] = 'Popup message window';
$string['processortag'] = 'Destination';
$string['processordeleteconfirm'] = 'You are about to completely delete message processor \'{$a}\'. This will completely delete everything in the database associated with this processor. Are you SURE you want to continue?';
$string['processordeletefiles'] = 'All data associated with the processor \'{$a->processor}\' has been deleted from the database. To complete the deletion (and prevent the processor re-installing itself), you should now delete this directory from your server: {$a->directory}';
$string['providers_config'] = 'Configure notification methods for incoming messages';
$string['providerstag'] = 'Source';
$string['recent'] = 'Recent';