diff --git a/htdocs/admin/avoir.php b/htdocs/admin/avoir.php index 958f8568afe..72f1b5f7c71 100644 --- a/htdocs/admin/avoir.php +++ b/htdocs/admin/avoir.php @@ -31,7 +31,7 @@ require("./pre.inc.php"); $langs->load("admin"); -$langs->load("discount"); +$langs->load("bills"); if (!$user->admin) accessforbidden(); @@ -103,11 +103,6 @@ if ($_GET["action"] == 'setmod') $dir = DOL_DOCUMENT_ROOT .'/avoir/modules/'; - -//llxHeader('',$langs->trans("DiscountSetup")); - -//print_titre($langs->trans("DiscountSetup")); - llxHeader("",""); $h = 0; @@ -121,7 +116,7 @@ $head[$h][1] = $langs->trans("Discounts"); $hselected=$h; $h++; -dolibarr_fiche_head($head, $hselected, $langs->trans("DiscountSetup")); +dolibarr_fiche_head($head, $hselected, $langs->trans("ModuleSetup")); /* * Module numérotation diff --git a/htdocs/admin/facture.php b/htdocs/admin/facture.php index ed5f693ecd8..1a377736334 100644 --- a/htdocs/admin/facture.php +++ b/htdocs/admin/facture.php @@ -94,11 +94,6 @@ if ($_GET["action"] == 'delete') $dir = "../includes/modules/facture/"; - -//llxHeader('',$langs->trans("BillsSetup"),'FactureConfiguration'); - -//print_titre($langs->trans("BillsSetup")); - llxHeader("",""); $h = 0; @@ -109,10 +104,10 @@ $hselected=$h; $h++; $head[$h][0] = DOL_URL_ROOT."/admin/avoir.php"; -$head[$h][1] = $langs->trans("ModulesSpecial"); +$head[$h][1] = $langs->trans("Discounts"); $h++; -dolibarr_fiche_head($head, $hselected, $langs->trans("BillsSetup")); +dolibarr_fiche_head($head, $hselected, $langs->trans("ModuleSetup")); /* * Module numérotation diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index be4a322c714..30af3aae0e4 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -54,6 +54,7 @@ TriggersDesc=Triggers are components that modify, once activated, the behaviour Required=Required Security=Security Passwords=Passwords +ModuleSetup=Module setup ModuleFamilyBase=System ModuleFamilyCrm=Customer Ressource Management (CRM) ModuleFamilyProducts=Products Management @@ -435,4 +436,5 @@ MailingEMailFrom=Sender EMail (From) for emails sent by emailing module ##### Discount setup ##### DiscountSetup=Discount module setup DiscountsNumberingModules=Discount numbering modules -DiscountsPDFModules=Discount PDF modules \ No newline at end of file +DiscountsPDFModules=Discount PDF modules +Discounts=Discounts \ No newline at end of file diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index a6f949e72f6..7999e962020 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -54,6 +54,7 @@ TriggersDesc=Les triggers sont des composants qui, une fois activ Required=Requis Security=Sécurité Passwords=Mots de passe +ModuleSetup=Configuration du module ModuleFamilyBase=Système ModuleFamilyCrm=Gestion client (CRM) ModuleFamilyProducts=Gestion produits @@ -436,4 +437,5 @@ MailingEMailFrom=Email emetteur (From) des mails envoy DiscountSetup=Configuration du module Avoirs DiscountsNumberingModules=Modules de numérotation des avoirs DiscountsPDFModules=Modules d'avoirs PDF +Discounts=Avoirs