Skip to content

Commit

Permalink
Fix: Bad trans
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 26, 2011
1 parent 98605f0 commit e40cef2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions htdocs/contact/exportimport.php
Expand Up @@ -40,7 +40,7 @@
* 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);

Expand All @@ -50,7 +50,7 @@

$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');


/*
Expand Down
2 changes: 1 addition & 1 deletion htdocs/contact/fiche.php
Expand Up @@ -247,7 +247,7 @@
* 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);
Expand Down
2 changes: 1 addition & 1 deletion htdocs/contact/index.php
Expand Up @@ -100,7 +100,7 @@
* 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);

Expand Down
4 changes: 2 additions & 2 deletions htdocs/contact/info.php
Expand Up @@ -42,7 +42,7 @@
* 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);
Expand All @@ -51,7 +51,7 @@

$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 '<table width="100%"><tr><td>';
Expand Down
4 changes: 2 additions & 2 deletions htdocs/contact/ldap.php
Expand Up @@ -79,13 +79,13 @@
* View
*/

llxHeader('',$langs->trans("Contacts"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:M&oacute;dulo_Empresas');
llxHeader('',$langs->trans("ContactsAddresses"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:M&oacute;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 '<table class="border" width="100%">';
Expand Down
4 changes: 2 additions & 2 deletions htdocs/contact/perso.php
Expand Up @@ -71,7 +71,7 @@
* View
*/

llxHeader('',$langs->trans("Contacts"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:M&oacute;dulo_Empresas');
llxHeader('',$langs->trans("ContactsAddresses"),'EN:Module_Third_Parties|FR:Module_Tiers|ES:M&oacute;dulo_Empresas');

$form = new Form($db);

Expand All @@ -80,7 +80,7 @@

$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');



Expand Down

0 comments on commit e40cef2

Please sign in to comment.