|
From: Jonathan H. <the...@us...> - 2001-12-24 16:37:52
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv17496 Modified Files: lang_admin.php Log Message: 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. Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** lang_admin.php 2001/12/22 16:23:16 1.24 --- lang_admin.php 2001/12/24 16:37:48 1.25 *************** *** 681,688 **** --- 681,690 ---- $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"; *************** *** 691,693 **** // ------------------------------------------------- ! ?> \ No newline at end of file --- 693,695 ---- // ------------------------------------------------- ! ?> |