diff --git a/htdocs/adherents/fiche.php b/htdocs/adherents/fiche.php
index e7b9af6fcfd..71e09fda1c0 100644
--- a/htdocs/adherents/fiche.php
+++ b/htdocs/adherents/fiche.php
@@ -966,7 +966,7 @@ if ($rowid && $action != 'edit')
if ($user->rights->adherent->creer)
{
- print "".$langs->trans("Edit")."";
+ print "".$langs->trans("Modify")."";
}
if ($user->rights->adherent->creer)
diff --git a/htdocs/adherents/fiche_subscription.php b/htdocs/adherents/fiche_subscription.php
index 18a377f55d8..13b5f0f1adc 100644
--- a/htdocs/adherents/fiche_subscription.php
+++ b/htdocs/adherents/fiche_subscription.php
@@ -327,11 +327,11 @@ if ($rowid && $action != 'edit')
{
if (! $bankline->rappro)
{
- print "id."&action=edit\">".$langs->trans("Edit")."";
+ print "id."&action=edit\">".$langs->trans("Modify")."";
}
else
{
- print "trans("BankLineConciliated")."\" href=\"#\">".$langs->trans("Edit")."";
+ print "trans("BankLineConciliated")."\" href=\"#\">".$langs->trans("Modify")."";
}
}
diff --git a/htdocs/adherents/note.php b/htdocs/adherents/note.php
index e269646e0eb..aed6658e6df 100644
--- a/htdocs/adherents/note.php
+++ b/htdocs/adherents/note.php
@@ -153,7 +153,7 @@ if ($id)
if ($user->rights->adherent->creer && $action != 'edit')
{
- print "id&action=edit\">".$langs->trans('Edit')."";
+ print "id&action=edit\">".$langs->trans('Modify')."";
}
print "";
diff --git a/htdocs/adherents/type.php b/htdocs/adherents/type.php
index 0599d095fc5..261332db67f 100644
--- a/htdocs/adherents/type.php
+++ b/htdocs/adherents/type.php
@@ -293,7 +293,7 @@ if ($rowid > 0)
// Edit
if ($user->rights->adherent->configurer)
{
- print "id."\">".$langs->trans("Edit")."";
+ print "id."\">".$langs->trans("Modify")."";
}
// Add
diff --git a/htdocs/admin/company.php b/htdocs/admin/company.php
index 0cac36859f2..e09ae113364 100644
--- a/htdocs/admin/company.php
+++ b/htdocs/admin/company.php
@@ -724,7 +724,7 @@ else
// Boutons d'action
print '
\n";
if ($user->rights->categorie->creer)
{
- print "
".$langs->trans("Edit")."";
+ print "
".$langs->trans("Modify")."";
}
if ($user->rights->categorie->supprimer)
diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php
index f96e0618e2a..145ae1c6811 100644
--- a/htdocs/comm/action/fiche.php
+++ b/htdocs/comm/action/fiche.php
@@ -769,7 +769,7 @@ if ($_GET["id"])
if ($_GET["action"] != 'edit' && $_GET["action"] != 'delete')
{
- print '
'.$langs->trans("Edit").'';
+ print '
'.$langs->trans("Modify").'';
print '
'.$langs->trans("Delete").'';
}
diff --git a/htdocs/comm/adresse_livraison.php b/htdocs/comm/adresse_livraison.php
index 0916fd0ed33..374fbfe0632 100644
--- a/htdocs/comm/adresse_livraison.php
+++ b/htdocs/comm/adresse_livraison.php
@@ -431,7 +431,7 @@ else
if ($user->rights->societe->creer)
{
- print '
'.$langs->trans("Edit").'';
+ print '
'.$langs->trans("Modify").'';
}
if ($user->rights->societe->supprimer)
diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php
index 789d3bbca7a..02108ecd4d8 100644
--- a/htdocs/comm/propal.php
+++ b/htdocs/comm/propal.php
@@ -796,7 +796,7 @@ if ($_GET['propalid'] > 0)
print '
';
print '
';
if ($user->rights->propale->creer && $_GET['action'] == 'refclient')
@@ -1593,7 +1593,7 @@ if ($_GET['propalid'] > 0)
// Edit
if ($propal->statut == 1 && $user->rights->propale->creer)
{
- print 'id.'&action=modif">'.$langs->trans('Edit').'';
+ print 'id.'&action=modif">'.$langs->trans('Modify').'';
}
// Send
diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php
index 12367e7f67a..6228e746f60 100644
--- a/htdocs/comm/propal/note.php
+++ b/htdocs/comm/propal/note.php
@@ -194,7 +194,7 @@ if ($_GET['propalid'])
print '';
}
diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php
index 9cc080e6605..aa098e81b01 100644
--- a/htdocs/commande/fiche.php
+++ b/htdocs/commande/fiche.php
@@ -1083,7 +1083,7 @@ else
print '';
print ' | ';
if ($user->rights->commande->creer && $_GET['action'] == 'RefCustomerOrder')
@@ -1684,7 +1684,7 @@ else
{
if ($user->rights->commande->creer)
{
- print ''.$langs->trans('Edit').'';
+ print ''.$langs->trans('Modify').'';
}
}
diff --git a/htdocs/commande/note.php b/htdocs/commande/note.php
index 46a2114a85c..f8dde0b4677 100644
--- a/htdocs/commande/note.php
+++ b/htdocs/commande/note.php
@@ -177,7 +177,7 @@ if ($_GET["id"])
if ($user->rights->commande->creer && $_GET["action"] <> 'edit')
{
- print "id&action=edit\">".$langs->trans('Edit')."";
+ print "id&action=edit\">".$langs->trans('Modify')."";
}
print "";
diff --git a/htdocs/compta/bank/bankid_fr.php b/htdocs/compta/bank/bankid_fr.php
index a69f7c80782..624ebdbb246 100644
--- a/htdocs/compta/bank/bankid_fr.php
+++ b/htdocs/compta/bank/bankid_fr.php
@@ -193,7 +193,7 @@ $form = new Form($db);
if ($user->rights->banque->configurer)
{
- print 'id.'">'.$langs->trans("Edit").'';
+ print 'id.'">'.$langs->trans("Modify").'';
}
print '';
diff --git a/htdocs/compta/bank/fiche.php b/htdocs/compta/bank/fiche.php
index f6bd7c121ca..d8adf3d64a1 100644
--- a/htdocs/compta/bank/fiche.php
+++ b/htdocs/compta/bank/fiche.php
@@ -361,7 +361,7 @@ else
if ($user->rights->banque->configurer)
{
- print 'id.'">'.$langs->trans("Edit").'';
+ print 'id.'">'.$langs->trans("Modify").'';
}
$canbedeleted=$account->can_be_deleted(); // Renvoi vrai si compte sans mouvements
diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php
index a2fc5e2bef2..8f92e3076eb 100644
--- a/htdocs/compta/commande/fiche.php
+++ b/htdocs/compta/commande/fiche.php
@@ -106,7 +106,7 @@ if ($_GET["id"] > 0)
print '';
print ' | ';
if ($user->rights->commande->creer && $_GET['action'] == 'RefCustomerOrder')
diff --git a/htdocs/compta/deplacement/fiche.php b/htdocs/compta/deplacement/fiche.php
index bf801d2b943..caa8ba84efb 100644
--- a/htdocs/compta/deplacement/fiche.php
+++ b/htdocs/compta/deplacement/fiche.php
@@ -233,7 +233,7 @@ print '';
if ($_GET["action"] != 'create' && $_GET["action"] != 'edit')
{
- print ' '.$langs->trans('Edit').'';
+ print ' '.$langs->trans('Modify').'';
print ' '.$langs->trans('Delete').'';
}
diff --git a/htdocs/compta/dons/fiche.php b/htdocs/compta/dons/fiche.php
index 4e736e85ca3..c452daf5643 100644
--- a/htdocs/compta/dons/fiche.php
+++ b/htdocs/compta/dons/fiche.php
@@ -392,7 +392,7 @@ if ($_GET["rowid"] && $_GET["action"] != 'edit')
*/
print ' ';
- print ' '.$langs->trans('Edit').'';
+ print ' '.$langs->trans('Modify').'';
if ($don->statut == 0)
{
diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index da03c8d62d3..0a95e72b88c 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -1923,7 +1923,7 @@ else
print ' ';
print ' | ';
if ($user->rights->facture->creer && $_GET['action'] == 'RefCustomerOrder')
@@ -2699,7 +2699,7 @@ else
if ($conf->global->FACTURE_ENABLE_EDITDELETE && $user->rights->facture->modifier
&& ($resteapayer == $fac->total_ttc && $fac->paye == 0 && $ventilExportCompta == 0))
{
- print ''.$langs->trans('Edit').'';
+ print ''.$langs->trans('Modify').'';
}
}
diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php
index 1abc9bd1d14..0533fa3e20f 100644
--- a/htdocs/compta/facture/note.php
+++ b/htdocs/compta/facture/note.php
@@ -166,7 +166,7 @@ if ($_GET["facid"])
if ($user->rights->facture->creer && $_GET["action"] <> 'edit')
{
- print "id&action=edit\">".$langs->trans('Edit')."";
+ print "id&action=edit\">".$langs->trans('Modify')."";
}
print "";
diff --git a/htdocs/compta/propal.php b/htdocs/compta/propal.php
index 975b263ad62..4d04caee3d0 100644
--- a/htdocs/compta/propal.php
+++ b/htdocs/compta/propal.php
@@ -154,7 +154,7 @@ if ($_GET["propalid"] > 0)
print '';
print ' | ';
print $propal->ref_client;
diff --git a/htdocs/compta/sociales/charges.php b/htdocs/compta/sociales/charges.php
index 7b6b91856ce..5f7567bdd24 100644
--- a/htdocs/compta/sociales/charges.php
+++ b/htdocs/compta/sociales/charges.php
@@ -409,7 +409,7 @@ if ($chid > 0)
// Editer
if ($cha->paye == 0 && $user->rights->tax->charges->creer)
{
- print "id&action=edit\">".$langs->trans("Edit")."";
+ print "id&action=edit\">".$langs->trans("Modify")."";
}
// Emettre paiement
diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php
index 0bb23cf028e..45267d3204a 100644
--- a/htdocs/contact/fiche.php
+++ b/htdocs/contact/fiche.php
@@ -612,7 +612,7 @@ if ($_GET["id"] && $_GET["action"] != 'edit')
if ($user->rights->societe->contact->creer)
{
- print ''.$langs->trans('Edit').'';
+ print ''.$langs->trans('Modify').'';
}
if (! $contact->user_id && $user->rights->user->user->creer && $contact->socid > 0)
diff --git a/htdocs/contact/perso.php b/htdocs/contact/perso.php
index 822306cfc39..c27b4c638fc 100644
--- a/htdocs/contact/perso.php
+++ b/htdocs/contact/perso.php
@@ -239,7 +239,7 @@ else
if ($user->rights->societe->contact->creer)
{
- print ''.$langs->trans('Edit').'';
+ print ''.$langs->trans('Modify').'';
}
print "";
diff --git a/htdocs/contrat/note.php b/htdocs/contrat/note.php
index 315ebea8ac5..fc476cbe6a0 100644
--- a/htdocs/contrat/note.php
+++ b/htdocs/contrat/note.php
@@ -200,7 +200,7 @@ if ($_GET["id"])
if ($user->rights->contrat->creer && $_GET["action"] <> 'edit')
{
- print "id."&action=edit\">".$langs->trans('Edit')."";
+ print "id."&action=edit\">".$langs->trans('Modify')."";
}
print "";
diff --git a/htdocs/expedition/commande.php b/htdocs/expedition/commande.php
index 52b40f4e906..7e25c6134ea 100644
--- a/htdocs/expedition/commande.php
+++ b/htdocs/expedition/commande.php
@@ -122,7 +122,7 @@ if ($_GET["id"] > 0)
print '';
print ' | ';
if ($user->rights->commande->creer && $_GET['action'] == 'RefCustomerOrder')
diff --git a/htdocs/expedition/fiche.php b/htdocs/expedition/fiche.php
index 5efec0a6d11..d52a8f4376f 100644
--- a/htdocs/expedition/fiche.php
+++ b/htdocs/expedition/fiche.php
@@ -222,7 +222,7 @@ if ($_GET["action"] == 'create')
print '';
print ' | ';
if ($user->rights->commande->creer && $_GET['action'] == 'RefCustomerOrder')
diff --git a/htdocs/fichinter/note.php b/htdocs/fichinter/note.php
index 563b57a5607..6578e544d81 100644
--- a/htdocs/fichinter/note.php
+++ b/htdocs/fichinter/note.php
@@ -163,7 +163,7 @@ if ($_GET['id'])
print '';
}
diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php
index 250803e65da..2895b7b6395 100644
--- a/htdocs/fourn/facture/fiche.php
+++ b/htdocs/fourn/facture/fiche.php
@@ -853,7 +853,7 @@ else
{
if ($_GET['action'] != 'edit')
{
- print ''.$langs->trans('Edit').'';
+ print ''.$langs->trans('Modify').'';
}
}
diff --git a/htdocs/fourn/facture/note.php b/htdocs/fourn/facture/note.php
index 476539a93a5..325af440d6a 100644
--- a/htdocs/fourn/facture/note.php
+++ b/htdocs/fourn/facture/note.php
@@ -162,7 +162,7 @@ if ($_GET["facid"])
if ($user->rights->fournisseur->facture->creer && $_GET["action"] <> 'edit')
{
- print "id&action=edit\">".$langs->trans('Edit')."";
+ print "id&action=edit\">".$langs->trans('Modify')."";
}
print "";
diff --git a/htdocs/fourn/product/fiche.php b/htdocs/fourn/product/fiche.php
index 6d0b31ce746..da34a6a7a8e 100644
--- a/htdocs/fourn/product/fiche.php
+++ b/htdocs/fourn/product/fiche.php
@@ -443,7 +443,7 @@ else
print ' | '.$objp->nom.' | ';
print '
';
print '';
- print img_edit($langs->trans("Edit"));
+ print img_edit($langs->trans("Modify"));
print ' ';
print $objp->ref_fourn.' | ';
@@ -508,9 +508,9 @@ else
{
if ($product->isservice()) {
- print_fiche_titre($langs->trans('Edit').' '.$langs->trans('Service').' : '.$product->ref, "");
+ print_fiche_titre($langs->trans('Modify').' '.$langs->trans('Service').' : '.$product->ref, "");
} else {
- print_fiche_titre($langs->trans('Edit').' '.$langs->trans('Product').' : '.$product->ref, "");
+ print_fiche_titre($langs->trans('Modify').' '.$langs->trans('Product').' : '.$product->ref, "");
}
if ($mesg) {
@@ -576,7 +576,7 @@ else
{
if ( $user->rights->produit->creer)
{
- print '
'.$langs->trans("Edit").'';
+ print '
'.$langs->trans("Modify").'';
}
if ($product->isproduct() && $conf->stock->enabled)
diff --git a/htdocs/fourn/product/fourn.php b/htdocs/fourn/product/fourn.php
index b3a4df31a95..40bce93e626 100644
--- a/htdocs/fourn/product/fourn.php
+++ b/htdocs/fourn/product/fourn.php
@@ -206,7 +206,7 @@ if ($_GET["id"])
if ( $user->rights->produit->creer)
{
- print '
'.$langs->trans("Edit").'';
+ print '
'.$langs->trans("Modify").'';
}
}
diff --git a/htdocs/postnuke/articles/fiche.php b/htdocs/postnuke/articles/fiche.php
index 4320deb1100..094ed5b13b7 100644
--- a/htdocs/postnuke/articles/fiche.php
+++ b/htdocs/postnuke/articles/fiche.php
@@ -122,7 +122,7 @@ if ($id)
print '
';
diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index fa7941b332b..85f1c3df82d 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -926,9 +926,9 @@ if ($_GET["id"] || $_GET["ref"])
if ($_GET["action"] == 'edit' && $user->rights->produit->creer)
{
if ($product->isservice()) {
- print_fiche_titre($langs->trans('Edit').' '.$langs->trans('Service').' : '.$product->ref, "");
+ print_fiche_titre($langs->trans('Modify').' '.$langs->trans('Service').' : '.$product->ref, "");
} else {
- print_fiche_titre($langs->trans('Edit').' '.$langs->trans('Product').' : '.$product->ref, "");
+ print_fiche_titre($langs->trans('Modify').' '.$langs->trans('Product').' : '.$product->ref, "");
}
if ($mesg) {
@@ -1071,7 +1071,7 @@ if ($_GET["action"] == '')
if ( $user->rights->produit->creer)
{
if ($product->no_button_edit <> 1)
- print '
'.$langs->trans("Edit").'';
+ print '
'.$langs->trans("Modify").'';
if ($product->no_button_copy <> 1)
print '
'.$langs->trans("CreateCopy").'';
diff --git a/htdocs/product/sousproduits/fiche.php b/htdocs/product/sousproduits/fiche.php
index 0c6a5e627e3..6d676aad949 100644
--- a/htdocs/product/sousproduits/fiche.php
+++ b/htdocs/product/sousproduits/fiche.php
@@ -350,7 +350,7 @@ if ($action == '')
if ( $user->rights->produit->creer)
{
- print '
'.$langs->trans("Edit").'';
+ print '
'.$langs->trans("Modify").'';
}
diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php
index 1e616efd330..18529acbabd 100644
--- a/htdocs/product/stock/fiche.php
+++ b/htdocs/product/stock/fiche.php
@@ -296,7 +296,7 @@ else
if ($_GET["action"] == '')
{
- print "
id."\">".$langs->trans("Edit")."";
+ print "
id."\">".$langs->trans("Modify")."";
}
print "
";
diff --git a/htdocs/projet/fiche.php b/htdocs/projet/fiche.php
index f15f8017eaa..b95c64f8644 100644
--- a/htdocs/projet/fiche.php
+++ b/htdocs/projet/fiche.php
@@ -216,7 +216,7 @@ if ($_GET["action"] == 'create' && $user->rights->projet->creer)
{
if ($user->rights->projet->creer)
{
- print '