From fdfaefd17a7b3c91d214a60a27524bb138df3552 Mon Sep 17 00:00:00 2001 From: nikrou Date: Wed, 2 Dec 2009 20:27:06 +0000 Subject: Feature 1255 : - add postgres database engine - change installation process to allow postgres or mysql database git-svn-id: http://piwigo.org/svn/trunk@4410 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/install.lang.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'language/en_UK') diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index 716393b7d..653b9806d 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -39,7 +39,9 @@ $lang['step1_err_copy_2'] = 'The next step of the installation is now possible'; $lang['step1_err_copy_next'] = 'next step'; $lang['step1_err_copy'] = 'Copy the text in pink between hyphens and paste it into the file "include/config_database.inc.php"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)'; -$lang['step1_host'] = 'MySQL host'; +$lang['step1_dbengine'] = 'Database type'; +$lang['step1_dbengine_info'] = 'The type of database your piwigo data will be store in'; +$lang['step1_host'] = 'Host'; $lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; $lang['step1_user'] = 'User'; $lang['step1_user_info'] = 'user login given by your host provider'; -- cgit v1.2.3