From 1526ae1fc8c3b750df511fd286fc7d3166e6e9b3 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sun, 28 May 2006 15:11:19 +0000 Subject: [PATCH] The template for the convertor/upgrade script so that we've got all the template files in You'll have to wait for the code that goes with it :) git-svn-id: file:///svn/phpbb/trunk@5976 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/install_convert.html | 100 +++++++++++++++++++++++++++ phpBB/language/en/install.php | 10 +++ 2 files changed, 110 insertions(+) create mode 100755 phpBB/adm/style/install_convert.html 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 @@ + + +
+ +

{TITLE}

+{BODY} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_AVAILABLE_CONVERTORS}
{L_SOFTWARE}{L_VERSION}{L_AUTHOR}{L_OPTIONS}
{convertors.SOFTWARE}{convertors.VERSION}{convertors.AUTHOR}{L_CONVERT}
{L_NO_CONVERTORS}---
+ + + +
+ + + + +
+ +
+ + {checks.LEGEND} +

{checks.LEGEND_EXPLAIN}

+ + +
+
{checks.TITLE}:
{checks.TITLE_EXPLAIN}
+
{checks.RESULT}
+
+ + + +
+ + + +
+ + + + +
+ +
+ + {options.LEGEND} + + +
+

{options.TITLE_EXPLAIN}
+
{options.CONTENT}
+
+ + + + +
+ + + +
+

{L_MESSAGE}

+ {S_HIDDEN} + +
+ + + +
+ \ 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:
»%s', 'MAKE_FOLDERS_WRITABLE' => 'Please make sure that these folders exist and are writable by the webserver then try again:
»%s', + 'NAMING_CONFLICT' => 'Naming conflict: %s and %s are both aliases

%s', 'NEXT_STEP' => 'Proceed to next step', 'NOT_FOUND' => 'Cannot find', + 'NOT_UNDERSTAND' => 'Could not understand %s #%d, table %s ("%s")', 'NO_CONVERTORS' => 'No convertors are available for use', 'NO_CONVERT_SPECIFIED' => 'No convertor specified', 'NO_LOCATION' => 'Cannot determine location', @@ -178,6 +186,7 @@ $lang = array_merge($lang, array( 'PREFIX_FOUND' => 'A scan of your tables has shown a valid installation using %s as table prefix.', 'PREPROCESS_STEP' => 'Executing pre-processing functions/queries', 'PRE_CONVERT_COMPLETE' => 'All pre-conversion steps have successfully been completed. You may now begin the actual conversion process.', + 'PROCESS_LAST' => 'Processing last statements', // 'REQUIRED' => 'Required', 'REQUIREMENTS_TITLE' => 'Installation Compatibility', @@ -201,6 +210,7 @@ $lang = array_merge($lang, array( 'STAGE_REQUIREMENTS' => 'Requirements', 'STAGE_SETTINGS' => 'Settings', 'STARTING_CONVERT' => 'Starting Conversion Process', + 'STEP_PERCENT_COMPLETED' => 'Step %d of %d: %d%% completed', 'SUB_INTRO' => 'Introduction', 'SUB_LICENSE' => 'License', 'SUB_SUPPORT' => 'Support',