|
From: Jonathan H. <the...@us...> - 2001-12-05 21:55:23
|
Update of /cvsroot/phpbb/phpBB2/language/lang_english In directory usw-pr-cvs1:/tmp/cvs-serv14273/language/lang_english Modified Files: lang_admin.php Log Message: Ok commiting modified install/upgrade integration, but there's still a weird problem I'm working on... I'll post more in the forum.. Index: lang_admin.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_english/lang_admin.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** lang_admin.php 2001/12/03 00:56:48 1.17 --- lang_admin.php 2001/12/05 21:55:20 1.18 *************** *** 634,637 **** --- 634,639 ---- $lang['DB_config'] = "Database Configuration"; $lang['Admin_config'] = "Admin Configuration"; + $lang['continue_upgrade'] = "Once you have downloaded your config file to your local machine you may\"Continue Upgrade\" button below to move forward with the upgrade process. Please wait to upload the config file until the upgrade process is complete."; + $lang['upgrade_submit'] = "Continue Upgrade"; $lang['Installer_Error'] = "An error has occurred during installation"; *************** *** 682,684 **** // ------------------------------------------------- ! ?> \ No newline at end of file --- 684,686 ---- // ------------------------------------------------- ! ?> |