<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>
/* 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);
<h3class="akismet-alert__heading"><?phpesc_html_e('You don’t have an Akismet plan.','akismet');?></h3>
<p>
<?php
/* translators: the placeholder is a clickable URL to the Akismet account upgrade page. */
echowp_kses(sprintf(__('In 2012, Akismet began using subscription plans for all accounts (even free ones). A plan has not been assigned to your account, and we’d appreciate it if you’d <a href="%s" target="_blank">sign into your account</a> and choose one.','akismet'),esc_url('https://akismet.com/pricing')),$kses_allow_link);
/* translators: The placeholder is a URL to the Akismet contact form. */
echowp_kses(sprintf(__('Please <a href="%s" target="_blank">contact our support team</a> with any questions.','akismet'),esc_url('https://akismet.com/contact/')),$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'));