From bc366f0a888fc2dc04ee3ae4ae0782947612e61f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Dec 2006 21:07:49 +0000 Subject: [PATCH] Trad: Traduction tiers --- htdocs/langs/en_US/companies.lang | 1 + htdocs/langs/fr_BE/companies.lang | 1 + htdocs/langs/fr_FR/companies.lang | 1 + htdocs/societe.php | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang index 5a1461cc709..69184d2a584 100644 --- a/htdocs/langs/en_US/companies.lang +++ b/htdocs/langs/en_US/companies.lang @@ -121,6 +121,7 @@ ListOfProspectsContacts=List of prospect contacts ListOfCustomersContacts=List of customer contacts ListOfSuppliersContacts=List of supplier contacts ListOfCompanies=List of companies +ListOfThirdParties=List of third parties ShowCompany=Show company ShowContact=Show contact ContactsAllShort=All (No filter) diff --git a/htdocs/langs/fr_BE/companies.lang b/htdocs/langs/fr_BE/companies.lang index d72899f0d72..e2150881d34 100644 --- a/htdocs/langs/fr_BE/companies.lang +++ b/htdocs/langs/fr_BE/companies.lang @@ -115,6 +115,7 @@ ListOfProspectsContacts=Liste des contacts prospects ListOfCustomersContacts=Liste des contacts clients ListOfSuppliersContacts=Liste des contacts fournisseurs ListOfCompanies=Liste des sociétés +ListOfThirdParties=Liste des tiers ShowCompany=Afficher société ShowContact=Afficher contact ContactsAllShort=Tous diff --git a/htdocs/langs/fr_FR/companies.lang b/htdocs/langs/fr_FR/companies.lang index 4909bfd4dbf..f37d1f80ddc 100644 --- a/htdocs/langs/fr_FR/companies.lang +++ b/htdocs/langs/fr_FR/companies.lang @@ -121,6 +121,7 @@ ListOfCustomersContacts=Liste des contacts clients ListOfProspectsContacts=Liste des contacts prospects ListOfSuppliersContacts=Liste des contacts fournisseurs ListOfCompanies=Liste des sociétés +ListOfThirdParties=Liste des tiers ShowCompany=Afficher société ShowContact=Afficher contact ContactsAllShort=Tous (pas de filtre) diff --git a/htdocs/societe.php b/htdocs/societe.php index 8768ed37966..d94b877c015 100644 --- a/htdocs/societe.php +++ b/htdocs/societe.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2005 Laurent Destailleur + * Copyright (C) 2004-2006 Laurent Destailleur * Copyright (C) 2005-2006 Regis Houssin * * This program is free software; you can redistribute it and/or modify @@ -129,7 +129,7 @@ if (isset($_POST["button_removefilter_x"])) * */ -$title=$langs->trans("ListOfCompanies"); +$title=$langs->trans("ListOfThirdParties"); $sql = "SELECT s.idp, s.nom, s.ville, ".$db->pdate("s.datec")." as datec, ".$db->pdate("s.datea")." as datea"; $sql.= ", st.libelle as stcomm, s.prefix_comm, s.client, s.fournisseur, s.siren";