Mark some string in dead_db() for translation. Props mako09, SergeyBiryukov. fixes #17815

git-svn-id: https://develop.svn.wordpress.org/trunk@18724 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-09-19 20:21:39 +00:00
parent 1cd6cf0f0c
commit 15f12c55f9
1 changed files with 2 additions and 2 deletions

View File

@ -3317,11 +3317,11 @@ function dead_db() {
<html xmlns="http://www.w3.org/1999/xhtml" <?php if ( function_exists( 'language_attributes' ) ) language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Database Error</title>
<title><?php echo /*WP_I18N_DB_ERROR*/'Database Error'/*/WP_I18N_DB_ERROR*/; ?></title>
</head>
<body>
<h1>Error establishing a database connection</h1>
<h1><?php echo /*WP_I18N_DB_CONNECTION_ERROR*/'Error establishing a database connection'/*/WP_I18N_DB_CONNECTION_ERROR*/; ?></h1>
</body>
</html>
<?php