mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
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
This commit is contained in:
@@ -36,7 +36,9 @@ $lang['step1_confirmation'] = 'Los parámetros entrados son correctos';
|
||||
$lang['step1_err_db'] = 'La conexión al camarero(servidor) es O.K., pero imposible conectarse a esta base de datos';
|
||||
$lang['step1_err_server'] = 'Imposible conectarse al servidor';
|
||||
|
||||
$lang['step1_host'] = 'Huésped MySQL';
|
||||
$lang['step1_dbengine'] = 'Database type';
|
||||
$lang['step1_dbengine_info'] = 'The type of database your piwigo data will be store in';
|
||||
$lang['step1_host'] = 'Huésped';
|
||||
$lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr';
|
||||
$lang['step1_user'] = 'Utilizador';
|
||||
$lang['step1_user_info'] = 'Nombre de utilizador para su hébergeur';
|
||||
|
||||
Reference in New Issue
Block a user