deactivationSurvey
7 years ago
emails
6 years ago
form
6 years ago
newsletter
6 years ago
subscribers
6 years ago
woocommerce
6 years ago
automatic_emails.html
6 years ago
blank.html
8 years ago
experimental-features.html
7 years ago
forms.html
6 years ago
help.html
7 years ago
index.html
8 years ago
index.php
9 years ago
layout.html
6 years ago
mp2migration.html
7 years ago
mss_pitch_translations.html
6 years ago
newsletters.html
6 years ago
premium.html
6 years ago
revenue_tracking_permission.html
6 years ago
segments.html
6 years ago
settings.html
6 years ago
update.html
7 years ago
welcome_wizard.html
6 years ago
woocommerce_list_import.html
7 years ago
help.html
79 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | |
| 5 | <h1 class="title"><%= __('Help') %></h1> |
| 6 | |
| 7 | <div id="mailpoet_help"> |
| 8 | |
| 9 | <script type="text/javascript"> |
| 10 | var systemInfoData = <%= json_encode(systemInfoData) %>; |
| 11 | var systemStatusData = <%= json_encode(systemStatusData) %>; |
| 12 | </script> |
| 13 | |
| 14 | <div id="help_container"></div> |
| 15 | |
| 16 | </div> |
| 17 | |
| 18 | <% endblock %> |
| 19 | <% block translations %> |
| 20 | <%= localize({ |
| 21 | 'tabKnowledgeBaseTitle': __('Knowledge Base'), |
| 22 | 'tabSystemInfoTitle': __('System Info'), |
| 23 | 'tabSystemStatusTitle': __('System Status'), |
| 24 | 'tabYourPrivacyTitle': __('Your Privacy'), |
| 25 | 'systemStatusIntroCron': __('For the plugin to work, it must be able to establish connection with the task scheduler.'), |
| 26 | 'systemStatusIntroCronMSS': __('For the plugin to work, it must be able to establish connection with the task scheduler and the key activation/MailPoet sending service.'), |
| 27 | 'systemStatusCronTitle': __('Task Scheduler'), |
| 28 | 'systemStatusMSSTitle': __('Key Activation and MailPoet Sending Service'), |
| 29 | 'systemStatusConnectionSuccessful': __('Connection successful.'), |
| 30 | 'systemStatusConnectionUnsuccessful': __('Connection unsuccessful.'), |
| 31 | 'systemStatusCronConnectionUnsuccessfulInfo': __('Please consult our [link]knowledge base article[/link] for troubleshooting tips.'), |
| 32 | 'systemStatusMSSConnectionUnsuccessfulInfo': __('Please contact our technical support for assistance.'), |
| 33 | 'knowledgeBaseIntro': __('Click on one of these categories below to find more information:'), |
| 34 | 'knowledgeBaseButton': __('Visit our Knowledge Base for more articles'), |
| 35 | 'systemInfoIntro': __('The information below is useful when you need to get in touch with our support. Just copy all the text below and paste it into a message to us.'), |
| 36 | 'systemInfoDataError': __('Sorry, there was an error, please try again later.'), |
| 37 | 'systemStatusCronStatusTitle': __('Cron'), |
| 38 | 'systemStatusQueueTitle': __('Sending Queue'), |
| 39 | 'yourPrivacyContent1': __('MailPoet respects your privacy. We don’t track any information about your website or yourself without your explicit consent.'), |
| 40 | 'yourPrivacyContent2': __('We track information, like your email & IP address, if you answer a survey in the plugin thanks to third party services, like PollDaddy for example.'), |
| 41 | 'yourPrivacyContent3': __('If you send with MailPoet, we track data that is used to ensure that the service works correctly.'), |
| 42 | 'yourPrivacyButton': __('Read our Privacy Notice'), |
| 43 | 'lastUpdated': _x('Last updated', 'A label in a status table e.g. Last updated: 2018-10-18 18:50'), |
| 44 | 'lastRunStarted': _x('Last run started', 'A label in a status table e.g. Last run started: 2018-10-18 18:50'), |
| 45 | 'lastRunCompleted': _x('Last run completed', 'A label in a status table e.g. Last run completed: 2018-10-18 18:50'), |
| 46 | 'lastSeenError': _x('Last seen error', 'A label in a status table e.g. Last seen error: Process timeout'), |
| 47 | 'lastSeenErrorDate': _x('Last seen error date', 'A label in a status table e.g. Last seen error date: 2018-10-18 18:50'), |
| 48 | 'unknown': _x('unknown', 'An unknown state is a status table e.g. Last run started: unknown'), |
| 49 | 'accessible': _x('Accessible', 'A label in a status table e.g. Accessible: yes'), |
| 50 | 'status': __('Status'), |
| 51 | 'yes': __('yes'), |
| 52 | 'no': __('no'), |
| 53 | 'none': _x('none', 'An empty state is a status table e.g. Error: none'), |
| 54 | 'running': _x('running', 'A state of a process.'), |
| 55 | 'paused': _x('paused', 'A state of a process.'), |
| 56 | 'cronWaiting': _x('waiting for the next run', 'A state of a process.'), |
| 57 | 'startedAt': _x('Started at', 'A label in a status table e.g. Started at: 2018-10-18 18:50'), |
| 58 | 'sentEmails': _x('Sent emails', 'A label in a status table e.g. Sent emails: 50'), |
| 59 | 'retryAttempt': _x('Retry attempt', 'A label in a status table e.g. Retry attempt: 2'), |
| 60 | 'retryAt': _x('Retry at', 'A label in a status table e.g. Retry at: 2018-10-18 18:50'), |
| 61 | 'error': _x('Error', 'A label in a status table e.g. Error: missing data'), |
| 62 | 'totalCompletedTasks': __('Total completed tasks'), |
| 63 | 'totalScheduledTasks': __('Total scheduled tasks'), |
| 64 | 'totalRunningTasks': __('Total running tasks'), |
| 65 | 'totalPausedTasks': __('Total paused tasks'), |
| 66 | 'scheduledTasks': __('Scheduled tasks'), |
| 67 | 'runningTasks': __('Running tasks'), |
| 68 | 'completedTasks': __('Completed tasks'), |
| 69 | 'type': _x('Type', 'Table column heading for task type.'), |
| 70 | 'email': __('Email'), |
| 71 | 'priority': _x('Priority', 'Table column heading for task priority (number).' ), |
| 72 | 'scheduledAt': __('Scheduled At'), |
| 73 | 'updatedAt': __('Updated At'), |
| 74 | 'nothingToShow': __('Nothing to show.'), |
| 75 | 'preview': _x('Preview', 'Text of a link to email preview page.'), |
| 76 | }) %> |
| 77 | <% endblock %> |
| 78 | |
| 79 |