![]() |
[ solved ] Columns in Leads - How I translated this part - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forum-17.html) +--- Forum: Administrator Support (https://discussions.corebos.org/forum-8.html) +--- Thread: [ solved ] Columns in Leads - How I translated this part (/thread-1446.html) |
[ solved ] Columns in Leads - How I translated this part - rslemer - 03-28-2019 There a new block for messages, appears in leads module How I can translate this name of columns? And one question, why counter access has a two decimal .. a integer not is a better notation ? I add this lines in /module/Email/language/pt_br.lang.php and works is the better local? 'Bounce' => 'Erradas', 'Clicked' => 'Cliques', 'Spam' => 'Spam', 'Delivered' => 'Entregue', 'Dropped' => 'Descartada', 'Open' => 'Aberturas', 'Unsubscribe' => 'Desinscrição', RE: Columns in Leads - How I translated this part - joebordes - 03-28-2019 added. thanks! |