%s
', __('Some option settings are missing (possibly from plugin upgrade). Please reactivate.', $this->name), __('Reactivate', $this->name) ); } if ($show_link) { $show_link_check1 = 'checked'; $show_link_check2 = ''; } else { $show_link_check1 = ''; $show_link_check2 = 'checked'; } if ($use_message_bar) $use_message_bar_check = 'checked'; else $use_message_bar_check = ''; if ($can_close) $can_close_check = 'checked'; else $can_close_check = ''; printf('
%s
%s
%s
%s
%s
General Configurations
%s
%s
%s
Message Bar Mode
%s
(%s)
%s
%s
%s
%s
Notification Message
%s
%s
%s
%s
%s
%s
', __('Support this plugin!', $this->name), __('Display "Powered by Anti-AdBlock" link at the bottom right corner of the AdBlock notification message', $this->name), __('Do not display "Powered by Anti-AdBlock" link. I will ', $this->name), __('donate', $this->name), __('and/or write about this plugin', $this->name), __('Your current nonces. Automatically re-generated everytime you visit this page.', $this->name), attribute_escape($nonce_message), attribute_escape($nonce_message_bar), attribute_escape($nonce_banner), __('Number of visits until Anti-AdBlock is activated.', $this->name), attribute_escape($visits_till_nag), __('Maximum number of times that Anti-AdBlock is activated per visitor.', $this->name), attribute_escape($max_nag), __('Enable message bar mode.', $this->name), __('When enabled, Anti-AdBlock plugin will become less intrusive to the reader by showing a popup bar at the top of the browser instead of an AdBlock notification message. The visitor can then click a link in the bar to view the AdBlock notification message.', $this->name), __('What is this?', $this->name), __('Message bar text. Use
<a id="show-adblock-message" href="#">show-link</a>
as the link for showing AdBlock notification message.', $this->name), attribute_escape($message_bar), __('CSS for message bar.', $this->name), attribute_escape($message_bar_css), __('Allow users to close AdBlock notification message.', $this->name), __('Image to display along with the AdBlock notification message.', $this->name), attribute_escape($image), __('AdBlock notification message to display to visitors with AdBlock enabled.', $this->name), attribute_escape($message), __('CSS for notification message.', $this->name), attribute_escape($message_css) ); if ( function_exists( 'wp_nonce_field' ) && wp_nonce_field( $this->name ) ) { printf('
', __('Update Options', $this->name), __('Reset ALL Options', $this->name) ); } ?>