66 lines
31 KiB
PHP
66 lines
31 KiB
PHP
|
<?php
|
||
|
|
||
|
if (!defined('ABSPATH')) exit;
|
||
|
|
||
|
|
||
|
use MailPoetVendor\Twig\Environment;
|
||
|
use MailPoetVendor\Twig\Error\LoaderError;
|
||
|
use MailPoetVendor\Twig\Error\RuntimeError;
|
||
|
use MailPoetVendor\Twig\Extension\SandboxExtension;
|
||
|
use MailPoetVendor\Twig\Markup;
|
||
|
use MailPoetVendor\Twig\Sandbox\SecurityError;
|
||
|
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError;
|
||
|
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError;
|
||
|
use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError;
|
||
|
use MailPoetVendor\Twig\Source;
|
||
|
use MailPoetVendor\Twig\Template;
|
||
|
|
||
|
/* settings_translations.html */
|
||
|
class __TwigTemplate_ac817dfd1e8dd75a0b226a1f7ca4b088662e648d3cb663850d54f18c3b815a3a extends Template
|
||
|
{
|
||
|
private $source;
|
||
|
private $macros = [];
|
||
|
|
||
|
public function __construct(Environment $env)
|
||
|
{
|
||
|
parent::__construct($env);
|
||
|
|
||
|
$this->source = $this->getSourceContext();
|
||
|
|
||
|
$this->parent = false;
|
||
|
|
||
|
$this->blocks = [
|
||
|
];
|
||
|
}
|
||
|
|
||
|
protected function doDisplay(array $context, array $blocks = [])
|
||
|
{
|
||
|
$macros = $this->macros;
|
||
|
// line 1
|
||
|
echo $this->extensions['MailPoet\Twig\I18n']->localize(["settings" => $this->extensions['MailPoet\Twig\I18n']->translate("Settings"), "basicsTab" => $this->extensions['MailPoet\Twig\I18n']->translate("Basics"), "signupConfirmationTab" => $this->extensions['MailPoet\Twig\I18n']->translate("Sign-up Confirmation"), "sendWithTab" => $this->extensions['MailPoet\Twig\I18n']->translate("Send With..."), "wooCommerceTab" => $this->extensions['MailPoet\Twig\I18n']->translate("WooCommerce"), "advancedTab" => $this->extensions['MailPoet\Twig\I18n']->translate("Advanced"), "keyActivationTab" => $this->extensions['MailPoet\Twig\I18n']->translate("Key Activation"), "saveSettings" => $this->extensions['MailPoet\Twig\I18n']->translate("Save settings"), "settingsSaved" => $this->extensions['MailPoet\Twig\I18n']->translate("Settings saved"), "defaultSenderTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Default sender"), "defaultSenderDescription" => $this->extensions['MailPoet\Twig\I18n']->translate("These email addresses will be selected by default for each new email."), "from" => $this->extensions['MailPoet\Twig\I18n']->translate("From"), "yourName" => $this->extensions['MailPoet\Twig\I18n']->translate("Your name"), "replyTo" => $this->extensions['MailPoet\Twig\I18n']->translate("Reply-to"), "subscribeInCommentsTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Subscribe in comments"), "subscribeInCommentsDescription" => $this->extensions['MailPoet\Twig\I18n']->translate("Visitors that comment on a post can subscribe to your list via a checkbox."), "subscribeInRegistrationTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Subscribe in registration form"), "subscribeInRegistrationDescription" => $this->extensions['MailPoet\Twig\I18n']->translate("Allow users who register as a WordPress user on your website to subscribe to a MailPoet list (in addition to the \"WordPress Users\" list). This also enables WordPress users to receive confirmation emails (if sign-up confirmation is enabled)."), "usersWillBeSubscribedTo" => $this->extensions['MailPoet\Twig\I18n']->translate("Users will be subscribed to these lists:"), "yesAddMe" => $this->extensions['MailPoet\Twig\I18n']->translate("Yes, add me to your mailing list"), "chooseList" => $this->extensions['MailPoet\Twig\I18n']->translate("Choose a list"), "manageSubTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Manage Subscription page"), "manageSubDescription1" => $this->extensions['MailPoet\Twig\I18n']->translate("When your subscribers click the \"Manage your subscription\" link, they will be directed to this page."), "manageSubDescription2" => $this->extensions['MailPoet\Twig\I18n']->translate("Want to use a custom Subscription page? Check out our [link]Knowledge Base[/link] for instructions."), "previewPage" => $this->extensions['MailPoet\Twig\I18n']->translate("Preview page"), "preview" => $this->extensions['MailPoet\Twig\I18n']->translate("Preview"), "leaveEmptyToDisplayAll" => $this->extensions['MailPoet\Twig\I18n']->translate("Leave this field empty to display all lists"), "hideListFromManageSubPage" => $this->extensions['MailPoet\Twig\I18n']->translate("To hide a list from the Manage Subscription page, go to [link]Lists[/link] and edit the one you want to hide."), "reEngagementTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Re-engagement page"), "reEngagementDescription" => $this->extensions['MailPoet\Twig\I18n']->translate("Thank your subscribers reactivated by the Re-engagement email for their continued interest in your emails."), "unsubscribeTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Unsubscribe page"), "unsubscribeDescription1" => $this->extensions['MailPoet\Twig\I18n']->translate("When your subscribers click the \"Unsubscribe\" link, they will be directed to a confirmation page. After confirming, the success page will be shown. These pages must contain the [mailpoet_page] shortcode."), "unsubscribeDescription2" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("[link]Learn more ab
|
||
|
// line 246
|
||
|
echo "
|
||
|
";
|
||
|
}
|
||
|
|
||
|
public function getTemplateName()
|
||
|
{
|
||
|
return "settings_translations.html";
|
||
|
}
|
||
|
|
||
|
public function isTraitable()
|
||
|
{
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
public function getDebugInfo()
|
||
|
{
|
||
|
return array ( 39 => 246, 37 => 1,);
|
||
|
}
|
||
|
|
||
|
public function getSourceContext()
|
||
|
{
|
||
|
return new Source("", "settings_translations.html", "/home/circleci/mailpoet/mailpoet/views/settings_translations.html");
|
||
|
}
|
||
|
}
|