geno/wp-content/plugins/mailpoet/generated/twig/75/75e8ff9ca041db525f3957e2c3d891df76415c982d665a3645418c035784be2c.php

103 lines
11 KiB
PHP
Raw Normal View History

2024-02-01 17:24:18 +05:30
<?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;
/* help.html */
class __TwigTemplate_8954bd8b685d4d0f3d5c30a93054f9e0c323f916e761dedb785c098532171d8e extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "layout.html";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$this->parent = $this->loadTemplate("layout.html", "help.html", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
}
// line 3
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 4
echo "
<div id=\"mailpoet_help\">
<script type=\"text/javascript\">
var systemInfoData = ";
// line 8
echo json_encode(($context["systemInfoData"] ?? null));
echo ";
var systemStatusData = ";
// line 9
echo json_encode(($context["systemStatusData"] ?? null));
echo ";
var actionSchedulerData = ";
// line 10
echo json_encode(($context["actionSchedulerData"] ?? null));
echo ";
</script>
<div id=\"help_container\"></div>
</div>
";
// line 17
echo $this->extensions['MailPoet\Twig\I18n']->localize(["tabKnowledgeBaseTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Knowledge Base"), "tabSystemInfoTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("System Info"), "tabSystemStatusTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("System Status"), "tabYourPrivacyTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Your Privacy"), "systemStatusIntroCron" => $this->extensions['MailPoet\Twig\I18n']->translate("For the plugin to work, it must be able to establish connection with the task scheduler."), "systemStatusIntroCronMSS" => $this->extensions['MailPoet\Twig\I18n']->translate("For the plugin to work, it must be able to establish connection with the task scheduler and the key activation/MailPoet Sending Service."), "systemStatusCronTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Task Scheduler"), "systemStatusMSSTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Connection to the MailPoet Sending Service"), "systemStatusConnectionSuccessful" => $this->extensions['MailPoet\Twig\I18n']->translate("Connection successful."), "systemStatusConnectionUnsuccessful" => $this->extensions['MailPoet\Twig\I18n']->translate("Connection unsuccessful."), "systemStatusCronConnectionUnsuccessfulInfo" => $this->extensions['MailPoet\Twig\I18n']->translate("Please consult our [link]knowledge base article[/link] for troubleshooting tips."), "systemStatusMSSConnectionUnsuccessfulInfo" => $this->extensions['MailPoet\Twig\I18n']->translate("Please contact our technical support for assistance."), "systemStatusMSSConnectionCanConnect" => $this->extensions['MailPoet\Twig\I18n']->translate("Your installation can connect to our sending service."), "systemStatusMSSConnectionCanNotConnect" => $this->extensions['MailPoet\Twig\I18n']->translate("Currently, your installation can not reach the sending service. If you want to use our service please consult our [link]knowledge base article[/link] for troubleshooting tips."), "knowledgeBaseIntro" => $this->extensions['MailPoet\Twig\I18n']->translate("Click on one of these categories below to find more information:"), "knowledgeBaseButton" => $this->extensions['MailPoet\Twig\I18n']->translate("Visit our Knowledge Base for more articles"), "systemInfoIntro" => $this->extensions['MailPoet\Twig\I18n']->translate("The information below is useful when you need to get in touch with our support. Just copy all the text below and paste it into a message to us."), "systemInfoDataError" => $this->extensions['MailPoet\Twig\I18n']->translate("Sorry, there was an error, please try again later."), "copyToClipboard" => $this->extensions['MailPoet\Twig\I18n']->translate("Copy to clipboard"), "copyToClipboardSuccess" => $this->extensions['MailPoet\Twig\I18n']->translate("Copied to clipboard."), "copyToClipboardFailure" => $this->extensions['MailPoet\Twig\I18n']->translate("Could not copy to clipboard."), "systemStatusCronStatusTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Cron"), "systemStatusQueueTitle" => $this->extensions['MailPoet\Twig\I18n']->translate("Sending Queue"), "yourPrivacyContent1" => $this->extensions['MailPoet\Twig\I18n']->translate("MailPoet respects your privacy. We dont track any information about your website or yourself without your explicit consent."), "yourPrivacyContent2" => $this->extensions['MailPoet\Twig\I18n']->translate("Third-party services used within the plugin may track information such as your email & IP address."), "yourPrivacyContent3" => $this->extensions['MailPoet\Twig\I18n']->translate("If you send with MailPoet, we track data that is used to ensure that the service works correctly."), "yourPrivacyButton" => $this->extensions['MailPoet\Twig\I18n']->translate("Read our Privacy Notice"), "lastUpdated" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Last updated", "A label in a status table e.g. Last updated: 2018-10-18 18:50"), "lastRunStarted" => $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Last run star
// line 85
echo "
";
}
public function getTemplateName()
{
return "help.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 76 => 85, 74 => 17, 64 => 10, 60 => 9, 56 => 8, 50 => 4, 46 => 3, 35 => 1,);
}
public function getSourceContext()
{
return new Source("", "help.html", "/home/circleci/mailpoet/mailpoet/views/help.html");
}
}