congratulatoryMssEmail.html
5 months ago
congratulatoryMssEmail.txt
5 months ago
index.php
3 years ago
newSubscriberNotification.html
5 months ago
newSubscriberNotification.txt
5 months ago
statsNotification.html
4 months ago
statsNotification.txt
4 months ago
statsNotificationAutomatedEmails.html
4 months ago
statsNotificationAutomatedEmails.txt
4 months ago
statsNotificationAutomatedEmailsGarden.html
4 months ago
statsNotificationGarden.html
4 months ago
statsNotificationLayout.html
4 months ago
statsNotificationLayout.txt
4 months ago
subscriberLimitThresholdNotification.html
2 months ago
subscriberLimitThresholdNotification.txt
2 months ago
subscriberLimitThresholdNotification.txt
25 lines
| 1 | <%= __('Howdy,') %> |
| 2 | |
| 3 | <%= __('Your site currently has %1$s subscribers out of a %2$s subscriber limit.') |
| 4 | |replace({'%1$s': count, '%2$s': limit}) |
| 5 | %> |
| 6 | |
| 7 | <% if hasValidApiKey %> |
| 8 | <%= __('You have reached %s% of your MailPoet plan’s subscriber limit.') |
| 9 | |replace({'%s': threshold}) |
| 10 | %> |
| 11 | |
| 12 | <%= __('Upgrade your MailPoet plan to keep growing your audience: manage your MailPoet plan.') %> |
| 13 | <%= link_upgrade|raw %> |
| 14 | <% else %> |
| 15 | <%= __('You have reached %s% of the free version’s subscriber limit.') |
| 16 | |replace({'%s': threshold}) |
| 17 | %> |
| 18 | |
| 19 | <%= __('Upgrade to a MailPoet plan to keep growing your audience: view MailPoet plans.') %> |
| 20 | <%= link_upgrade|raw %> |
| 21 | <% endif %> |
| 22 | |
| 23 | <%= __('Cheers,') %> |
| 24 | <%= __('The MailPoet Plugin') %> |
| 25 |