From dddc4717979aeef6b020d7314a65c819317206a2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 10 Aug 2009 13:18:02 +0000 Subject: [PATCH] Enhancement of DoliWamp --- htdocs/install/etape5.php | 2 +- htdocs/langs/en_US/install.lang | 2 ++ htdocs/langs/fr_FR/install.lang | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php index b62ca7b08ea..d907c418c22 100644 --- a/htdocs/install/etape5.php +++ b/htdocs/install/etape5.php @@ -241,7 +241,7 @@ if ($_POST["action"] == "set") // If here MAIN_VERSION_LAST_UPGRADE is not empty print $langs->trans("VersionLastUpgrade").': '.$conf->global->MAIN_VERSION_LAST_UPGRADE.'
'; print $langs->trans("VersionProgram").': '.DOL_VERSION.''; - + print $langs->trans("MigrationNotFinished").'
'; print "
"; print '
'; diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang index 9de3e0ac17c..3f63869a021 100644 --- a/htdocs/langs/en_US/install.lang +++ b/htdocs/langs/en_US/install.lang @@ -84,6 +84,8 @@ YouNeedToPersonalizeSetup=You need to configure Dolibarr to match your needs (ap AdminLoginCreatedSuccessfuly=Dolibarr administrator login '%s' created successfuly. GoToDolibarr=Go to Dolibarr GoToSetupArea=Go to Dolibarr (setup area) +MigrationNotFinished=Version of your dtabase is not completely up to date, so you'll have to run the upgrade process again. +GoToUpgradePage=Go to upgrade page again Examples=Examples WithNoSlashAtTheEnd=Without the slash "/" at the end DirectoryRecommendation=It is recommended you put this directry out of the web pages directory. diff --git a/htdocs/langs/fr_FR/install.lang b/htdocs/langs/fr_FR/install.lang index 2fbdb4d6079..47594976ac0 100644 --- a/htdocs/langs/fr_FR/install.lang +++ b/htdocs/langs/fr_FR/install.lang @@ -84,6 +84,8 @@ YouNeedToPersonalizeSetup=Vous devez maintenant configurer Dolibarr selon vos be AdminLoginCreatedSuccessfuly=Création du compte administrateur Dolibarr '%s' réussie. GoToDolibarr=Accéder à Dolibarr GoToSetupArea=Accéder à Dolibarr (espace configuration) +MigrationNotFinished=La version de votre base n'est pas encore complètement à niveau, aussi il vous faudra relancer à nouveau une migration. +GoToUpgradePage=Accéder à la page de migration à nouveau Examples=Exemples WithNoSlashAtTheEnd=Sans le slash "/" à la fin DirectoryRecommendation=Il est recommandé de mettre ce répertoire en dehors du répertoire des pages web.