diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-05-03 11:18:08 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-05-03 11:18:08 +0000 |
commit | 4bf4f8588ec214d801863a9753ba7c52b1a96bae (patch) | |
tree | a1f033124b14c020e850525a6ea745cb7cb3dbab /phpBB | |
parent | 0f695bf0356e8cf9808166a92219394150f40c30 (diff) | |
download | forums-4bf4f8588ec214d801863a9753ba7c52b1a96bae.tar forums-4bf4f8588ec214d801863a9753ba7c52b1a96bae.tar.gz forums-4bf4f8588ec214d801863a9753ba7c52b1a96bae.tar.bz2 forums-4bf4f8588ec214d801863a9753ba7c52b1a96bae.tar.xz forums-4bf4f8588ec214d801863a9753ba7c52b1a96bae.zip |
gah... philiip is correct, instead of %2s of course %2$s
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9508 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 842ee85d03..d3fd8d5e26 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -269,7 +269,7 @@ $lang = array_merge($lang, array( 'MAKE_FOLDER_WRITABLE' => 'Please make sure that this folder exists and is writable by the webserver then try again:<br />»<strong>%s</strong>.', 'MAKE_FOLDERS_WRITABLE' => 'Please make sure that these folders exist and are writable by the webserver then try again:<br />»<strong>%s</strong>.', - 'MYSQL_SCHEMA_UPDATE_REQUIRED' => 'Your MySQL database schema for phpBB is outdated. phpBB detected a schema for MySQL 3.x/4.x, but the server runs on MySQL %2s.<br /><strong>Before you proceed the update, you need to upgrade the schema.</strong><br /><br />Please refer to the <a href="http://www.phpbb.com/kb/article/doesnt-have-a-default-value-errors/">Knowledge Base article about upgrading the MySQL schema</a>. If you encounter problems, please use <a href="http://www.phpbb.com/community/viewforum.php?f=46">our support forums</a>.', + 'MYSQL_SCHEMA_UPDATE_REQUIRED' => 'Your MySQL database schema for phpBB is outdated. phpBB detected a schema for MySQL 3.x/4.x, but the server runs on MySQL %2$s.<br /><strong>Before you proceed the update, you need to upgrade the schema.</strong><br /><br />Please refer to the <a href="http://www.phpbb.com/kb/article/doesnt-have-a-default-value-errors/">Knowledge Base article about upgrading the MySQL schema</a>. If you encounter problems, please use <a href="http://www.phpbb.com/community/viewforum.php?f=46">our support forums</a>.', 'NAMING_CONFLICT' => 'Naming conflict: %s and %s are both aliases<br /><br />%s', 'NEXT_STEP' => 'Proceed to next step', |