Add new common translations

This commit is contained in:
Amine Ben hammou
2020-07-02 18:50:40 +02:00
committed by Veljko V
parent a4c5d81b6f
commit 24bfb67915
74 changed files with 204 additions and 205 deletions

View File

@@ -102,7 +102,7 @@ class ClearNews {
1 =>
[
'type' => 'header',
'text' => '<p><a href="[link:newsletter_view_in_browser_url]">View this in your browser.</a></p>',
'text' => '<p><a href="[link:newsletter_view_in_browser_url]">'.WPFunctions::get()->__("View this in your browser.", 'mailpoet').'</a></p>',
'styles' =>
[
'block' =>
@@ -1421,8 +1421,8 @@ class ClearNews {
0 =>
[
'type' => 'text',
'text' => '<p style="text-align: center;"><strong><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a></strong></p>
<p style="text-align: center;"><strong><a href="[link:subscription_manage_url]">Manage your subscription</a></strong></p>',
'text' => '<p style="text-align: center;"><strong><a href="[link:subscription_unsubscribe_url]">'.WPFunctions::get()->__("Unsubscribe", 'mailpoet').'</a></strong></p>
<p style="text-align: center;"><strong><a href="[link:subscription_manage_url]">'.WPFunctions::get()->__("Manage your subscription", 'mailpoet').'</a></strong></p>',
],
1 =>
[
@@ -1715,7 +1715,7 @@ class ClearNews {
],
'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' =>
@@ -1860,7 +1860,7 @@ class ClearNews {
],
'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' =>