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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18724 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2011-09-19 20:21:39 +00:00
parent 2b9750b3e4
commit bad1132fdf
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