File: //proc/self/root/usr/local/CyberCP/public/imunifyav/plib/resources/locales/en-US.php
<?php
$messages = [
'permissions.imunify_end_user_on.name' => 'Imunify enabled',
'permissions.imunify_end_user_on.description' => 'Enable user access to the Imunify. If disabled, there will be no icon and no access.',
'permissions.scanning_allowed.name' => 'Imunify: scanning allowed',
'permissions.scanning_allowed.description' => 'User is allowed to run manual scanning of websites.',
'permissions.cleanup_allowed.name' => 'Imunify: cleanup allowed',
'permissions.cleanup_allowed.description' => 'User is allowed to run malware cleanup of websites.',
'hooks.notification.title.admin' => 'Imunify Admin notifications',
'hooks.notification.title.reseller' => 'Imunify Reseller’s notifications',
'hooks.notification.title.client' => 'Imunify Client’s notifications',
'hooks.notification.message.subject' => 'Imunify has detected malware',
];