better (not outdated) example for database host during install

git-svn-id: http://piwigo.org/svn/trunk@21178 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2013-03-04 15:13:13 +00:00
parent bc89179e48
commit 79be4e80bc

View File

@@ -35,7 +35,7 @@ $lang['It will be shown to the visitors. It is necessary for website administrat
$lang['Connection to server succeed, but it was impossible to connect to database'] = "La connexion au serveur est OK, mais la connection à cette base de données est impossible";
$lang['Can\'t connect to server'] = "Impossible de se connecter au serveur";
$lang['Host'] = "Hôte";
$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost, sql.multimania.com, toto.freesurf.fr";
$lang['localhost, sql.multimania.com, toto.freesurf.fr'] = "localhost ou autre, donné par votre hébergeur";
$lang['User'] = "Utilisateur";
$lang['user login given by your host provider'] = "nom d'utilisateur communiqué par votre hébergeur";
$lang['Password'] = "Mot de passe";
@@ -74,4 +74,4 @@ $lang['Welcome to my photo gallery'] = 'Bienvenue sur ma galerie photo';
$lang['Welcome to your new installation of Piwigo!'] = 'Bienvenue sur votre nouvelle installation de Piwigo !';
$lang['Don\'t hesitate to consult our forums for any help : %s'] = 'N\'hésitez pas à consulter nos forums si vous avez le moindre problème : %s';
?>
?>