__('To allow use of this page to automatically repair database problems, please add the following line to your %s file. Once this line is added to your config, reload this page.'),
echo'<p>'.sprintf(__('While you are editing your %1$s file, take a moment to make sure you have all 8 keys and that they are unique. You can generate these using the <a href="%2$s">WordPress.org secret key service</a>.'),'<code>wp-config.php</code>','https://api.wordpress.org/secret-key/1.1/salt/').'</p>';
printf(__('The %1$s table is not okay. It is reporting the following error: %2$s. WordPress will attempt to repair this table…'),"<code>$table</code>","<code>$check->Msg_text</code>");
/* translators: %s: URL to "Fixing WordPress" forum. */
'<p>'.__('Some database problems could not be repaired. Please copy-and-paste the following list of errors to the <a href="%s">WordPress support forums</a> to get additional assistance.').'</p>',
echo'<p>'.__('Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.')."</p><p><code>define('WP_ALLOW_REPAIR', true);</code></p>";
echo'<p>'.__('One or more database tables are unavailable. To allow WordPress to attempt to repair these tables, press the “Repair Database” button. Repairing can take a while, so please be patient.').'</p>';
}else{
echo'<p>'.__('WordPress can automatically look for some common database problems and repair them. Repairing can take a while, so please be patient.').'</p>';
<p><?php_e('WordPress can also attempt to optimize the database. This improves performance in some situations. Repairing and optimizing the database can take a long time and the database will be locked while optimizing.');?></p>
<pclass="step"><aclass="button button-large"href="repair.php?repair=2"><?php_e('Repair and Optimize Database');?></a></p>