diff --git a/phpBB/adm/style/install_convert.html b/phpBB/adm/style/install_convert.html new file mode 100755 index 0000000000..7755cf957e --- /dev/null +++ b/phpBB/adm/style/install_convert.html @@ -0,0 +1,100 @@ + + +
+ \ No newline at end of file diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index ac0b731b24..7f3dab4522 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -68,6 +68,11 @@ $lang = array_merge($lang, array( 'DBMS' => 'Database type', 'DB_CONFIG' => 'Database Configuration', 'DB_CONNECTION' => 'Database Connection', + 'DB_ERR_INSERT' => 'Error while processing INSERT query', + 'DB_ERR_LAST' => 'Error while processing query_last', + 'DB_ERR_QUERY_FIRST' => 'Error while executing query_first', + 'DB_ERR_QUERY_FIRST_TABLE' => 'Error while executing query_first, %s ("%s")', + 'DB_ERR_SELECT' => 'Error while running SELECT query', 'DB_HOST' => 'Database server hostname or DSN', 'DB_HOST_EXPLAIN' => 'DSN stands for Data Source Name and is relevant only for ODBC installs.', 'DB_NAME' => 'Database name', @@ -104,6 +109,7 @@ $lang = array_merge($lang, array( 'FILES_REQUIRED_EXPLAIN' => 'Required - In order to function correctly phpBB needs to be able to access or write to certain files or directories. If you see "Not Found" you need to create the relevant file or directory. If you see "Unwriteable" you need to change the permissions on the file or directory to allow phpBB to write to it.', 'FILLING_TABLE' => 'Filling table %s', 'FILLING_TABLES' => 'Filling Tables', + 'FINAL_STEP' => 'Process Final Step', 'FORUM_ADDRESS' => 'Forum address', 'FORUM_ADDRESS_EXPLAIN' => 'This is the http address of your former forum', 'FORUM_PATH' => 'Forum path', @@ -156,8 +162,10 @@ $lang = array_merge($lang, array( 'MAKE_FOLDER_WRITABLE' => 'Please make sure that this folder exists and is writable by the webserver then try again: