__( 'Plugin Usage Feedback', 'cminds' ),
'deactivation-share-reason' => __( 'Please tell us how can we make this plugin better for you?', 'cminds' ),
'deactivation-share-agree' => __( 'Please share my WordPress system information to help analyze my feedback*', 'cminds' ),
'deactivation-want-contact' => __( 'I will be happy to receive support to my email', 'cminds' ),
'deactivation-want-contact-pt-2' => __( 'regarding the issues I am reporting. (Please include a detailed description)', 'cminds' ),
'deactivation-default-contact' => get_bloginfo( 'admin_email' ),
'deactivation-share-disclaimer' => __( '(*) Your feedback will only be used to improve this plugin', 'cminds' ),
'deactivation-modal-button-deactivate' => __( 'Deactivate', 'cminds' ),
'deactivation-modal-button-confirm' => __( 'Yes - Deactivate', 'cminds' ),
'deactivation-modal-button-submit' => __( 'Submit & Deactivate', 'cminds' ),
'deactivation-modal-button-cancel' => _x( 'Cancel', 'the text of the cancel button of the plugin deactivation dialog box.', 'cminds' ),
);
$confirmation_message = apply_filters( 'cm_uninstall_confirmation_message', '' );
?>