Add new common translations
This commit is contained in:
committed by
Veljko V
parent
a4c5d81b6f
commit
24bfb67915
@ -769,7 +769,7 @@ class ScienceWeekly {
|
||||
2 =>
|
||||
[
|
||||
'type' => 'footer',
|
||||
'text' => '<p><span style="color: #b1b6d1;"><a href="[link:subscription_unsubscribe_url]" style="color: #b1b6d1;">Unsubscribe</a> | <a href="[link:subscription_manage_url]" style="color: #b1b6d1;">Manage subscription</a></span><br />Add your postal address here!</p>',
|
||||
'text' => '<p><span style="color: #b1b6d1;"><a href="[link:subscription_unsubscribe_url]" style="color: #b1b6d1;">'.WPFunctions::get()->__("Unsubscribe", 'mailpoet').'</a> | <a href="[link:subscription_manage_url]" style="color: #b1b6d1;">'.WPFunctions::get()->__("Manage your subscription", 'mailpoet').'</a></span><br />'.WPFunctions::get()->__("Add your postal address here!", 'mailpoet').'</p>',
|
||||
'styles' =>
|
||||
[
|
||||
'block' =>
|
||||
@ -1036,7 +1036,7 @@ class ScienceWeekly {
|
||||
],
|
||||
'footer' =>
|
||||
[
|
||||
'text' => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a> | <a href="[link:subscription_manage_url]">Manage subscription</a><br />Add your postal address here!</p>',
|
||||
'text' => '<p><a href="[link:subscription_unsubscribe_url]">'.WPFunctions::get()->__("Unsubscribe", 'mailpoet').'</a> | <a href="[link:subscription_manage_url]">'.WPFunctions::get()->__("Manage your subscription", 'mailpoet').'</a><br />'.WPFunctions::get()->__("Add your postal address here!", 'mailpoet').'</p>',
|
||||
'styles' =>
|
||||
[
|
||||
'block' =>
|
||||
@ -1162,7 +1162,7 @@ class ScienceWeekly {
|
||||
],
|
||||
'header' =>
|
||||
[
|
||||
'text' => '<a href="[link:newsletter_view_in_browser_url]">View this in your browser.</a>',
|
||||
'text' => '<a href="[link:newsletter_view_in_browser_url]">'.WPFunctions::get()->__("View this in your browser.", 'mailpoet').'</a>',
|
||||
'styles' =>
|
||||
[
|
||||
'block' =>
|
||||
|
Reference in New Issue
Block a user