Remove old translations
This commit is contained in:
committed by
Veljko V
parent
12ae18c87e
commit
a4c5d81b6f
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Config\PopulatorData\Templates;
|
||||
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
|
||||
class NewsletterBlank121Column {
|
||||
|
||||
private $assets_url;
|
||||
@ -59,7 +59,7 @@ class NewsletterBlank121Column {
|
||||
"blocks" => [
|
||||
[
|
||||
"type" => "header",
|
||||
"text" => WPFunctions::get()->__("<a href=\"[link:newsletter_view_in_browser_url]\">View this in your browser.</a>", 'mailpoet'),
|
||||
"text" => '<a href="[link:newsletter_view_in_browser_url]">View this in your browser.</a>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -318,7 +318,7 @@ class NewsletterBlank121Column {
|
||||
],
|
||||
[
|
||||
"type" => "footer",
|
||||
"text" => WPFunctions::get()->__("<p><a href=\"[link:subscription_unsubscribe_url]\">Unsubscribe</a> | <a href=\"[link:subscription_manage_url]\">Manage your subscription</a><br />Add your postal address here!</p>", 'mailpoet'),
|
||||
"text" => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a> | <a href="[link:subscription_manage_url]">Manage your subscription</a><br />Add your postal address here!</p>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -379,7 +379,4 @@ class NewsletterBlank121Column {
|
||||
private function getThumbnail() {
|
||||
return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Config\PopulatorData\Templates;
|
||||
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
|
||||
class NewsletterBlank12Column {
|
||||
|
||||
private $assets_url;
|
||||
@ -59,7 +59,7 @@ class NewsletterBlank12Column {
|
||||
"blocks" => [
|
||||
[
|
||||
"type" => "header",
|
||||
"text" => WPFunctions::get()->__("<a href=\"[link:newsletter_view_in_browser_url]\">View this in your browser.</a>", 'mailpoet'),
|
||||
"text" => '<a href="[link:newsletter_view_in_browser_url]">View this in your browser.</a>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -258,7 +258,7 @@ class NewsletterBlank12Column {
|
||||
],
|
||||
[
|
||||
"type" => "footer",
|
||||
"text" => WPFunctions::get()->__("<p><a href=\"[link:subscription_unsubscribe_url]\">Unsubscribe</a> | <a href=\"[link:subscription_manage_url]\">Manage your subscription</a><br />Add your postal address here!</p>", 'mailpoet'),
|
||||
"text" => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a> | <a href="[link:subscription_manage_url]">Manage your subscription</a><br />Add your postal address here!</p>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -319,7 +319,4 @@ class NewsletterBlank12Column {
|
||||
private function getThumbnail() {
|
||||
return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Config\PopulatorData\Templates;
|
||||
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
|
||||
class NewsletterBlank13Column {
|
||||
|
||||
private $assets_url;
|
||||
@ -59,7 +59,7 @@ class NewsletterBlank13Column {
|
||||
"blocks" => [
|
||||
[
|
||||
"type" => "header",
|
||||
"text" => WPFunctions::get()->__("<a href=\"[link:newsletter_view_in_browser_url]\">View this in your browser.</a>", 'mailpoet'),
|
||||
"text" => '<a href="[link:newsletter_view_in_browser_url]">View this in your browser.</a>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -281,7 +281,7 @@ class NewsletterBlank13Column {
|
||||
],
|
||||
[
|
||||
"type" => "footer",
|
||||
"text" => WPFunctions::get()->__("<p><a href=\"[link:subscription_unsubscribe_url]\">Unsubscribe</a> | <a href=\"[link:subscription_manage_url]\">Manage your subscription</a><br />Add your postal address here!</p>", 'mailpoet'),
|
||||
"text" => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a> | <a href="[link:subscription_manage_url]">Manage your subscription</a><br />Add your postal address here!</p>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -342,7 +342,4 @@ class NewsletterBlank13Column {
|
||||
private function getThumbnail() {
|
||||
return $this->external_template_image_url . '/thumbnail.20190930.jpg';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Config\PopulatorData\Templates;
|
||||
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
|
||||
class NewsletterBlank1Column {
|
||||
|
||||
private $assets_url;
|
||||
@ -59,7 +59,7 @@ class NewsletterBlank1Column {
|
||||
"blocks" => [
|
||||
[
|
||||
"type" => "header",
|
||||
"text" => WPFunctions::get()->__("<a href=\"[link:newsletter_view_in_browser_url]\">View this in your browser.</a>", 'mailpoet'),
|
||||
"text" => '<a href="[link:newsletter_view_in_browser_url]">View this in your browser.</a>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -197,7 +197,7 @@ class NewsletterBlank1Column {
|
||||
],
|
||||
[
|
||||
"type" => "footer",
|
||||
"text" => WPFunctions::get()->__("<p><a href=\"[link:subscription_unsubscribe_url]\">Unsubscribe</a> | <a href=\"[link:subscription_manage_url]\">Manage your subscription</a><br />Add your postal address here!</p>", 'mailpoet'),
|
||||
"text" => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a> | <a href="[link:subscription_manage_url]">Manage your subscription</a><br />Add your postal address here!</p>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -258,6 +258,4 @@ class NewsletterBlank1Column {
|
||||
private function getThumbnail() {
|
||||
return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -284,7 +284,7 @@ class PostNotificationsBlank1Column {
|
||||
],
|
||||
[
|
||||
"type" => "footer",
|
||||
"text" => WPFunctions::get()->__("<p><a href=\"[link:subscription_unsubscribe_url]\">Unsubscribe</a> | <a href=\"[link:subscription_manage_url]\">Manage your subscription</a><br />Add your postal address here!</p>", 'mailpoet'),
|
||||
"text" => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a> | <a href="[link:subscription_manage_url]">Manage your subscription</a><br />Add your postal address here!</p>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
|
@ -142,7 +142,7 @@ class SimpleText {
|
||||
],
|
||||
[
|
||||
"type" => "footer",
|
||||
"text" => WPFunctions::get()->__("<p><a href=\"[link:subscription_unsubscribe_url]\">Unsubscribe</a> | <a href=\"[link:subscription_manage_url]\">Manage your subscription</a><br />Add your postal address here!</p>", 'mailpoet'),
|
||||
"text" => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a> | <a href="[link:subscription_manage_url]">Manage your subscription</a><br />Add your postal address here!</p>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Config\PopulatorData\Templates;
|
||||
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
|
||||
|
||||
class WelcomeBlank12Column {
|
||||
|
||||
private $assets_url;
|
||||
@ -59,7 +59,7 @@ class WelcomeBlank12Column {
|
||||
"blocks" => [
|
||||
[
|
||||
"type" => "header",
|
||||
"text" => WPFunctions::get()->__("<a href=\"[link:newsletter_view_in_browser_url]\">View this in your browser.</a>", 'mailpoet'),
|
||||
"text" => '<a href="[link:newsletter_view_in_browser_url]">View this in your browser.</a>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -288,7 +288,7 @@ class WelcomeBlank12Column {
|
||||
],
|
||||
[
|
||||
"type" => "footer",
|
||||
"text" => WPFunctions::get()->__("<p><a href=\"[link:subscription_unsubscribe_url]\">Unsubscribe</a> | <a href=\"[link:subscription_manage_url]\">Manage your subscription</a><br />Add your postal address here!</p>", 'mailpoet'),
|
||||
"text" => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a> | <a href="[link:subscription_manage_url]">Manage your subscription</a><br />Add your postal address here!</p>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -349,5 +349,4 @@ class WelcomeBlank12Column {
|
||||
private function getThumbnail() {
|
||||
return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ class WelcomeBlank1Column {
|
||||
"blocks" => [
|
||||
[
|
||||
"type" => "header",
|
||||
"text" => WPFunctions::get()->__("<a href=\"[link:newsletter_view_in_browser_url]\">View this in your browser.</a>", 'mailpoet'),
|
||||
"text" => '<a href="[link:newsletter_view_in_browser_url]">View this in your browser.</a>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
@ -197,7 +197,7 @@ class WelcomeBlank1Column {
|
||||
],
|
||||
[
|
||||
"type" => "footer",
|
||||
"text" => WPFunctions::get()->__("<p><a href=\"[link:subscription_unsubscribe_url]\">Unsubscribe</a> | <a href=\"[link:subscription_manage_url]\">Manage your subscription</a><br />Add your postal address here!</p>", 'mailpoet'),
|
||||
"text" => '<p><a href="[link:subscription_unsubscribe_url]">Unsubscribe</a> | <a href="[link:subscription_manage_url]">Manage your subscription</a><br />Add your postal address here!</p>',
|
||||
"styles" => [
|
||||
"block" => [
|
||||
"backgroundColor" => "transparent",
|
||||
|
Reference in New Issue
Block a user