Fix missing language key in holiday type dictionary
This commit is contained in:
parent
6e66d529f0
commit
638563dc5d
@ -1063,6 +1063,7 @@ if ($id)
|
|||||||
if ($fieldlist[$field]=='custom_y') { $valuetoshow=$langs->trans("CustomY"); }
|
if ($fieldlist[$field]=='custom_y') { $valuetoshow=$langs->trans("CustomY"); }
|
||||||
if ($fieldlist[$field]=='content') { $valuetoshow=$langs->trans("Content"); }
|
if ($fieldlist[$field]=='content') { $valuetoshow=$langs->trans("Content"); }
|
||||||
if ($fieldlist[$field]=='percent') { $valuetoshow=$langs->trans("Percentage"); }
|
if ($fieldlist[$field]=='percent') { $valuetoshow=$langs->trans("Percentage"); }
|
||||||
|
if ($fieldlist[$field]=='affect') { $valuetoshow=$langs->trans("Info"); }
|
||||||
|
|
||||||
if ($id == 2) // Special cas for state page
|
if ($id == 2) // Special cas for state page
|
||||||
{
|
{
|
||||||
@ -1251,6 +1252,9 @@ if ($id)
|
|||||||
if ($fieldlist[$field]=='custom_y') { $valuetoshow=$langs->trans("CustomY"); }
|
if ($fieldlist[$field]=='custom_y') { $valuetoshow=$langs->trans("CustomY"); }
|
||||||
if ($fieldlist[$field]=='content') { $valuetoshow=$langs->trans("Content"); }
|
if ($fieldlist[$field]=='content') { $valuetoshow=$langs->trans("Content"); }
|
||||||
if ($fieldlist[$field]=='percent') { $valuetoshow=$langs->trans("Percentage"); }
|
if ($fieldlist[$field]=='percent') { $valuetoshow=$langs->trans("Percentage"); }
|
||||||
|
if ($fieldlist[$field]=='affect') { $valuetoshow=$langs->trans("Info"); }
|
||||||
|
if ($fieldlist[$field]=='delay') { $valuetoshow=$langs->trans("NoticePeriod"); }
|
||||||
|
if ($fieldlist[$field]=='newbymonth') { $valuetoshow=$langs->trans("NewByMonth"); }
|
||||||
|
|
||||||
// Affiche nom du champ
|
// Affiche nom du champ
|
||||||
if ($showfield)
|
if ($showfield)
|
||||||
|
|||||||
@ -231,6 +231,8 @@ SpaceX=Space X
|
|||||||
SpaceY=Space Y
|
SpaceY=Space Y
|
||||||
FontSize=Font size
|
FontSize=Font size
|
||||||
Content=Content
|
Content=Content
|
||||||
|
NoticePeriod=Notice
|
||||||
|
NewByMonth=New by month
|
||||||
Emails=E-mails
|
Emails=E-mails
|
||||||
EMailsSetup=E-mails setup
|
EMailsSetup=E-mails setup
|
||||||
EMailsDesc=This page allows you to overwrite your PHP parameters for e-mails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
|
EMailsDesc=This page allows you to overwrite your PHP parameters for e-mails sending. In most cases on Unix/Linux OS, your PHP setup is correct and these parameters are useless.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user