diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index c491905ef2cf0938447fae0b267dde0d5cdadcb6..81291db28cc1c39163c83917c0b639f3570e36cb 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -3,6 +3,7 @@ * Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be> * Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2005 Regis Houssin <regis.houssin@cap-networks.com> + * Copyright (C) 2007 Franky Van Liedekerke <franky.van.liedekerker@telenet.be> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index ab51049708c28a3451a42d08b5d64356476142bf..597304046eeef36b0e87eabaeb53b81404b7b259 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -3,6 +3,7 @@ * Copyright (C) 2004-2006 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be> * Copyright (C) 2005-2006 Regis Houssin <regis.houssin@cap-networks.com> + * Copyright (C) 2007 Franky Van Liedekerke <franky.van.liedekerke@telenet.be> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -293,7 +294,7 @@ if ($user->rights->societe->contact->creer) print '<tr><td width="15%">'.$langs->trans("Lastname").'</td><td><input name="name" type="text" size="20" maxlength="80" value="'.$contact->name.'"></td>'; print '<td width="20%">'.$langs->trans("Firstname").'</td><td width="25%"><input name="firstname" type="text" size="15" maxlength="80" value="'.$contact->firstname.'"></td></tr>'; - print '<tr><td>Poste/Fonction</td><td colspan="3"><input name="poste" type="text" size="50" maxlength="80" value="'.$contact->poste.'"></td>'; + print '<tr><td>'.$langs->trans("PostOrFunction").'</td><td colspan="3"><input name="poste" type="text" size="50" maxlength="80" value="'.$contact->poste.'"></td>'; print '<tr><td>'.$langs->trans("Address").'</td><td colspan="3"><input name="address" type="text" size="50" maxlength="80" value="'.$contact->address.'"></td>'; diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 51137c6142a9cdf09bad4ef8265dc51ee3bf3699..3b6d914d68e99e6ff145dfc6c431e2ed1cf998fc 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -7,6 +7,7 @@ * Copyright (C) 2005-2007 Regis Houssin <regis.houssin@cap-networks.com> * Copyright (C) 2006 Andre Cianfarani <acianfa@free.fr> * Copyright (C) 2006 Marc Barilley/Oc�bo <marc@ocebo.com> + * Copyright (C) 2007 Franky Van Liedekerke <franky.van.liedekerker@telenet.be> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang index 5ec6144f045e9f77e65fe8c5e1899633e0768629..3e7dc444ec9232e5f048a2d3aa0c8823453b4f2c 100644 --- a/htdocs/langs/en_US/companies.lang +++ b/htdocs/langs/en_US/companies.lang @@ -33,6 +33,7 @@ RegisteredOffice=Registered office Name=Name Lastname=Lastname Firstname=Firstname +PostOrFunction=Post/Function UserTitle=Title Surname=Surname/Pseudo Address=Address diff --git a/htdocs/langs/fr_FR/companies.lang b/htdocs/langs/fr_FR/companies.lang index f37d1f80ddce463b80c8c880f6a938c507e1e0e9..b2c0f9fdad8590920643391e0cac4d3c678b5e04 100644 --- a/htdocs/langs/fr_FR/companies.lang +++ b/htdocs/langs/fr_FR/companies.lang @@ -33,6 +33,7 @@ RegisteredOffice=Si Name=Nom Lastname=Nom Firstname=Pr�nom +PostOrFunction=Poste/Fonction UserTitle=Titre civilit� Surname=Surnom/Pseudo Address=Adresse @@ -194,4 +195,4 @@ NewDeliveryAddress=Nouvelle adresse de livraison AddDeliveryAddress=Ajouter l'adresse AddAddress=Ajouter adresse NoOtherDeliveryAddress=Pas d'adresses alternatives d�finies -SupplierCategory=Cat�gorie du fournisseur \ No newline at end of file +SupplierCategory=Cat�gorie du fournisseur diff --git a/htdocs/langs/nl_BE/companies.lang b/htdocs/langs/nl_BE/companies.lang index 339a8ebf3c5e78afe6a3e27897e6ede6ce9c8e4c..6a3b22e3512f2d84364aac61fb28c17da891f6ff 100644 --- a/htdocs/langs/nl_BE/companies.lang +++ b/htdocs/langs/nl_BE/companies.lang @@ -33,6 +33,7 @@ RegisteredOffice=Geregistreerd kantoor Name=Naam Lastname=Familienaam Firstname=Voorname +PostOrFunction=Functie UserTitle=Titel Surname=Familienaam/Pseudoniem Address=Adres