oont-contents/plugins/mailpoet-premium/views/newsletters/campaign_stats.html
2025-02-08 15:10:23 +01:00

34 lines
2.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script type="text/javascript">
var mailpoet_shortcode_links = <%= json_encode(shortcode_links) %>;
</script>
<%= localize({
'revenueStatsTooltip': __('Revenues generated by customers who made a purchase within two weeks after they clicked on this email. This is the sum of the order totals including shipping and taxes.'),
'revenuesStats': _x('%1s from %2s orders', 'For example: "£451 from 3 orders"'),
'productsSold': __('Products Sold'),
'noProducts1': __('Unfortunately, no products were sold as a result of this email!'),
'noProducts2': __('For best practice tips, check out our [link]guide to WooCommerce follow up emails[/link].'),
'noProducts3': __('Or, if you havent tried out the products widget yet, [link]heres how to get started[/link].'),
'nProductsSold': _x('%1s products sold', 'For example: "5 products sold"'),
'totalNetRevenue': _x('Total net revenue %1s', 'For example: "Total net revenue £25.32"'),
'noClickedLinksFound': __('No clicked links found'),
'linkColumn': __('Link'),
'uniqueClicksColumn': __('Unique clicks'),
'loadingEngagementItems': __('Loading data...'),
'noEngagementItemsFound': __('No engagement data found'),
'noBouncesItemsFound': _x('No bounces found', 'A notice, when no bounces (w.wiki/45Qc) exist for an email.'),
'subscriberColumn': __('Subscriber'),
'statusColumn': __('Status'),
'dateAndTimeColumn': __('Date and time'),
'opened': _x('Opened', 'Subscriber engagement status - subscriber opened a newsletter'),
'machine-opened': _x('Machine-opened', 'Subscriber engagement status - machine opened a newsletter'),
'clicked': _x('Clicked', 'Subscriber engagement status - subscriber clicked a newsletter link'),
'unsubscribed': _x('Unsubscribed', 'Subscriber engagement status - subscriber unsubscribed from a newsletter'),
'bounced': _x('Bounced', 'Subscriber status - subscriber bounced (w.wiki/45Qc) from a newsletter'),
'unopened': _x('Unopened', 'Subscriber engagement status - subscriber did not open a newsletter'),
'createSegment': _x('Create Segment', 'Button label on Subscriber engagement page'),
'savingSegment': __('Saving...'),
'successMessage': __('Segment "%s" created. [link]Create and send an email to it.[/link]'),
'segmentExists': __('Segment already exists.'),
'deletedSubscriber': _x('Deleted subscriber', 'A fallback for an email of a deleted subscriber')
}) %>