|
From: Jonathan H. <the...@us...> - 2001-10-16 20:56:46
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv26563/language/lang_english Modified Files: lang_main.php Log Message: One additional option for unwritable config file...(FTP) :D Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_main.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** lang_main.php 2001/10/16 16:23:33 1.10 --- lang_main.php 2001/10/16 20:56:43 1.11 *************** *** 1080,1085 **** $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"; - // // Ranks admin --- 1080,1094 ---- $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 *************** *** 1119,1121 **** // ------------------------------------------------- ! ?> \ No newline at end of file --- 1128,1130 ---- // ------------------------------------------------- ! ?> |