[Phpbb-php5mod-cvs-checkins] phpbb-php5/language/lang_english lang_admin.php,1.1,1.2
Brought to you by:
jelly_doughnut
From: Josh <jel...@us...> - 2004-11-20 01:01:22
|
Update of /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27345/language/lang_english Modified Files: lang_admin.php Log Message: Updating to phpBB 2.0.11 A few minor changes otherwise Preparing for 2.0.11.2 release Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb-php5mod/phpbb-php5/language/lang_english/lang_admin.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin.php 29 Jul 2004 22:36:21 -0000 1.1 --- lang_admin.php 20 Nov 2004 01:01:11 -0000 1.2 *************** *** 667,671 **** // Install Process // ! $lang['Welcome_install'] = 'Welcome to phpBB 2 Installation'; $lang['Initial_config'] = 'Basic Configuration'; $lang['DB_config'] = 'Database Configuration'; --- 667,671 ---- // Install Process // ! $lang['Welcome_install'] = 'Welcome to phpBB-php5 Installation'; $lang['Initial_config'] = 'Basic Configuration'; $lang['DB_config'] = 'Database Configuration'; *************** *** 680,684 **** $lang['Re_install'] = 'Your previous installation is still active.<br /><br />If you would like to re-install phpBB 2 you should click the Yes button below. Please be aware that doing so will destroy all existing data and no backups will be made! The administrator username and password you have used to login in to the board will be re-created after the re-installation and no other settings will be retained.<br /><br />Think carefully before pressing Yes!'; ! $lang['Inst_Step_0'] = 'Thank you for choosing phpBB 2. In order to complete this install please fill out the details requested below. Please note that the database you install into should already exist. If you are installing to a database that uses ODBC, e.g. MS Access you should first create a DSN for it before proceeding.'; $lang['Start_Install'] = 'Start Install'; --- 680,684 ---- $lang['Re_install'] = 'Your previous installation is still active.<br /><br />If you would like to re-install phpBB 2 you should click the Yes button below. Please be aware that doing so will destroy all existing data and no backups will be made! The administrator username and password you have used to login in to the board will be re-created after the re-installation and no other settings will be retained.<br /><br />Think carefully before pressing Yes!'; ! $lang['Inst_Step_0'] = 'Thank you for choosing phpBB-php5. In order to complete this install please fill out the details requested below. Please note that the database you install into should already exist. If you are installing to a database that uses ODBC, e.g. MS Access you should first create a DSN for it before proceeding.'; $lang['Start_Install'] = 'Start Install'; *************** *** 705,709 **** $lang['ftp_choose'] = 'Choose Download Method'; $lang['ftp_option'] = '<br />Since FTP extensions are enabled in this version of PHP you may also be given the option of first trying to automatically FTP the config file into place.'; ! $lang['ftp_instructs'] = 'You have chosen to FTP the file to the account containing phpBB 2 automatically. 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 using any normal client.'; $lang['ftp_info'] = 'Enter Your FTP Information'; $lang['Attempt_ftp'] = 'Attempt to FTP config file into place'; --- 705,709 ---- $lang['ftp_choose'] = 'Choose Download Method'; $lang['ftp_option'] = '<br />Since FTP extensions are enabled in this version of PHP you may also be given the option of first trying to automatically FTP the config file into place.'; ! $lang['ftp_instructs'] = 'You have chosen to FTP the file to the account containing phpBB-php5 automatically. 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 using any normal client.'; $lang['ftp_info'] = 'Enter Your FTP Information'; $lang['Attempt_ftp'] = 'Attempt to FTP config file into place'; |