diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-12 13:02:29 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-12 13:02:29 +0000 |
commit | 2ba03a411e561cb943f8ec8f11afc51eaa720275 (patch) | |
tree | 4c425e95dca99f8ef949866bd5903d76d73b73a6 /phpBB/language | |
parent | 48d88164e19fd81b849490d827dc5f43615171cb (diff) | |
download | forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar.gz forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar.bz2 forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.tar.xz forums-2ba03a411e561cb943f8ec8f11afc51eaa720275.zip |
allow what is stated within the changelog...
git-svn-id: file:///svn/phpbb/trunk@7874 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rwxr-xr-x | 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 021bc7f2c9..48dc4d5a7e 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -445,6 +445,7 @@ $lang = array_merge($lang, array( 'OLD_UPDATE_FILES' => 'Update files are out of date. The update files found are for updating from phpBB %1$s to phpBB %2$s but the latest version of phpBB is %3$s.', + 'PACKAGE_UPDATES_TO' => 'Current package updates to version', 'PERFORM_DATABASE_UPDATE' => 'Perform database update', 'PERFORM_DATABASE_UPDATE_EXPLAIN' => 'Below you will find a button to the database update script. The database update can take a while, so please do not stop the execution if it seems to hang. After the database update has been performed just follow the instructions to continue the update process.', 'PREVIOUS_VERSION' => 'Previous version', |