automation
4 months ago
deactivationPoll
2 years ago
emails
3 years ago
form
8 months ago
newsletter
9 months ago
segments
1 year ago
subscribers
11 months ago
subscription
11 months ago
upgrade
1 year ago
woocommerce
1 year ago
analytics.html
2 years ago
automation.html
2 years ago
blank.html
2 years ago
experimental-features.html
4 years ago
forms.html
1 year ago
help.html
1 year ago
homepage.html
2 years ago
index.php
3 years ago
landingpage.html
2 years ago
layout.html
9 months ago
logs.html
1 year ago
mss_pitch_translations.html
3 years ago
newsletters.html
1 year ago
parsley-translations.html
2 years ago
premium_key_validation_strings.html
3 years ago
settings.html
2 years ago
settings_translations.html
9 months ago
upgrade_tiers.html
1 year ago
welcome_wizard.html
1 year ago
woo_system_info.html
3 years ago
woocommerce_setup.html
1 year ago
mss_pitch_translations.html
27 lines
| 1 | <%= localize({ |
| 2 | 'welcomeWizardMSSFirstPartTitle': _x('Connect your MailPoet account', 'Promotion for our email sending service: Title'), |
| 3 | 'welcomeWizardMSSFirstPartSubtitle': _x('To start sending emails, create and connect a MailPoet account with your site. With a MailPoet account, you’ll get:', 'Promotion for our email sending service: Paragraph'), |
| 4 | 'welcomeWizardMSSList1': _x('Emails that reach inboxes, not spam boxes', 'Promotion for our email sending service: Feature item'), |
| 5 | 'welcomeWizardMSSList2': _x('Less hassle setting up, as we would manage all the configurations', 'Promotion for our email sending service: Feature item'), |
| 6 | 'welcomeWizardMSSList3Free': _x('Start sending for free and scale as you grow', 'Promotion for our email sending service: Feature item'), |
| 7 | 'welcomeWizardMSSList3Paid': _x('Super fast: send up to 50,000 emails per hour', 'Promotion for our email sending service: Feature item'), |
| 8 | 'welcomeWizardMSSFirstPartButton': _x('Connect MailPoet', 'Promotion for our email sending service: Button'), |
| 9 | 'welcomeWizardMSSAdvancedUsers': _x('(For advanced users) You can choose to use MailPoet with your own email delivery service. [link]I’ll set up my own email service[/link].', 'Promotion for our email sending service: message for users about not using MSS'), |
| 10 | 'welcomeWizardMSSConfirmationModalTitle': _x('Confirm sending service selection', 'Promotion for our email sending service: title of the modal where the user confirms that they want to use their own sending service'), |
| 11 | 'welcomeWizardMSSConfirmationModalFirstParagraph': _x('Are you sure that you would like to continue using your own email delivery service? This would require configuring your web host or a third-party email delivery service to work with the MailPoet plugin.', 'Promotion for our email sending service: first paragraph of the modal where the user confirms that they want to use their own sending service'), |
| 12 | 'welcomeWizardMSSConfirmationModalFirstParagraphWithoutMailFunction': _x('Are you sure that you would like to continue using your own email delivery service? This would require configuring a third-party email delivery service to work with the MailPoet plugin.', 'Promotion for our email sending service: first paragraph of the modal where the user confirms that they want to use their own sending service'), |
| 13 | 'welcomeWizardMSSConfirmationModalSecondParagraph': _x('We do not recommend this option if you are unfamiliar with setting up your own email service.', 'Promotion for our email sending service: second paragraph of the modal where the user confirms that they want to use their own sending service'), |
| 14 | 'welcomeWizardMSSConfirmationModalGoBackButton': _x('Go back', 'Promotion for our email sending service: go back button'), |
| 15 | 'welcomeWizardMSSConfirmationModalOkButton': _x('Yes, I’ll use my own service', 'Promotion for our email sending service: confirm button'), |
| 16 | 'welcomeWizardMSSSecondPartTitle': _x('Activate your MailPoet account', 'Promotion for our email sending service: title of the second part'), |
| 17 | 'welcomeWizardMSSSecondPartEnterKey': __('Enter your activation key to validate your account.'), |
| 18 | 'welcomeWizardMSSSecondPartNoAccount': __('Don’t have one yet? [link]Sign up for a MailPoet plan[/link].'), |
| 19 | 'welcomeWizardMSSSecondPartInputLabel': __('Activation key'), |
| 20 | 'welcomeWizardMSSSecondPartInputPlaceholder': __('Enter your key here'), |
| 21 | 'welcomeWizardMSSSecondPartButton': __('Verify account'), |
| 22 | 'welcomeWizardMSSThirdPartTitle': _x('MailPoet account connected', 'Promotion for our email sending service: title of the third part'), |
| 23 | 'welcomeWizardMSSThirdPartFirstParagraph': __('You have successfully connected your MailPoet account.'), |
| 24 | 'welcomeWizardMSSThirdPartSecondParagraph': __('Start using MailPoet to send beautiful emails that reach inboxes every time, and create loyal subscribers.'), |
| 25 | 'welcomeWizardMSSThirdPartButton': __('Start using MailPoet'), |
| 26 | }) %> |
| 27 |