Add new common translations
This commit is contained in:
committed by
Veljko V
parent
a4c5d81b6f
commit
24bfb67915
@ -160,7 +160,7 @@ class Engineering {
|
||||
1 =>
|
||||
[
|
||||
'type' => 'header',
|
||||
'text' => '<p><span style="color: #808080;"><a href="[link:newsletter_view_in_browser_url]" style="color: #808080;">View this in your browser.</a></span></p>',
|
||||
'text' => '<p><span style="color: #808080;"><a href="[link:newsletter_view_in_browser_url]" style="color: #808080;">'.WPFunctions::get()->__("View this in your browser.", 'mailpoet').'</a></span></p>',
|
||||
'styles' =>
|
||||
[
|
||||
'block' =>
|
||||
@ -819,8 +819,8 @@ class Engineering {
|
||||
1 =>
|
||||
[
|
||||
'type' => 'footer',
|
||||
'text' => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a></p>
|
||||
<p><a href="[link:subscription_manage_url]">Manage subscription</a><br /><span style="color: #999999;">Add your postal address here!</span></p>',
|
||||
'text' => '<p><a href="[link:subscription_unsubscribe_url]">'.WPFunctions::get()->__("Unsubscribe", 'mailpoet').'</a></p>
|
||||
<p><a href="[link:subscription_manage_url]">'.WPFunctions::get()->__("Manage your subscription", 'mailpoet').'</a><br /><span style="color: #999999;">'.WPFunctions::get()->__("Add your postal address here!", 'mailpoet').'</span></p>',
|
||||
'styles' =>
|
||||
[
|
||||
'block' =>
|
||||
@ -1108,7 +1108,7 @@ class Engineering {
|
||||
],
|
||||
'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' =>
|
||||
@ -1245,7 +1245,7 @@ class Engineering {
|
||||
],
|
||||
'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