PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,18 @@
{% set visitorLogLinkHtml %}<a href="{{ visitorLogLink }}" target="_blank">{% endset %}
{% if isSegmentToPreprocess %}
<p>
{{ 'SegmentEditor_UnprocessedSegmentNoData1'|translate('<strong>(' ~ segmentName ~ ')</strong>')|raw }}
{{ 'SegmentEditor_UnprocessedSegmentNoData2'|translate }}
</p>
{% else %}
<p>
{{ 'SegmentEditor_CustomUnprocessedSegmentApiError1'|translate }}
{{ 'SegmentEditor_CustomUnprocessedSegmentNoData'|translate }}
</p>
{% endif %}
<p>&nbsp;</p>
<p>
{{ 'SegmentEditor_UnprocessedSegmentInVisitorLog1'|translate(visitorLogLinkHtml, '</a>')|raw }}
{{ 'SegmentEditor_UnprocessedSegmentInVisitorLog2'|translate }}
{{ 'SegmentEditor_UnprocessedSegmentInVisitorLog3'|translate }}
</p>