diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-07-09 13:28:25 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-07-09 13:28:25 +0000 |
| commit | 26bb3bbb6824166d05362f5516009fdf3477195f (patch) | |
| tree | 5025d5122281156b0ed6554a0a02f719c8ec0a72 /phpBB/language/en/install.php | |
| parent | 65ec5e1bb5aac292235f242fd0b1932a3ba69572 (diff) | |
| download | forums-26bb3bbb6824166d05362f5516009fdf3477195f.tar forums-26bb3bbb6824166d05362f5516009fdf3477195f.tar.gz forums-26bb3bbb6824166d05362f5516009fdf3477195f.tar.bz2 forums-26bb3bbb6824166d05362f5516009fdf3477195f.tar.xz forums-26bb3bbb6824166d05362f5516009fdf3477195f.zip | |
print out error if users try to update phpBB versions no longer supported with the used database update script
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9743 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/install.php')
| -rw-r--r-- | phpBB/language/en/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 8e48dfbb36..bc2dfd6e16 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -133,6 +133,7 @@ $lang = array_merge($lang, array( 'DB_PASSWORD' => 'Database password', 'DB_PORT' => 'Database server port', 'DB_PORT_EXPLAIN' => 'Leave this blank unless you know the server operates on a non-standard port.', + 'DB_UPDATE_NOT_SUPPORTED' => 'Sorry, but you are not able to update your phpBB database with this script. This update script updates the phpBB database from at least version ā%1$sā, but your version is ā%2$sā. Please try to update to an older version of phpBB first or post within our support forums to get more help.', 'DB_USERNAME' => 'Database username', 'DB_TEST' => 'Test connection', 'DEFAULT_LANG' => 'Default board language', |
