From 9b20de239130d14d403e50cff9766e060b60f2e5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 7 Jun 2011 18:07:27 +0000 Subject: [PATCH] More help on setup process --- htdocs/install/etape4.php | 4 ++++ htdocs/langs/en_US/install.lang | 1 + htdocs/langs/fr_FR/install.lang | 2 ++ 3 files changed, 7 insertions(+) diff --git a/htdocs/install/etape4.php b/htdocs/install/etape4.php index 9ecafdbc147..827fa39950c 100644 --- a/htdocs/install/etape4.php +++ b/htdocs/install/etape4.php @@ -64,6 +64,10 @@ if (! is_writable($conffile)) exit; } + +print '
'.$langs->trans("LastStepDesc").'

'; + + print ''; $db = new DoliDb($conf->db->type,$conf->db->host,$conf->db->user,$conf->db->pass,$conf->db->name,$conf->db->port); diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang index 356b0ffd64c..d50f6831a65 100644 --- a/htdocs/langs/en_US/install.lang +++ b/htdocs/langs/en_US/install.lang @@ -149,6 +149,7 @@ MigrationCustomerOrderShipping=Migrate shipping for customer orders storage MigrationShippingDelivery=Upgrade storage of shipping MigrationShippingDelivery2=Upgrade storage of shipping 2 MigrationFinished=Migration finished +LastStepDesc=Last step: Define here login and password you plan to use to connect to software. Do no loose this as it is the account to allow to administer all others. ######### # upgrade diff --git a/htdocs/langs/fr_FR/install.lang b/htdocs/langs/fr_FR/install.lang index a92b62d50fe..eee91034dcc 100644 --- a/htdocs/langs/fr_FR/install.lang +++ b/htdocs/langs/fr_FR/install.lang @@ -150,6 +150,8 @@ MigrationCustomerOrderShipping=Mise à jour stockage des expéditions des comman MigrationShippingDelivery=Mise à jour stockage des expéditions MigrationShippingDelivery2=Mise à jour stockage des expéditions 2 MigrationFinished=Migration terminée +LastStepDesc=Dernière étape: Définissez ici le compte et mot de passe du premier utilisateur que vous allez utiliser pour vous pour vous connecter à l'application. Ne perdez pas ces identifiants, il s'agit du compte permettant d'administrer les autres. + ######### # upgrade