' . __('You cannot subscribe with the email address you entered, please contact the site administrator.', 'newsletter') . '

'; //$options['already_confirmed_text'] = '

This email address is already subscribed, anyway a welcome email has been sent again. Thank you.

'; // Subscription page introductory text (befor the subscription form) $options['subscription_text'] = "{subscription_form}"; // Message show after a subbscription request has made. $options['confirmation_text'] = '

' . __('A confirmation email is on the way. Follow the instructions and check the spam folder. Thank you.') . '

'; // Confirmation email subject (double opt-in) $options['confirmation_subject'] = __("Please confirm your subscription", 'newsletter'); $options['confirmation_tracking'] = ''; // Confirmation email body (double opt-in) $options['confirmation_message'] = '

' . __('Please confirm your subscription clicking here', 'newsletter') . '

'; // Subscription confirmed text (after a user clicked the confirmation link // on the email he received $options['confirmed_text'] = '

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

'; $options['confirmed_subject'] = __('Welcome', 'newsletter'); $options['confirmed_message'] = "

" . __('This message confirms your subscription to our newsletter. Thank you!', 'newsletter') . '

' . '
' . '

' . __('Change your profile', 'newsletter') . '

'; $options['confirmed_tracking'] = '';