Trad: Traduction tiers
This commit is contained in:
parent
5e54ff1f76
commit
bc366f0a88
@ -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)
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
* Copyright (C) 2005-2006 Regis Houssin <regis.houssin@cap-networks.com>
|
||||
*
|
||||
* 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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user