translation of the country the user is in
This commit is contained in:
parent
bd965b0220
commit
57851c4a46
@ -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
|
||||
|
||||
@ -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>';
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -33,6 +33,7 @@ RegisteredOffice=Registered office
|
||||
Name=Name
|
||||
Lastname=Lastname
|
||||
Firstname=Firstname
|
||||
PostOrFunction=Post/Function
|
||||
UserTitle=Title
|
||||
Surname=Surname/Pseudo
|
||||
Address=Address
|
||||
|
||||
@ -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
|
||||
SupplierCategory=Catégorie du fournisseur
|
||||
|
||||
@ -33,6 +33,7 @@ RegisteredOffice=Geregistreerd kantoor
|
||||
Name=Naam
|
||||
Lastname=Familienaam
|
||||
Firstname=Voorname
|
||||
PostOrFunction=Functie
|
||||
UserTitle=Titel
|
||||
Surname=Familienaam/Pseudoniem
|
||||
Address=Adres
|
||||
|
||||
Loading…
Reference in New Issue
Block a user