From f445b82a5045ca7de0b1fe2d57f24d6bd220b0c1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 12 Feb 2005 00:13:37 +0000 Subject: [PATCH] Trad: Et de la traduction... --- htdocs/langs/en_US/compta.lang | 3 ++- htdocs/langs/en_US/products.lang | 3 ++- htdocs/langs/fr_FR/compta.lang | 3 ++- htdocs/langs/fr_FR/products.lang | 3 ++- htdocs/product/index.php | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/htdocs/langs/en_US/compta.lang b/htdocs/langs/en_US/compta.lang index ac60d2bd582..e2c221e7d10 100644 --- a/htdocs/langs/en_US/compta.lang +++ b/htdocs/langs/en_US/compta.lang @@ -18,4 +18,5 @@ VATToPay=VAT to pay VATToCollect=VAT to collect VATSummary=VAT Summary VATPayed=VAT payed -SocialContributions=Social contributions \ No newline at end of file +SocialContributions=Social contributions +AccountancyTreasuryArea=Accountancy/Treasury area \ No newline at end of file diff --git a/htdocs/langs/en_US/products.lang b/htdocs/langs/en_US/products.lang index c29c8310a7e..00853631c41 100644 --- a/htdocs/langs/en_US/products.lang +++ b/htdocs/langs/en_US/products.lang @@ -45,4 +45,5 @@ ContractNotRunning=This contract is not running ErrorProductAlreadyExists=A product with reference %s already exists. ErrorProductBadRefOrLabel=Wrong value for reference or label. ShowProduct=Show product -ShowService=Show service \ No newline at end of file +ShowService=Show service +ProductsAndServicesArea=Product and Services area \ No newline at end of file diff --git a/htdocs/langs/fr_FR/compta.lang b/htdocs/langs/fr_FR/compta.lang index fcfb8512ddb..2365932adf3 100644 --- a/htdocs/langs/fr_FR/compta.lang +++ b/htdocs/langs/fr_FR/compta.lang @@ -18,4 +18,5 @@ VATToPay=TVA VATToCollect=TVA à récupéré VATSummary=Résumé TVA VATPayed=TVA payée -SocialContributions=Charges sociales \ No newline at end of file +SocialContributions=Charges sociales +AccountancyTreasuryArea=Espace Compta/Tréso \ No newline at end of file diff --git a/htdocs/langs/fr_FR/products.lang b/htdocs/langs/fr_FR/products.lang index 7ed1bbc5bb2..a5f11560f17 100644 --- a/htdocs/langs/fr_FR/products.lang +++ b/htdocs/langs/fr_FR/products.lang @@ -48,4 +48,5 @@ ErrorProductAlreadyExists=Un produit avec la r ErrorProductBadRefOrLabel=La valeur de la reference ou du libellé est incorrecte. Suppliers=Fournisseurs ShowProduct=Afficher produit -ShowService=Afficher service \ No newline at end of file +ShowService=Afficher service +ProductsAndServicesArea=Espace Produit et Services \ No newline at end of file diff --git a/htdocs/product/index.php b/htdocs/product/index.php index ad1c39bb3b1..d1e1cae5fb1 100644 --- a/htdocs/product/index.php +++ b/htdocs/product/index.php @@ -53,7 +53,7 @@ if ($_POST["action"] == 'update') llxHeader("","",$langs->trans("ProductsAndServices")); -print_titre($langs->trans("ProductsAndServices")); +print_titre($langs->trans("ProductsAndServicesArea")); print '';