aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-12-05 21:55:20 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-12-05 21:55:20 +0000
commit704a9d665cf81426d053c1064faad5e7c25eff60 (patch)
tree24efcd95bccb005d69a008916cddbbad133e680b /phpBB/language
parentd4077cb9ee5faa065c151a403725ce7991851911 (diff)
downloadforums-704a9d665cf81426d053c1064faad5e7c25eff60.tar
forums-704a9d665cf81426d053c1064faad5e7c25eff60.tar.gz
forums-704a9d665cf81426d053c1064faad5e7c25eff60.tar.bz2
forums-704a9d665cf81426d053c1064faad5e7c25eff60.tar.xz
forums-704a9d665cf81426d053c1064faad5e7c25eff60.zip
Ok commiting modified install/upgrade integration, but there's still a weird problem I'm working on... I'll post more in the forum..
git-svn-id: file:///svn/phpbb/trunk@1516 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/lang_english/lang_admin.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php
index b8dd893a79..9645f68f11 100644
--- a/phpBB/language/lang_english/lang_admin.php
+++ b/phpBB/language/lang_english/lang_admin.php
@@ -633,6 +633,8 @@ $lang['Welcome_install'] = "Welcome to phpBB 2 Installation";
$lang['Initial_config'] = "Basic Configuration";
$lang['DB_config'] = "Database Configuration";
$lang['Admin_config'] = "Admin Configuration";
+$lang['continue_upgrade'] = "Once you have downloaded your config file to your local machine you may\"Continue Upgrade\" button below to move forward with the upgrade process. Please wait to upload the config file until the upgrade process is complete.";
+$lang['upgrade_submit'] = "Continue Upgrade";
$lang['Installer_Error'] = "An error has occurred during installation";
$lang['Previous_Install'] = "A previous installation has been detected";
@@ -681,4 +683,4 @@ $lang['Install_Method'] = "Choose your installation method";
// That's all Folks!
// -------------------------------------------------
-?> \ No newline at end of file
+?>