subscribers.html
129 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | <div id="subscribers_container"></div> |
| 5 | |
| 6 | <script type="text/javascript"> |
| 7 | var mailpoet_listing_per_page = <%= items_per_page %>; |
| 8 | var mailpoet_segments = <%= json_encode(segments) %>; |
| 9 | var mailpoet_custom_fields = <%= json_encode(custom_fields) %>; |
| 10 | var mailpoet_month_names = <%= json_encode(month_names) %>; |
| 11 | var mailpoet_date_formats = <%= json_encode(date_formats) %>; |
| 12 | </script> |
| 13 | |
| 14 | <%= localize({ |
| 15 | 'bouncedSubscribersHelp': __("Email addresses that are invalid or don't exist anymore are called \"bounced addresses\". It's a good practice not to send emails to bounced addresses to keep a good reputation with spam filters. Send your emails with MailPoet and we'll automatically ensure to keep a list of bounced addresses without any setup."), |
| 16 | 'bouncedSubscribersPremiumButtonText': __('Get premium version!'), |
| 17 | 'edit': __('Edit'), |
| 18 | 'trash': __('Trash'), |
| 19 | 'moveToTrash': __('Move to trash'), |
| 20 | 'showMoreDetails': __('Show more details'), |
| 21 | 'lastEngagement': __('Last engagement'), |
| 22 | 'never': _x('never', 'when was the last time the subscriber engaged with the website?'), |
| 23 | |
| 24 | 'email': __('E-mail'), |
| 25 | 'firstname': __('First name'), |
| 26 | 'lastname': __('Last name'), |
| 27 | 'status': __('Status'), |
| 28 | 'unconfirmed': __('Unconfirmed'), |
| 29 | 'subscribed': __('Subscribed'), |
| 30 | 'unsubscribed': __('Unsubscribed'), |
| 31 | 'inactive': __('Inactive'), |
| 32 | 'bounced': __('Bounced'), |
| 33 | 'selectList': __('Select a list'), |
| 34 | 'unsubscribedOn': __('Unsubscribed on %1$s'), |
| 35 | 'subscriberUpdated': __('Subscriber was updated successfully!'), |
| 36 | 'subscriberAdded': __('Subscriber was added successfully!'), |
| 37 | 'welcomeEmailTip': __('This subscriber will receive Welcome Emails if any are active for your lists.'), |
| 38 | |
| 39 | 'unsubscribedNewsletter': __('Unsubscribed at %1$d, from newsletter [link].'), |
| 40 | 'unsubscribedManage': __('Unsubscribed at %1$d, using the “Manage my Subscription” page.'), |
| 41 | 'unsubscribedAdmin': __('Unsubscribed at %1$d, by admin "%2$d".'), |
| 42 | 'unsubscribedMpApi': __('Unsubscribed at %1$d, via the MP API.'), |
| 43 | 'unsubscribedUnknown': __('Unsubscribed at %1$d, for an unknown reason.'), |
| 44 | |
| 45 | 'subscriber': __('Subscriber'), |
| 46 | 'status': __('Status'), |
| 47 | 'lists': __('Lists'), |
| 48 | 'statisticsColumn': __('Score'), |
| 49 | 'subscribedOn': __('Subscribed on'), |
| 50 | 'createdOn': __('Created on'), |
| 51 | 'lastModifiedOn': __('Last modified on'), |
| 52 | 'oneSubscriberTrashed': __('1 subscriber was moved to the trash.'), |
| 53 | 'multipleSubscribersTrashed': __('%1$d subscribers were moved to the trash.'), |
| 54 | 'oneSubscriberDeleted': __('1 subscriber was permanently deleted.'), |
| 55 | 'multipleSubscribersDeleted': __('%1$d subscribers were permanently deleted.'), |
| 56 | 'oneSubscriberRestored': __('1 subscriber has been restored from the trash.'), |
| 57 | 'multipleSubscribersRestored': __('%1$d subscribers have been restored from the trash.'), |
| 58 | 'moveToList': __('Move to list...'), |
| 59 | 'multipleSubscribersMovedToList': __('%1$d subscribers were moved to list <strong>%2$s</strong>'), |
| 60 | 'addToList': __('Add to list...'), |
| 61 | 'multipleSubscribersAddedToList': __('%1$d subscribers were added to list <strong>%2$s</strong>.'), |
| 62 | 'removeFromList': __('Remove from list...'), |
| 63 | 'multipleSubscribersRemovedFromList': __('%1$d subscribers were removed from list <strong>%2$s</strong>'), |
| 64 | 'removeFromAllLists': __('Remove from all lists'), |
| 65 | 'unsubscribe': _x('Unsubscribe', 'This is an action on the subscribers page'), |
| 66 | 'unsubscribeConfirm': __('This action will unsubscribe %s subscribers from all lists. This action cannot be undone. Are you sure, you want to continue?'), |
| 67 | 'multipleSubscribersRemovedFromAllLists': __('%1$d subscribers were removed from all lists.'), |
| 68 | 'resendConfirmationEmail': __('Resend confirmation email'), |
| 69 | 'oneConfirmationEmailSent': __('1 confirmation email has been sent.'), |
| 70 | 'listsToWhichSubscriberWasSubscribed': __('Lists to which the subscriber was subscribed.'), |
| 71 | 'WPUsersSegment': __('WordPress Users'), |
| 72 | 'WPUserEditNotice': __('This subscriber is a registered WordPress user. [link]Edit their profile[/link] to change their email.'), |
| 73 | 'statsListingActionTitle': __('Statistics'), |
| 74 | 'statsHeading': _x('Stats: %s', 'This is a heading for the subscribers statistics page example: "Stats: mailpoet@example.com"'), |
| 75 | 'statsSentEmail': __('Sent email'), |
| 76 | 'statsOpened': __('Opened'), |
| 77 | 'statsMachineOpened': _x('Machine-opened', 'Percentage of newsletters that were opened by a machine'), |
| 78 | 'statsMachineOpenedTooltip': __('A machine-opened email is an email opened by a computer in the background without the user’s explicit request or knowledge. [link]Read more[/link]'), |
| 79 | 'statsClicked': __('Clicked'), |
| 80 | 'statsNotClicked': __('Not opened'), |
| 81 | 'tip': __('Tip:'), |
| 82 | 'customFieldsTip': __('Need to add new fields, like a telephone number or street address? You can add custom fields by editing the subscription form on the Forms page.'), |
| 83 | 'year': __('Year'), |
| 84 | 'month': __('Month'), |
| 85 | 'day': __('Day'), |
| 86 | 'save': __('Save'), |
| 87 | 'backToList': __('Back'), |
| 88 | 'premiumFeature': __('This is a Premium feature'), |
| 89 | 'upgradeRequired': __('Upgrade required'), |
| 90 | 'freeLimitReached': __('Congratulations, you now have [subscribersCount] subscribers! Our free version is limited to [subscribersLimit] subscribers. You need to upgrade now to be able to continue using MailPoet.'), |
| 91 | 'planLimitReached': __('Congratulations, you now have [subscribersCount] subscribers! Your plan is limited to [subscribersLimit] subscribers. You need to upgrade now to be able to continue using MailPoet.'), |
| 92 | 'premiumBannerCtaFree': __('Upgrade'), |
| 93 | 'premiumBannerCtaUpgrade': __('Upgrade Now'), |
| 94 | 'premiumFeatureDescription': __('Your current MailPoet plan includes advanced features, but they require the MailPoet Premium plugin to be installed and activated.'), |
| 95 | 'premiumFeatureButtonDownloadPremium': __('Download MailPoet Premium plugin'), |
| 96 | 'premiumFeatureButtonActivatePremium': __('Activate MailPoet Premium plugin'), |
| 97 | 'premiumFeatureDescriptionSubscribersLimitReached': __('Congratulations, you now have [subscribersCount] subscribers! Your plan is limited to [subscribersLimit] subscribers. You need to upgrade now to be able to continue using MailPoet.'), |
| 98 | 'premiumFeatureButtonUpgradePlan': __('Upgrade your plan'), |
| 99 | 'columnAction': _x('Action', 'Table column label for subscriber actions e.g. email open, link clicked'), |
| 100 | 'columnActionOn': _x('Action on', 'Table column label for date when subscriber action happened'), |
| 101 | 'columnCount': _x('Count', 'Table column label for count of subscriber actions'), |
| 102 | 'unknownBadgeName': __('Unknown'), |
| 103 | 'unknownBadgeTooltip': __('Not enough data.'), |
| 104 | 'tooltipUnknown': __('Fewer than 3 emails sent'), |
| 105 | 'excellentBadgeName': __('Excellent'), |
| 106 | 'excellentBadgeTooltip': __('Congrats!'), |
| 107 | 'tooltipExcellent': __('Read 50% or more of sent emails'), |
| 108 | 'goodBadgeName': __('Good'), |
| 109 | 'goodBadgeTooltip': __('Good stuff.'), |
| 110 | 'tooltipGood': __('Read between 20 and 50% of sent emails'), |
| 111 | 'averageBadgeName': __('Low'), |
| 112 | 'averageBadgeTooltip': __('Something to improve.'), |
| 113 | 'tooltipAverage': __('Read 20% or fewer of sent emails'), |
| 114 | 'engagementScoreDescription': __('Average percent of emails subscribers read in the last year'), |
| 115 | |
| 116 | 'recalculateNow': __('Recalculate now'), |
| 117 | 'tags': __('Tags'), |
| 118 | 'addNewTag': __('Add new tag'), |
| 119 | 'tagAddedToMultipleSubscribers': __('Tag <strong>%1$s</strong> was added to %2$d subscribers.'), |
| 120 | 'tagRemovedFromMultipleSubscribers': __('Tag <strong>%1$s</strong> was removed from %2$d subscribers.'), |
| 121 | 'addTag': __('Add tag...'), |
| 122 | 'removeTag': __('Remove tag...'), |
| 123 | }) %> |
| 124 | <% endblock %> |
| 125 | |
| 126 | <% block after_translations %> |
| 127 | <%= do_action('mailpoet_subscribers_translations_after') %> |
| 128 | <% endblock %> |
| 129 |