From 971e4b04ec4944aeb5b058e695287190573b20e7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 Nov 2005 01:25:40 +0000 Subject: [PATCH] Fix mineur typo sur install --- htdocs/install/upgrade2.php | 5 +++-- htdocs/langs/en_US/install.lang | 1 + htdocs/langs/fr_FR/install.lang | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php index c528130961c..2bde25de50b 100644 --- a/htdocs/install/upgrade2.php +++ b/htdocs/install/upgrade2.php @@ -1,5 +1,6 @@ + * Copyright (C) 2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -500,7 +501,7 @@ function migrate_paiementfourn_facturefourn($db,$langs,$conf) print 'fk_paiementfournfk_facturefourn'.$langs->trans('Amount').' '; } - print ''; + print ''; print ''.$select_obj->rowid.''.$select_obj->fk_facture_fourn.''.$select_obj->amount.''; $insert_sql = 'INSERT INTO '.MAIN_DB_PREFIX.'paiementfourn_facturefourn SET '; @@ -534,7 +535,7 @@ function migrate_paiementfourn_facturefourn($db,$langs,$conf) } if (! $nb && ! $error) { - print ''.$langs->trans('SuppliersInvoices').''.$langs->trans("Done").''; + print ''.$langs->trans('SuppliersInvoices').''.$langs->trans("AlreadyDone").''; } if ($error) { diff --git a/htdocs/langs/en_US/install.lang b/htdocs/langs/en_US/install.lang index 615e215e0a8..1ef6112ef1f 100644 --- a/htdocs/langs/en_US/install.lang +++ b/htdocs/langs/en_US/install.lang @@ -77,3 +77,4 @@ InstallNotAllowed=Setup not allowed by conf.php permissions NotAvailable=Not available YouMustCreateWithPermission=You must create file %s and set write permissions on it for web server during install process. CorrectProblemAndReloadPage=Correct problem and reload page (Press F5 key). +AlreadyDone=Already migrated \ No newline at end of file diff --git a/htdocs/langs/fr_FR/install.lang b/htdocs/langs/fr_FR/install.lang index 2ee31c1c0cd..34cdb62116f 100644 --- a/htdocs/langs/fr_FR/install.lang +++ b/htdocs/langs/fr_FR/install.lang @@ -77,3 +77,4 @@ InstallNotAllowed=Installation non autoris NotAvailable=Non disponible YouMustCreateWithPermission=Vous devez créer un fichier %s et donner les droits d'écriture dans celui-ci au serveur web durant le processus d'installation. CorrectProblemAndReloadPage=Corrigez le problème et rechargez la page (Touche F5). +AlreadyDone=Déjà migré \ No newline at end of file