diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php index 3fce55ff5d9..b2bb53d2e74 100644 --- a/htdocs/install/fileconf.php +++ b/htdocs/install/fileconf.php @@ -170,7 +170,6 @@ $dolibarr_main_db_host = "localhost"; - +   diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang index 3e2e2dbc74c..c584d25d902 100644 --- a/htdocs/langs/en_US/install.lang +++ b/htdocs/langs/en_US/install.lang @@ -80,6 +80,7 @@ AdminLoginAlreadyExists=Dolibarr administrator account '%s' already exists. WarningRemoveInstallDir=Warning, for security reasons, once install or upgrade is finished, you have to remove the install directory. ThisPHPDoesNotSupportTypeBase=This PHP system does not support interfaces to access database type %s MigrateScript=Migrate script +FunctionNotAvailableInThisPHP=Not available on this PHP ChoosedMigrateScript=Choosed migrate script DataMigration=Data migration DatabaseMigration=Structure database migration diff --git a/htdocs/langs/fr_FR/install.lang b/htdocs/langs/fr_FR/install.lang index 31b24efc279..ba6140d619b 100644 --- a/htdocs/langs/fr_FR/install.lang +++ b/htdocs/langs/fr_FR/install.lang @@ -79,7 +79,8 @@ DolibarrAdminLogin=Login de l'utilisateur administrateur de Dolibarr FailedToCreateAdminLogin=Echec de la création du compte administrateur Dolibarr. AdminLoginAlreadyExists=Compte administrateur Dolibarr '%s' déjà existant. WarningRemoveInstallDir=Attention, pour des raisons de sécurité, une fois l'installation terminée, il est nécessaire de supprimer le répertoire install. -ThisPHPDoesNotSupportTypeBase=Le système PHP ne supporta pas les interfaces d'accès pour les base %s +ThisPHPDoesNotSupportTypeBase=Le système PHP ne supporta pas les interfaces d'accès pour les bases %s +FunctionNotAvailableInThisPHP=Non disponible sur ce PHP MigrateScript=Script de migration ChoosedMigrateScript=Choix du script de migration DatabaseMigration=Migration du format de la base de données