<?php// This notice is only displayed on edit-comments.php. ?>
<divclass="notice notice-warning">
<p><strong><?phpesc_html_e('Akismet has detected a problem.','akismet');?></strong></p>
<p><?phpesc_html_e('Some comments have not yet been checked for spam by Akismet. They have been temporarily held for moderation and will automatically be rechecked later.','akismet');?></p>
<h3class="akismet-alert-header"><?phpesc_html_e('We detected commercial activity on your site','akismet');?></h3>
<pclass="akismet-alert-info">
<?php
/* translators: The placeholder is a URL. */
echowp_kses(sprintf(__('Your current subscription is for <a href="%s">personal, non-commercial use</a>. Please upgrade your plan to continue using Akismet.','akismet'),esc_url('https://akismet.com/support/getting-started/free-or-paid/')),$kses_allow_link);
?>
</p>
<pclass="akismet-alert-info">
<?php
/* translators: The placeholder is a URL to the contact form. */
echowp_kses(sprintf(__('If you believe your site should not be classified as commercial, <a href="%s">please get in touch</a>.','akismet'),esc_url('https://akismet.com/contact/?purpose=commercial')),$kses_allow_link);
/* translators: the placeholder is a clickable URL that leads to more information regarding an error code. */
printf(esc_html__('For more information: %s','akismet'),'<a href="https://akismet.com/errors/'.esc_attr($code).'">https://akismet.com/errors/'.esc_attr($code).'</a>');
<h3class="akismet-alert__heading"><?phpesc_html_e('Network functions are disabled.','akismet');?></h3>
<p>
<?php
/* translators: The placeholder is a URL. */
echowp_kses(sprintf(__('Your web host or server administrator has disabled PHP’s <code>gethostbynamel</code> function. <strong>Akismet cannot work correctly until this is fixed.</strong> Please contact your web host or firewall administrator and give them <a href="%s" target="_blank">this information about Akismet’s system requirements</a>.','akismet'),esc_url('https://akismet.com/akismet-hosting-faq/')),array_merge($kses_allow_link,$kses_allow_strong,array('code'=>true)));
<h3class="akismet-alert__heading"><?phpesc_html_e('Your site can’t connect to the Akismet servers.','akismet');?></h3>
<p>
<?php
/* translators: The placeholder is a URL. */
echowp_kses(sprintf(__('Your firewall may be blocking Akismet from connecting to its API. Please contact your host and refer to <a href="%s" target="_blank">our guide about firewalls</a>.','akismet'),esc_url('https://akismet.com/akismet-hosting-faq/')),$kses_allow_link);
<h3class="akismet-alert__heading"><?phpesc_html_e('Please update your payment information.','akismet');?></h3>
<p>
<?php
/* translators: The placeholder is a URL. */
echowp_kses(sprintf(__('We cannot process your payment. Please <a href="%s" target="_blank">update your payment details</a>.','akismet'),esc_url('https://akismet.com/account/')),$kses_allow_link);
<h3class="akismet-alert__heading"><?phpesc_html_e('Your Akismet plan has been cancelled.','akismet');?></h3>
<p>
<?php
/* translators: The placeholder is a URL. */
echowp_kses(sprintf(__('Please visit your <a href="%s" target="_blank">Akismet account page</a> to reactivate your subscription.','akismet'),esc_url('https://akismet.com/account/')),$kses_allow_link);
/* translators: the placeholder is a clickable URL to the Akismet account upgrade page. */
echowp_kses(sprintf(__('You can help us fight spam and upgrade your account by <a href="%s" target="_blank">contributing a token amount</a>.','akismet'),esc_url('https://akismet.com/pricing')),$kses_allow_link);
/* translators: the placeholder is the URL to the Akismet pricing page. */
echowp_kses(sprintf(__('Please <a href="%s" target="_blank">choose a plan</a> to get started with Akismet.','akismet'),esc_url('https://akismet.com/pricing')),$kses_allow_link);
__('The connection to akismet.com could not be established. Please refer to <a href="%s" target="_blank">our guide about firewalls</a> and check your server configuration.','akismet'),
echoesc_html(__('Your Akismet usage has been over your plan’s limit for two consecutive months. Next month, we will restrict your account after you reach the limit. Please consider upgrading your plan.','akismet'));
echoesc_html(__('Your Akismet usage is nearing your plan’s limit for the third consecutive month. We will restrict your account after you reach the limit. Upgrade your plan so Akismet can continue blocking spam.','akismet'));
echoesc_html(__('Your Akismet usage has been over your plan’s limit for three consecutive months. We have restricted your account for the rest of the month. Upgrade your plan so Akismet can continue blocking spam.','akismet'));