aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-10-25 14:12:13 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-10-25 14:12:13 +0000
commitfe4a53b76e7e55eafce56d502737ad3f5dcf2423 (patch)
treeffec03fb57a895f87b79d7aae30d17bf9d25d64f /phpBB/language/en
parentdfb0907779fb8b955676759fae9c2e1e4e5f81eb (diff)
downloadforums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar
forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar.gz
forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar.bz2
forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.tar.xz
forums-fe4a53b76e7e55eafce56d502737ad3f5dcf2423.zip
Help the user if FTP update fails.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9035 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index e60f98b799..e6555f5a41 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -397,6 +397,7 @@ $lang = array_merge($lang, array(
'DONE' => 'Done',
'DOWNLOAD' => 'Download',
'DOWNLOAD_AS' => 'Download as',
+ 'DOWNLOAD_UPDATE_METHOD_BUTTON' => 'Download modified files archive (recommended)',
'DOWNLOAD_UPDATE_METHOD' => 'Download modified files archive',
'DOWNLOAD_UPDATE_METHOD_EXPLAIN' => 'Once downloaded you should unpack the archive. You will find the modified files you need to upload to your phpBB root directory within it. Please upload the files to their respective locations then. After you have uploaded all files, please check the files again with the other button below.',
@@ -497,6 +498,8 @@ $lang = array_merge($lang, array(
'STATUS_UP_TO_DATE' => 'Already updated file',
'TOGGLE_DISPLAY' => 'View/Hide file list',
+ 'TRY_DOWNLOAD_METHOD' => 'You may want to try the download modified files method.<br />This method always works and is also the recommended update path.',
+ 'TRY_DOWNLOAD_METHOD_BUTTON'=> 'Try this method now',
'UPDATE_COMPLETED' => 'Update completed',
'UPDATE_DATABASE' => 'Update database',