';
echo esc_html( __( 'Learn more about usage limits.', 'akismet' ) );
echo '';
break;
case 'SECOND_MONTH_OVER_LIMIT':
echo esc_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' ) );
echo '';
echo esc_html( __( 'Learn more about usage limits.', 'akismet' ) );
echo '';
break;
case 'THIRD_MONTH_APPROACHING_LIMIT':
echo esc_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' ) );
echo '';
echo esc_html( __( 'Learn more about usage limits.', 'akismet' ) );
echo '';
break;
case 'THIRD_MONTH_OVER_LIMIT':
case 'FOUR_PLUS_MONTHS_OVER_LIMIT':
echo esc_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' ) );
echo '';
echo esc_html( __( 'Learn more about usage limits.', 'akismet' ) );
echo '';
break;
default:
}
?>