1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

capitalized install script lang vars.

git-svn-id: file:///svn/phpbb/trunk@3745 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-03-29 17:50:12 +00:00
parent ea2f85d458
commit 88fbdb6e1e
5 changed files with 102 additions and 100 deletions

View File

@@ -552,7 +552,7 @@ $lang = array_merge($lang, array(
'prune_days' => 'Remove topics that have not been posted to in',
'SET_NON_POSTABLE' => 'Set this forum as non-postable and',
'Forum_delete' => 'Delete Forum',
'Update' => 'Update',
'UPDATE' => 'Update',
'Forum_delete_explain' => 'The form below will allow you to delete a forum (or category) and decide where you want to put all topics (or forums) it contained.',
'Move_and_Delete' => 'Move and Delete',
'Move_posts_to' => 'Move posts to',
@@ -813,50 +813,52 @@ $lang = array_merge($lang, array(
'EVT_CREATED' => 'The event has been successfully created.',
'Welcome_install' => 'Welcome to phpBB 2 Installation',
'Initial_config' => 'Basic Configuration',
'DB_config' => 'Database Configuration',
'Admin_config' => 'Admin Configuration',
'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.',
'upgrade_submit' => 'Continue Upgrade',
'Installer_Error' => 'An error has occurred during installation',
'WELCOME_INSTALL' => 'Welcome to phpBB 2 Installation',
'INITIAL_CONFIG' => 'Basic Configuration',
'DB_CONFIG' => 'Database Configuration',
'ADMIN_CONFIG' => 'Admin Configuration',
'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.',
'UPGRADE_SUBMIT' => 'Continue Upgrade',
'INSTALLER_ERROR' => 'An error has occurred during installation',
'Previous_Install' => 'A previous installation has been detected',
'Install_db_error' => 'An error occurred trying to update the database',
'INSTALL_DB_ERROR' => 'An error occurred trying to update the database',
'INSTALL_EMAIL_MISMATCH' => 'The emails you entered did not match',
'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, 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, no other settings will be retained. <br /><br />Think carefully before pressing Yes!',
'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.',
'Start_Install' => 'Start Install',
'Finish_Install' => 'Finish Installation',
'Default_lang' => 'Default board language',
'DB_Host' => 'Database Server Hostname / DSN',
'DB_Name' => 'Your Database Name',
'DB_Username' => 'Database Username',
'DB_Password' => 'Database Password',
'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.',
'START_INSTALL' => 'Start Install',
'FINISH_INSTALL' => 'Finish Installation',
'DEFAULT_LANG' => 'Default board language',
'DB_HOST' => 'Database Server Hostname / DSN',
'DB_NAME' => 'Your Database Name',
'DB_USERNAME' => 'Database Username',
'DB_PASSWORD' => 'Database Password',
'Database' => 'Your Database',
'Install_lang' => 'Choose Language for Installation',
'dbms' => 'Database Type',
'Table_Prefix' => 'Prefix for tables in database',
'Admin_Username' => 'Administrator Username',
'Admin_Password' => 'Administrator Password',
'Admin_Password_confirm' => 'Administrator Password [ Confirm ]',
'Inst_Step_2' => 'Your admin username has been created. At this point your basic installation is complete. You will now be taken to a screen which will allow you to administer your new installation. Please be sure to check the General Configuration details and make any required changes. Thank you for choosing phpBB 2.',
'Unwriteable_config' => 'Your config file is un-writeable 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.',
'Download_config' => 'Download Config',
'ftp_choose' => 'Choose Download Method',
'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.',
'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.',
'ftp_info' => 'Enter Your FTP Information',
'Attempt_ftp' => 'Attempt to ftp config file into place',
'Send_file' => 'Just send the file to me and I will ftp it manually',
'ftp_path' => 'FTP path to phpBB 2',
'ftp_username' => 'Your FTP Username',
'ftp_password' => 'Your FTP Password',
'Transfer_config' => 'Start Transfer',
'NoFTP_config' => 'The attempt to ftp the config file into place failed. Please download the config file and ftp it into place manually.',
'Install' => 'Install',
'Upgrade' => 'Upgrade',
'Install_Method' => 'Choose your installation method',
'DBMS' => 'Database Type',
'TABLE_PREFIX' => 'Prefix for tables in database',
'ADMIN_USERNAME' => 'Administrator Username',
'ADMIN_EMAIL_CONFIRM' => 'Admin Email Address [ Confirm ]',
'ADMIN_PASSWORD' => 'Administrator Password',
'ADMIN_PASSWORD_CONFIRM' => 'Administrator Password [ Confirm ]',
'INST_STEP_2' => 'Your admin username has been created. At this point your basic installation is complete. You will now be taken to a screen which will allow you to administer your new installation. Please be sure to check the General Configuration details and make any required changes. Thank you for choosing phpBB 2.',
'UNWRITEABLE_CONFIG' => 'Your config file is un-writeable 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.',
'DOWNLOAD_CONFIG' => 'Download Config',
'FTP_CHOOSE' => 'Choose Download Method',
'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.',
'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.',
'FTP_INFO' => 'Enter Your FTP Information',
'ATTEMPT_FTP' => 'Attempt to ftp config file into place',
'SEND_FILE' => 'Just send the file to me and I will ftp it manually',
'FTP_PATH' => 'FTP path to phpBB 2',
'FTP_USERNAME' => 'Your FTP Username',
'FTP_PASSWORD' => 'Your FTP Password',
'TRANSFER_CONFIG' => 'Start Transfer',
'NO_FTP_CONFIG' => 'The attempt to ftp the config file into place failed. Please download the config file and ftp it into place manually.',
'INSTALL' => 'Install',
'UPGRADE' => 'Upgrade',
'INSTALL_METHOD' => 'Choose your installation method',
'Install_No_PHP4' => 'phpBB2 requires you have at least PHP 4.0.4 installed<br /><br />Contact your hosting provider or see <a href=\"http://www.php.net/\">www.php.net</a> for more information',
'Install_No_Ext' => 'The PHP configuration on your server does not support the database type that you choose<br /><br />Contact your hosting provider or see <a href=\"http://www.php.net/\">www.php.net</a> for more information',
'INSTALL_EXT_FAILED' => 'The PHP configuration on your server does not support the database type that you choose<br /><br />Contact your hosting provider or see <a href=\"http://www.php.net/\">www.php.net</a> for more information',
'Install_No_PCRE' => 'phpBB2 requires the Perl-Compatible Regular Expressions module for PHP to be available<br /><br />Contact your hosting provider or see <a href=\"http://www.php.net/\">www.php.net</a> for more information',
));