' . __('Please confirm you want to unsubscribe clicking here.', 'newsletter') . '

'; $options['error_text'] = '

' . __("Subscriber not found, it probably has already been removed. No further actions are required.", 'newsletter') . '

'; // When you finally loosed your subscriber $options['unsubscribed_text'] = "

" . __('Your subscription has been deleted. If that was an error you can subscribe again here.', 'newsletter') . "

"; $options['unsubscribed_subject'] = __("Goodbye", 'newsletter'); $options['unsubscribed_message'] = '

' . __('This message confirms that you have unsubscribed from our newsletter. Thank you.', 'newsletter') . '

'; $options['reactivated_text'] = '

' . __('Your subscription has been reactivated.', 'newsletter') . '

';