diff --git a/htdocs/langs/en_US/main.lang b/htdocs/langs/en_US/main.lang
index 7f7a67b4361..65adde5388b 100644
--- a/htdocs/langs/en_US/main.lang
+++ b/htdocs/langs/en_US/main.lang
@@ -118,6 +118,7 @@ Filter=Filter
RemoveFilter=Remove filter
ChartGenerated=Chart generated
ChartNotGenerated=Chart not generated
+GeneratedOn=Build on %s
Duration=Duration
Summary=Summary
NotYetAvailable=Not yet available
@@ -129,4 +130,5 @@ From=From
to=to
Quantity=Quantity
Qty=Qty
-ChangedBy=Changed by
\ No newline at end of file
+ChangedBy=Changed by
+ReCalculate=Rebuild
\ No newline at end of file
diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang
index c7eac06d14a..8f486cf0a63 100644
--- a/htdocs/langs/en_US/products.lang
+++ b/htdocs/langs/en_US/products.lang
@@ -10,6 +10,7 @@ ServiceCode=Service code
ProductsAndServices=Products and Services
ProductsAndServicesOnSell=Products and Services on sell
ProductsAndServicesNotOnSell=Products and Services out of sell
+ProductsAndServicesStatistics=Products and Services statistics
ProductsOnSell=Products on sell
ProductsNotOnSell=Products out of sell
ServicesOnSell=Services on sell
@@ -25,6 +26,7 @@ NotOnSell=Out of Sell
UpdatePrice=Update price
AppliedPricesFrom=Applied prices from
SellingPrice=Selling price
+CurrentPrice=Current price
NewPrice=New price
ContractStatus=Contract status
ContractStatusClosed=Closed
diff --git a/htdocs/langs/en_US/suppliers.lang b/htdocs/langs/en_US/suppliers.lang
index eb048751031..2d853bd7287 100644
--- a/htdocs/langs/en_US/suppliers.lang
+++ b/htdocs/langs/en_US/suppliers.lang
@@ -1,2 +1,4 @@
# Dolibarr language file - en_US - suppliers
-Suppliers=Suppliers
\ No newline at end of file
+Suppliers=Suppliers
+AddSupplier=Add a supplier
+SupplierRemoved=Supplier removed
\ No newline at end of file
diff --git a/htdocs/langs/fr_BE/main.lang b/htdocs/langs/fr_BE/main.lang
index 92dc5faba9b..3b0752d5e27 100644
--- a/htdocs/langs/fr_BE/main.lang
+++ b/htdocs/langs/fr_BE/main.lang
@@ -107,6 +107,7 @@ Filter=Filtre
RemoveFilter=Supprimer le filtre
ChartGenerated=Graphiques générés
ChartNotGenerated=Graphique non généré
+GeneratedOnGénéré le %s
Duration=Durée
Summary=Résumé
NotYetAvailable=Pas encore disponible
diff --git a/htdocs/langs/fr_FR/main.lang b/htdocs/langs/fr_FR/main.lang
index e8a40e0ce22..3e3697a18ec 100644
--- a/htdocs/langs/fr_FR/main.lang
+++ b/htdocs/langs/fr_FR/main.lang
@@ -119,6 +119,7 @@ Filter=Filtre
RemoveFilter=Supprimer filtre
ChartGenerated=Graphiques générés
ChartNotGenerated=Graphique non généré
+GeneratedOn=Généré le %s
Duration=Durée
Summary=Résumé
NotYetAvailable=Pas encore disponible
@@ -131,3 +132,4 @@ to=au
Quantity=Quantité
Qty=Qté
ChangedBy=Modifié par
+ReCalculate=Re-calculer
diff --git a/htdocs/langs/fr_FR/products.lang b/htdocs/langs/fr_FR/products.lang
index 0c5f3ff18d6..5648707ed7a 100644
--- a/htdocs/langs/fr_FR/products.lang
+++ b/htdocs/langs/fr_FR/products.lang
@@ -10,6 +10,7 @@ ServiceCode=Code service
ProductsAndServices=Produits et Services
ProductsAndServicesOnSell=Produits et Services en vente
ProductsAndServicesNotOnSell=Produits et Services hors vente
+ProductsAndServicesStatistics=Statistiques produits et services
ProductsOnSell=Produits en vente
ProductsNotOnSell=Produits hors vente
ServicesOnSell=Services en vente
@@ -25,6 +26,7 @@ NotOnSell=Hors vente
UpdatePrice=Changer le prix
AppliedPricesFrom=Prix de vente pratiqués à partir du
SellingPrice=Prix de vente
+CurrentPrice=Prix actuel
NewPrice=Nouveau prix
ContractStatus=Statut du contrat
ContractStatusClosed=Cloturé
diff --git a/htdocs/langs/fr_FR/suppliers.lang b/htdocs/langs/fr_FR/suppliers.lang
index 564730b7f85..b23872839ad 100644
--- a/htdocs/langs/fr_FR/suppliers.lang
+++ b/htdocs/langs/fr_FR/suppliers.lang
@@ -1,2 +1,4 @@
# Dolibarr language file - fr_FR - suppliers
-Suppliers=Fournisseurs
\ No newline at end of file
+Suppliers=Fournisseurs
+AddSupplier=Ajouter un fournisseur
+SupplierRemoved=Founisseur supprimé
\ No newline at end of file
diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index 29ca38eb0b5..c3f289fb0f7 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -183,7 +183,7 @@ if ($_GET["action"] == 'remove_fourn')
if ($product->remove_fournisseur($user, $_GET["id_fourn"]) > 0)
{
$_GET["action"] = '';
- $mesg = 'Founisseur supprimé';
+ $mesg = $langs->trans("SupplierRemoved");
}
else
{
@@ -249,7 +249,7 @@ if ($_GET["action"] == 'create')
if ($_GET["type"]==1) { print $langs->trans("NewService"); }
print '
'."\n";
- print '
| '.$langs->trans("Ref").' | '; if ($_error == 1) @@ -258,7 +258,7 @@ if ($_GET["action"] == 'create') } print ' | ||
| '.$langs->trans("Label").' | |||
| Prix de vente | |||
| '.$langs->trans("SellingPrice").' | |||
| '.$langs->trans("VATRate").' | '; @@ -358,7 +358,7 @@ else print ' | '; if ($product->envente) { - print "En vente"; + print $langs->trans("OnSell"); } else { @@ -366,7 +366,7 @@ else } print ' | |
| '.$langs->trans("Label").' | '.$product->libelle.' | ||
| Prix de vente | '.price($product->price).' | '; + print '||
| '.$langs->trans("SellingPrice").' | '.price($product->price).' | '; if ($product->type == 0) { $nblignefour=4; @@ -398,7 +398,7 @@ else print ''.$objp->nom.' | '; print '';
print '';
- print '![]() |