Fix translation
This commit is contained in:
parent
106d19a8af
commit
4012aeff90
@ -300,6 +300,8 @@ if ((! empty($_REQUEST['unused']) && $_REQUEST['unused'] == 'true') || (isset($a
|
|||||||
if (preg_match('/^BoxTitleLatest/', $value)) $qualifiedforclean=0;
|
if (preg_match('/^BoxTitleLatest/', $value)) $qualifiedforclean=0;
|
||||||
// install.lang
|
// install.lang
|
||||||
if (preg_match('/^KeepDefaultValues/', $value)) $qualifiedforclean=0;
|
if (preg_match('/^KeepDefaultValues/', $value)) $qualifiedforclean=0;
|
||||||
|
// mail.lang
|
||||||
|
if (preg_match('/MailingModuleDesc/i', $value)) $qualifiedforclean=0;
|
||||||
// main.lang
|
// main.lang
|
||||||
if (preg_match('/^Duration/', $value)) $qualifiedforclean=0;
|
if (preg_match('/^Duration/', $value)) $qualifiedforclean=0;
|
||||||
if (preg_match('/^FormatDate/', $value)) $qualifiedforclean=0;
|
if (preg_match('/^FormatDate/', $value)) $qualifiedforclean=0;
|
||||||
|
|||||||
@ -249,6 +249,8 @@ class box_graph_product_distribution extends ModeleBoxes
|
|||||||
|
|
||||||
if (! empty($conf->commande->enabled) && ! empty($user->rights->commande->lire))
|
if (! empty($conf->commande->enabled) && ! empty($user->rights->commande->lire))
|
||||||
{
|
{
|
||||||
|
$langs->load("orders");
|
||||||
|
|
||||||
// Build graphic number of object. $data = array(array('Lib',val1,val2,val3),...)
|
// Build graphic number of object. $data = array(array('Lib',val1,val2,val3),...)
|
||||||
if ($showordernb)
|
if ($showordernb)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -79,6 +79,10 @@ MailingModuleDescContactsWithThirdpartyFilter=Contact with customer filters
|
|||||||
MailingModuleDescContactsByCompanyCategory=Contacts by third party category
|
MailingModuleDescContactsByCompanyCategory=Contacts by third party category
|
||||||
MailingModuleDescContactsByCategory=Contacts by categories
|
MailingModuleDescContactsByCategory=Contacts by categories
|
||||||
MailingModuleDescContactsByFunction=Contacts by position
|
MailingModuleDescContactsByFunction=Contacts by position
|
||||||
|
MailingModuleDescEmailsFromFile=Emails from file
|
||||||
|
MailingModuleDescEmailsFromUser=Emails input by user
|
||||||
|
MailingModuleDescDolibarrUsers=Users with Emails
|
||||||
|
MailingModuleDescThirdPartiesByCategories=Third parties (by categories)
|
||||||
|
|
||||||
# Libelle des modules de liste de destinataires mailing
|
# Libelle des modules de liste de destinataires mailing
|
||||||
LineInFile=Line %s in file
|
LineInFile=Line %s in file
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user