aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/lang_english
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-10-26 15:48:48 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-10-26 15:48:48 +0000
commit4b99bf8a3ccffcf11e244a15dfede3877ea146e7 (patch)
treea434495cd861085bd4adbf43f29ca3095b902491 /phpBB/language/lang_english
parent1d431811e1f1688ae8f114091bee726fa9cd5dd0 (diff)
downloadforums-4b99bf8a3ccffcf11e244a15dfede3877ea146e7.tar
forums-4b99bf8a3ccffcf11e244a15dfede3877ea146e7.tar.gz
forums-4b99bf8a3ccffcf11e244a15dfede3877ea146e7.tar.bz2
forums-4b99bf8a3ccffcf11e244a15dfede3877ea146e7.tar.xz
forums-4b99bf8a3ccffcf11e244a15dfede3877ea146e7.zip
Readded ftp stuff for install
git-svn-id: file:///svn/phpbb/trunk@1249 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_english')
-rw-r--r--phpBB/language/lang_english/lang_main.php14
1 files changed, 12 insertions, 2 deletions
diff --git a/phpBB/language/lang_english/lang_main.php b/phpBB/language/lang_english/lang_main.php
index b395ac3188..6e9efae22b 100644
--- a/phpBB/language/lang_english/lang_main.php
+++ b/phpBB/language/lang_english/lang_main.php
@@ -1066,7 +1066,17 @@ $lang['ODBC_Instructs'] = "Someone please write some odbc instructions in the \$
$lang['Table_Prefix'] = "Prefix for tables in database";
$lang['Unwriteable_config'] = "Your config file is unwriteable at present. A copy of the config file will be downloaded to your when you click the button below. You should upload this file to the same directory as phpBB 2. Once this is done you should log in using the administrator name and password you provided on the previous form and visit the admin control centre (a link will appear at the bottom of each screen once logged in) to check the general configuration. Thank you for choosing phpBB 2.";
$lang['Download_config'] = "Download Config";
-
+$lang['ftp_choose'] = "Choose Download Method";
+$lang['Attempt_ftp'] = "Attempt to ftp config file into place:";
+$lang['Send_file'] = "Just send the file to me and I'll ftp it manually:";
+$lang['ftp_option'] = "<br />Since the ftp extensions are loaded in php you may will also be given
+the option of first trying to automatically ftp the config file into place.";
+$lang['ftp_instructs'] = "You have chosen to attempt to ftp the file to your phpBB installation automagically. Please enter the information below to facilitate this process. Note that the FTP Path should be the exact path via ftp to your phpBB2 installation as if you were ftping to it.";
+$lang['ftp_path'] = "FTP Path to phpBB2:";
+$lang['ftp_username'] = "Your FTP Username:";
+$lang['ftp_password'] = "Your FTP Password:";
+$lang['Transfer_config'] = "Start Transfer";
+$lang['ftp_info'] = "Enter Your FTP Information";
//
// Ranks admin
@@ -1125,4 +1135,4 @@ $lang['Theme_info_saved'] = "The theme information for the selected template has
// That's all Folks!
// -------------------------------------------------
-?> \ No newline at end of file
+?>