Add subscription segment support to segment form

[MAILPOET-3471]
This commit is contained in:
Rostislav Wolny
2021-04-08 15:21:01 +02:00
committed by Veljko V
parent cccafb1481
commit 43ab4223af
6 changed files with 79 additions and 0 deletions

View File

@@ -150,6 +150,9 @@
'segmentsTipText': __('segments allow you to group your subscribers by other criteria, such as events and actions.'),
'segmentsTipLink': __('Read more.'),
'segmentsSubscriber': __('has WordPress user role'),
'segmentsActiveSubscription': __('has an active subscription'),
'woocommerceSubscriptions': _x('WooCommerce Subscriptions', 'Dynamic segment creation: User selects this to use any WooCommerce Subscriptions filters'),
'selectWooSubscription': __('Search subscriptions'),
'oneDynamicSegmentTrashed': __('1 segment was moved to the trash.'),
'multipleDynamicSegmentsTrashed': __('%$1d segments were moved to the trash.'),