';
print "";
print '| Frais d\'expéditions | '.price($commande->total_ot_shipping).' EUR |
';
- print ''.$langs->trans("LastName").' | '.price($commande->total_ot_total).' EUR | ';
+ print ''.$langs->trans("Lastname").' | '.price($commande->total_ot_total).' EUR | ';
print "
";
diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php
index f7234c67951..bb1ba7be191 100644
--- a/htdocs/comm/fiche.php
+++ b/htdocs/comm/fiche.php
@@ -434,7 +434,7 @@ if ($_socid > 0)
*/
print '';
- print '| '.$langs->trans("Firstname").' '.$langs->trans("LastName").' | ';
+ print '
| '.$langs->trans("Firstname").' '.$langs->trans("Lastname").' | ';
print ''.$langs->trans("Poste").' | '.$langs->trans("Tel").' | ';
print ''.$langs->trans("Fax").' | '.$langs->trans("EMail").' | ';
print "id."&action=create\">".$langs->trans("AddContact")." | ";
diff --git a/htdocs/compta/dons/fiche.php b/htdocs/compta/dons/fiche.php
index d840c89a753..210be49adcc 100644
--- a/htdocs/compta/dons/fiche.php
+++ b/htdocs/compta/dons/fiche.php
@@ -213,7 +213,7 @@ if ($_GET["action"] == 'create') {
$langs->load("companies");
print "
".'| '.$langs->trans("Company").' | |
';
print "".'| '.$langs->trans("Firstname").' | |
';
- print "".'| '.$langs->trans("LastName").' | |
';
+ print "".'| '.$langs->trans("Lastname").' | |
';
print "".'| '.$langs->trans("Address").' | ';
print ' |
';
print "".'| '.$langs->trans("Zip").' / '.$langs->trans("Town").' | |
';
@@ -290,7 +290,7 @@ if ($_GET["rowid"] && $_GET["action"] == 'edit')
$langs->load("companies");
print "".'| '.$langs->trans("Company").' | |
';
print "".'| '.$langs->trans("Firstname").' | |
';
- print "".'| '.$langs->trans("LastName").' | |
';
+ print "".'| '.$langs->trans("Lastname").' | |
';
print "".'| '.$langs->trans("Address").' | ';
print ' |
';
print "".'| '.$langs->trans("Zip").' / '.$langs->trans("Town").' | |
';
@@ -356,7 +356,7 @@ if ($_GET["rowid"] && $_GET["action"] != 'edit')
print "".'| '.$langs->trans("Company").' | '.$don->societe.' |
';
print "".'| '.$langs->trans("Firstname").' | '.$don->prenom.' |
';
- print "".'| '.$langs->trans("LastName").' | '.$don->nom.' |
';
+ print "".'| '.$langs->trans("Lastname").' | '.$don->nom.' |
';
print "".'| '.$langs->trans("Address").' | '.nl2br($don->adresse).' |
';
print "".'| '.$langs->trans("Zip").' / '.$langs->trans("Town").' | '.$don->cp.' '.$don->ville.' |
';
print "".'| '.$langs->trans("Country").' | '.$don->pays.' |
';
diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php
index d2f5480a612..aa3901ce182 100644
--- a/htdocs/contact/fiche.php
+++ b/htdocs/contact/fiche.php
@@ -221,7 +221,7 @@ if ($_GET["action"] == 'create')
print $form->select_civilite($obj->civilite);
print '';
- print '| '.$langs->trans("LastName").' | | ';
+ print '
| '.$langs->trans("Lastname").' | | ';
print ''.$langs->trans("Firstname").' | | ';
print 'Tel Pro | |
';
diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php
index 915afdfb6ee..5a894317f22 100644
--- a/htdocs/fourn/fiche.php
+++ b/htdocs/fourn/fiche.php
@@ -226,9 +226,9 @@ if ( $societe->fetch($socid) )
*/
$langs->load("companies");
- print '
';
+ print '
';
- print '| '.$langs->trans("FirstName").' '.$langs->trans("LastName").' | ';
+ print '
| '.$langs->trans("Firstname").' '.$langs->trans("Lastname").' | ';
print 'Poste | '.$langs->trans("Tel").' | ';
print "".$langs->trans("Fax")." | ".$langs->trans("EMail")." | ";
print "".$langs->trans("AddContact")." |
";
diff --git a/htdocs/langs/en_US/companies.lang b/htdocs/langs/en_US/companies.lang
index 0b41f078bda..1de2d55f57a 100644
--- a/htdocs/langs/en_US/companies.lang
+++ b/htdocs/langs/en_US/companies.lang
@@ -6,8 +6,8 @@ NewCompany=New company (prospect, customer, supplier)
Company=Company
Companies=Companies
Name=Name
-LastName=Lastname
-FirstName=Firstname
+Lastname=Lastname
+Firstname=Firstname
UserTitle=Title
Surname=Surname/Pseudo
Address=Address
diff --git a/htdocs/langs/fr_BE/companies.lang b/htdocs/langs/fr_BE/companies.lang
index 5b9ad4bf09f..fb10281e7c4 100644
--- a/htdocs/langs/fr_BE/companies.lang
+++ b/htdocs/langs/fr_BE/companies.lang
@@ -4,8 +4,8 @@ NewCompany=Nouvelle soci
Company=Société
Companies=Sociétés
Name=Nom
-LastName=Nom
-FirstName=Prénom
+Lastname=Nom
+Firstname=Prénom
Surname=Prénom
Address=Adresse
State=Province
diff --git a/htdocs/langs/fr_FR/companies.lang b/htdocs/langs/fr_FR/companies.lang
index a6ad535f6c5..17ce18fb59f 100644
--- a/htdocs/langs/fr_FR/companies.lang
+++ b/htdocs/langs/fr_FR/companies.lang
@@ -7,7 +7,7 @@ NewCompany=Nouvelle soci
Company=Société
Companies=Sociétés
Name=Nom
-LastName=Nom
+Lastname=Nom
Firstname=Prénom
UserTitle=Titre civilité
Surname=Surnom/Pseudo
diff --git a/htdocs/langs/nl_BE/companies.lang b/htdocs/langs/nl_BE/companies.lang
index 0107a494bb5..401e0363711 100644
--- a/htdocs/langs/nl_BE/companies.lang
+++ b/htdocs/langs/nl_BE/companies.lang
@@ -3,8 +3,8 @@ NewCompany=Nieuwe bedrijf (vooruitzicht, klant, leverancier)
Company=Bedrijf
Companies=Bedrijven
Name=Naam
-LastName=Naam
-FirstName=Voornaam
+Lastname=Naam
+Firstname=Voornaam
Surname=De familienaam
Address=Het adres
State=Provincie
diff --git a/htdocs/user/addon.php b/htdocs/user/addon.php
index b497afeb44e..3d62973236b 100644
--- a/htdocs/user/addon.php
+++ b/htdocs/user/addon.php
@@ -95,9 +95,9 @@ if ($_GET["id"])
print '';
- print "".'| '.$langs->trans("LastName").' | ';
+ print "
".'| '.$langs->trans("Lastname").' | ';
print ''.$fuser->nom.' | ';
- print ''.$langs->trans("FirstName").' | ';
+ print ''.$langs->trans("Firstname").' | ';
print ''.$fuser->prenom.' | ';
print "
\n";
diff --git a/htdocs/user/fiche.php b/htdocs/user/fiche.php
index 11d7e3becb3..3646700b75a 100644
--- a/htdocs/user/fiche.php
+++ b/htdocs/user/fiche.php
@@ -146,10 +146,10 @@ if ($action == 'create')
print '';
- print '| '.$langs->trans("FirstName").' | ';
+ print '
| '.$langs->trans("Firstname").' | ';
print ' |
';
- print "".'| '.$langs->trans("LastName").' | ';
+ print "
".'| '.$langs->trans("Lastname").' | ';
print ' |
';
print "".'| '.$langs->trans("Login").' | ';
@@ -314,9 +314,9 @@ else
print '';
- print "".'| '.$langs->trans("LastName").' | ';
+ print "
".'| '.$langs->trans("Lastname").' | ';
print ''.$fuser->nom.' | ';
- print ''.$langs->trans("FirstName").' | ';
+ print ''.$langs->trans("Firstname").' | ';
print ''.$fuser->prenom.' | ';
print "
\n";
@@ -437,10 +437,10 @@ else
print '';
print '';
- print "".'| '.$langs->trans("LastName").' | ';
+ print "
".'| '.$langs->trans("Lastname").' | ';
print ' |
';
- print "".'| '.$langs->trans("FirstName").' | ';
+ print "
".'| '.$langs->trans("Firstname").' | ';
print ' |
';
print "".'| '.$langs->trans("Login").' | ';
diff --git a/htdocs/user/index.php b/htdocs/user/index.php
index 4d596f9d09c..bd34a9ad156 100644
--- a/htdocs/user/index.php
+++ b/htdocs/user/index.php
@@ -58,8 +58,8 @@ if ($result)
print "";
print '';
- print_liste_field_titre($langs->trans("LastName"),"index.php","name","","","",$sortfield);
- print_liste_field_titre($langs->trans("FirstName"),"index.php","firstname","","","",$sortfield);
+ print_liste_field_titre($langs->trans("Lastname"),"index.php","name","","","",$sortfield);
+ print_liste_field_titre($langs->trans("Firstname"),"index.php","firstname","","","",$sortfield);
print_liste_field_titre($langs->trans("Login"),"index.php","login","","","",$sortfield);
print_liste_field_titre($langs->trans("Code"),"index.php","code","","","",$sortfield);
print "
\n";