From 113337b809d2cd8db70a26658dabf9d16931e6e1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 26 Jan 2011 18:58:01 +0000 Subject: [PATCH] Fix: Bad trans --- htdocs/contact/exportimport.php | 4 ++-- htdocs/contact/fiche.php | 2 +- htdocs/contact/index.php | 2 +- htdocs/contact/info.php | 4 ++-- htdocs/contact/ldap.php | 4 ++-- htdocs/contact/perso.php | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/htdocs/contact/exportimport.php b/htdocs/contact/exportimport.php index f0230922617..dd6bd4f9d84 100644 --- a/htdocs/contact/exportimport.php +++ b/htdocs/contact/exportimport.php @@ -40,7 +40,7 @@ $result = restrictedArea($user, 'contact', $contactid, 'socpeople'); * View */ -llxHeader('',$langs->trans("Contact"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); +llxHeader('',$langs->trans("ContactsAddresses"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); $form = new Form($db); @@ -50,7 +50,7 @@ $contact->fetch($_GET["id"], $user); $head = contact_prepare_head($contact); -dol_fiche_head($head, 'exportimport', $langs->trans("Contact"), 0, 'contact'); +dol_fiche_head($head, 'exportimport', $langs->trans("ContactsAddresses"), 0, 'contact'); /* diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index ae58d0bf316..bc804f4f555 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -247,7 +247,7 @@ else * View */ -llxHeader('',$langs->trans("Contacts"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); +llxHeader('',$langs->trans("ContactsAddresses"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); $form = new Form($db); $formcompany = new FormCompany($db); diff --git a/htdocs/contact/index.php b/htdocs/contact/index.php index f8bf27e0617..a3c36847d43 100644 --- a/htdocs/contact/index.php +++ b/htdocs/contact/index.php @@ -100,7 +100,7 @@ if ($search_priv < 0) $search_priv=''; * View */ -llxHeader('',$langs->trans("Contacts"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); +llxHeader('',$langs->trans("ContactsAddresses"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); $form=new Form($db); diff --git a/htdocs/contact/info.php b/htdocs/contact/info.php index 123f73b32b5..977b471cc85 100644 --- a/htdocs/contact/info.php +++ b/htdocs/contact/info.php @@ -42,7 +42,7 @@ $result = restrictedArea($user, 'contact',$contactid,'socpeople'); * View */ -llxHeader('',$langs->trans("Contacts"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); +llxHeader('',$langs->trans("ContactsAddresses"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); $contact = new Contact($db); @@ -51,7 +51,7 @@ $contact->fetch($_GET["id"], $user); $head = contact_prepare_head($contact); -dol_fiche_head($head, 'info', $langs->trans("Contact"), 0, 'contact'); +dol_fiche_head($head, 'info', $langs->trans("ContactsAddresses"), 0, 'contact'); print '
'; diff --git a/htdocs/contact/ldap.php b/htdocs/contact/ldap.php index 7ea4b4c6555..061aacbd6dd 100644 --- a/htdocs/contact/ldap.php +++ b/htdocs/contact/ldap.php @@ -79,13 +79,13 @@ if ($_GET["action"] == 'dolibarr2ldap') * View */ -llxHeader('',$langs->trans("Contacts"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); +llxHeader('',$langs->trans("ContactsAddresses"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); $form = new Form($db); $head = contact_prepare_head($contact); -dol_fiche_head($head, 'ldap', $langs->trans("Contact"), 0, 'contact'); +dol_fiche_head($head, 'ldap', $langs->trans("ContactsAddresses"), 0, 'contact'); print ''; diff --git a/htdocs/contact/perso.php b/htdocs/contact/perso.php index 5775f53f1c5..0f01a938331 100644 --- a/htdocs/contact/perso.php +++ b/htdocs/contact/perso.php @@ -71,7 +71,7 @@ if ($user->rights->societe->contact->creer) * View */ -llxHeader('',$langs->trans("Contacts"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); +llxHeader('',$langs->trans("ContactsAddresses"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:Módulo_Empresas'); $form = new Form($db); @@ -80,7 +80,7 @@ $contact->fetch($_GET["id"], $user); $head = contact_prepare_head($contact); -dol_fiche_head($head, 'perso', $langs->trans("Contact"), 0, 'contact'); +dol_fiche_head($head, 'perso', $langs->trans("ContactsAddresses"), 0, 'contact');