aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/install.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-05-28 15:11:19 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-05-28 15:11:19 +0000
commit1526ae1fc8c3b750df511fd286fc7d3166e6e9b3 (patch)
treeeef7c488728f35d2e283a8caead39b73aaf90b19 /phpBB/language/en/install.php
parenta50e901f291274c22208a2891271bb50f2aa4ab1 (diff)
downloadforums-1526ae1fc8c3b750df511fd286fc7d3166e6e9b3.tar
forums-1526ae1fc8c3b750df511fd286fc7d3166e6e9b3.tar.gz
forums-1526ae1fc8c3b750df511fd286fc7d3166e6e9b3.tar.bz2
forums-1526ae1fc8c3b750df511fd286fc7d3166e6e9b3.tar.xz
forums-1526ae1fc8c3b750df511fd286fc7d3166e6e9b3.zip
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
Diffstat (limited to 'phpBB/language/en/install.php')
-rwxr-xr-xphpBB/language/en/install.php10
1 files changed, 10 insertions, 0 deletions
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' => '<b>Required</b> - 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 <b>%s</b>',
'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:<br />&#187;<b>%s</b>',
'MAKE_FOLDERS_WRITABLE' => 'Please make sure that these folders exist and are writable by the webserver then try again:<br />&#187;<b>%s</b>',
+ 'NAMING_CONFLICT' => 'Naming conflict: %s and %s are both aliases<br /><br />%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 <b>%s</b> 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 <b>%d</b> of <b>%d</b>: %d%% completed',
'SUB_INTRO' => 'Introduction',
'SUB_LICENSE' => 'License',
'SUB_SUPPORT' => 'Support',