Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_unprocessedSegmentMessage.twig « templates « SegmentEditor « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4c8891dfdea12a8ddcfdb4109bb3067811a9d494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>