diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-12-24 16:37:48 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-12-24 16:37:48 +0000 |
commit | b4254c74b1427ff5aead3b9b4fb51635b0cd74e9 (patch) | |
tree | 0372d95e5bdc003855b17596ff38e9bc719db2b0 /phpBB/language | |
parent | 68f674c2757a6f24194f41fb084112388f7f3f6b (diff) | |
download | forums-b4254c74b1427ff5aead3b9b4fb51635b0cd74e9.tar forums-b4254c74b1427ff5aead3b9b4fb51635b0cd74e9.tar.gz forums-b4254c74b1427ff5aead3b9b4fb51635b0cd74e9.tar.bz2 forums-b4254c74b1427ff5aead3b9b4fb51635b0cd74e9.tar.xz forums-b4254c74b1427ff5aead3b9b4fb51635b0cd74e9.zip |
Ok go on and shoot me Paul.. :D Apparently I'd forgotten to add an error message for the install when it couldn't ftp the file. Fixed now.
git-svn-id: file:///svn/phpbb/trunk@1704 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_admin.php | 4 |
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 ad92181873..ea278150ce 100644 --- a/phpBB/language/lang_english/lang_admin.php +++ b/phpBB/language/lang_english/lang_admin.php @@ -680,14 +680,16 @@ $lang['ftp_path'] = "FTP path to phpBB 2"; $lang['ftp_username'] = "Your FTP Username"; $lang['ftp_password'] = "Your FTP Password"; $lang['Transfer_config'] = "Start Transfer"; +$lang['NoFTP_config'] = "The attempt to ftp the config file into place failed. Please download the config file and ftp it into place manually."; $lang['Install'] = "Install"; $lang['Upgrade'] = "Upgrade"; + $lang['Install_Method'] = "Choose your installation method"; // // That's all Folks! // ------------------------------------------------- -?>
\ No newline at end of file +?> |