Cannot be used in conjunction with any other offer.
\n
", 'mailpoet')
+ "text" => __("
Terms and Conditions:
\n
\n
Must be used by midnight EST December 15 2036.
\n
Discount does not include shipping.
\n
Cannot be used in conjunction with any other offer.
\n
", 'mailpoet')
), array(
"type" => "social",
"iconSet" => "grey",
diff --git a/views/form/templates/settings/field_form.hbs b/views/form/templates/settings/field_form.hbs
index 17857dac23..47261f7ad1 100644
--- a/views/form/templates/settings/field_form.hbs
+++ b/views/form/templates/settings/field_form.hbs
@@ -13,7 +13,7 @@
id="field_type"
name="type"
data-parsley-required="true"
- data-parsley-required-message="<%= __('Please specify a type') %>"
+ data-parsley-required-message="<%= __('Please specify a type.') %>"
>
diff --git a/views/forms.html b/views/forms.html
index 8329de0e7c..b24ca85821 100644
--- a/views/forms.html
+++ b/views/forms.html
@@ -21,7 +21,7 @@
'selectedAllLabel': __('All %d forms are selected.'),
'selectAllLink': __('Select all forms on all pages'),
'clearSelection': __('Clear selection'),
- 'permanentlyDeleted': __('%d forms permanently deleted'),
+ 'permanentlyDeleted': __('%d forms permanently deleted.'),
'selectBulkAction': __('Select bulk action'),
'bulkActions': __('Bulk Actions'),
'apply': __('Apply'),
diff --git a/views/newsletter/editor.html b/views/newsletter/editor.html
index ddc717e1cc..fccf179a00 100644
--- a/views/newsletter/editor.html
+++ b/views/newsletter/editor.html
@@ -334,6 +334,7 @@
'previewShouldOpenInNewTab': __('Your preview should open in a new tab. Please ensure your browser is not blocking popups from this page.'),
'newsletterPreview': __('Newsletter Preview'),
'newsletterBodyIsCorrupted': __('Contents of this newsletter are corrupted and may be lost, you may need to add new content to this newsletter, or create a new one. If possible, please contact us and report this issue.'),
+ 'saving': __('Saving...'),
}) %>
<% endblock %>
diff --git a/views/newsletters.html b/views/newsletters.html
index efbba3a124..ab2f38fc17 100644
--- a/views/newsletters.html
+++ b/views/newsletters.html
@@ -27,13 +27,13 @@
'tabNotificationTitle': __('Post Notifications'),
'searchLabel': __('Search'),
- 'loadingItems': __('Loading newsletters...'),
+ 'loadingItems': __('Loading emails...'),
'noItemsFound': __("Nothing here yet! But, don't fret - there's no reason to get upset. Pretty soon, you’ll be sending emails faster than a turbo-jet."),
- 'selectAllLabel': __('All newsletters on this page are selected.'),
- 'selectedAllLabel': __('All %d newsletters are selected.'),
- 'selectAllLink': __('Select all newsletters on all pages'),
+ 'selectAllLabel': __('All emails on this page are selected.'),
+ 'selectedAllLabel': __('All %d emails are selected.'),
+ 'selectAllLink': __('Select all emails on all pages'),
'clearSelection': __('Clear selection'),
- 'permanentlyDeleted': __('%d newsletters were permanently deleted.'),
+ 'permanentlyDeleted': __('%d emails were permanently deleted.'),
'selectBulkAction': __('Select bulk action'),
'bulkActions': __('Bulk Actions'),
'apply': __('Apply'),
@@ -66,12 +66,12 @@
'viewHistory': __('View history'),
'createdOn': __('Created on'),
'lastModifiedOn': __('Last modified on'),
- 'oneNewsletterTrashed': __('1 newsletter was moved to the trash.'),
- 'multipleNewslettersTrashed': __('%$1d newsletters were moved to the trash.'),
- 'oneNewsletterDeleted': __('1 newsletter was permanently deleted.'),
- 'multipleNewslettersDeleted': __('%$1d newsletters were permanently deleted.'),
- 'oneNewsletterRestored': __('1 newsletter has been recovered from the trash.'),
- 'multipleNewslettersRestored': __('%$1d newsletters have been recovered from the trash.'),
+ 'oneNewsletterTrashed': __('1 email was moved to the trash.'),
+ 'multipleNewslettersTrashed': __('%$1d emails were moved to the trash.'),
+ 'oneNewsletterDeleted': __('1 email was permanently deleted.'),
+ 'multipleNewslettersDeleted': __('%$1d emails were permanently deleted.'),
+ 'oneNewsletterRestored': __('1 email has been restored from the Trash.'),
+ 'multipleNewslettersRestored': __('%$1d emails have been restored from the Trash.'),
'trash': __('Trash'),
'moveToTrash': __('Move to trash'),
'edit': __('Edit'),
@@ -132,8 +132,8 @@
'second': __('2nd'),
'third': __('3rd'),
'nth': __('%$1dth'),
- 'last': __('last'),
- 'next': __('Next'),
+ 'last': _x('last', 'e.g. monthly every last Monday'),
+ 'next': _x('Next', 'Button label: Next step'),
'selectEventToSendWelcomeEmail': __('When is this Welcome Email sent?'),
diff --git a/views/segments.html b/views/segments.html
index cb6249b69c..375dcf4d09 100644
--- a/views/segments.html
+++ b/views/segments.html
@@ -32,14 +32,14 @@
'unsubscribed': __('Unsubscribed'),
'bounced': __('Bounced'),
'createdOn': __('Created on'),
- 'oneSegmentTrashed': __('1 list was moved to the trash'),
- 'multipleSegmentsTrashed': __('%$1d lists were moved to the trash'),
- 'oneSegmentDeleted': __('1 list was permanently deleted'),
+ 'oneSegmentTrashed': __('1 list was moved to the trash.'),
+ 'multipleSegmentsTrashed': __('%$1d lists were moved to the trash.'),
+ 'oneSegmentDeleted': __('1 list was permanently deleted.'),
'multipleSegmentsDeleted': __('%$1d lists were permanently deleted.'),
- 'oneSegmentRestored': __('1 list has been restored from the trash'),
- 'multipleSegmentsRestored': __('%$1d lists have been restored from the trash'),
+ 'oneSegmentRestored': __('1 list has been restored from the Trash.'),
+ 'multipleSegmentsRestored': __('%$1d lists have been restored from the Trash.'),
'duplicate': __('Duplicate'),
- 'listDuplicated': __('List "%$1s" has been duplicated'),
+ 'listDuplicated': __('List "%$1s" has been duplicated.'),
'update': __('Update'),
'forceSync': __('Force Sync'),
'readMore': __('Read More'),
diff --git a/views/settings.html b/views/settings.html
index 6aacda681a..6406cabaa9 100644
--- a/views/settings.html
+++ b/views/settings.html
@@ -46,7 +46,7 @@
type="submit"
class="button button-primary"
name="submit"
- value="<%= ('Save settings') %>"
+ value="<%= __('Save settings') %>"
/>
diff --git a/views/settings/advanced.html b/views/settings/advanced.html
index 5aefe693ef..37c1896744 100644
--- a/views/settings/advanced.html
+++ b/views/settings/advanced.html
@@ -31,7 +31,7 @@
<%= __('Select what will activate your newsletter queue.') %>
<%= __('Read more.') %>
+ ><%= _x('Read more.', 'support article link label') %>
@@ -168,7 +168,7 @@
$(function() {
$('#mailpoet_reinstall').on('click', function() {
if(confirm(
- "<%= __('Are you sure? All of your MailPoet data will be permanently erased (newsletters, statistics, subscribers, etc.)') %>"
+ "<%= __('Are you sure? All of your MailPoet data will be permanently erased (newsletters, statistics, subscribers, etc.).') %>"
)) {
MailPoet.Modal.loading(true);
MailPoet.Ajax.post({
diff --git a/views/settings/basics.html b/views/settings/basics.html
index 75c75bd9c8..b13c0cdbed 100644
--- a/views/settings/basics.html
+++ b/views/settings/basics.html
@@ -47,7 +47,7 @@
<%= __("Email notifications") %>
- <%= __('These email addresses will receive notifications (separate each address with a comma)') %>
+ <%= __('These email addresses will receive notifications (separate each address with a comma).') %>
@@ -148,7 +148,7 @@
<%= __('Subscribe in registration form') %>
- <%= __('Allow users who register as a WordPress user on your website to subscribe to a MailPoet list (in addition to the "WordPress Users" list.)') %>
+ <%= __('Allow users who register as a WordPress user on your website to subscribe to a MailPoet list (in addition to the "WordPress Users" list).') %>
<%= __('For SMTP, SendGrid or Amazon SES') %>
- <%= __('We only recommend using a third-party service if you are a technical user. Tread carefully.') %>
- <%= __('Read more.') %>
+ <%= __('We only recommend using a third-party service if you are a technical user.') %>
diff --git a/views/subscribers/importExport/import.html b/views/subscribers/importExport/import.html
index 25183c1693..ab17301e87 100644
--- a/views/subscribers/importExport/import.html
+++ b/views/subscribers/importExport/import.html
@@ -34,12 +34,12 @@
<%= localize({
'noMailChimpLists': __('No active lists found'),
'serverError': __('Server error:'),
-'select': __('Selecto', 'Form input type'),
+'select': __('Select', 'Form input type'),
'csvKBLink': csvKBLink,
'wrongFileFormat': __('Only comma-separated (CSV) file formats are supported.'),
'maxPostSizeNotice': __('Your CSV is over %s and is too big to process. Please split the file into two or more sections.')|replace({'%s': maxPostSize}),
'dataProcessingError': __("Your data could not be processed. Please make sure it is in the correct format."),
-'noValidRecords': __('No valid records were found. This file needs to be formatted in a CSV style (comma-separated.) Look at some [link]examples on our support site.[/link]'),
+'noValidRecords': __('No valid records were found. This file needs to be formatted in a CSV style (comma-separated). Look at some [link]examples on our support site.[/link]'),
'importNoticeSkipped': __('%1$s records had issues and were skipped.'),
'importNoticeInvalid': __('%1$s emails are not valid: %2$s'),
'importNoticeDuplicate': __('%1$s emails appear more than once in your file: %2$s'),
diff --git a/views/subscribers/importExport/import/step1.html b/views/subscribers/importExport/import/step1.html
index 11348d10cf..1be61e8bfe 100644
--- a/views/subscribers/importExport/import/step1.html
+++ b/views/subscribers/importExport/import/step1.html
@@ -108,9 +108,9 @@
- <%= ('Did these subscribers ask to be in your list?') %>
+ <%= __('Did these subscribers ask to be in your list?') %>
- <%= ('If the answer is "no", consider yourself a spammer.') %>
+ <%= __('If the answer is "no", consider yourself a spammer.') %>
<%=
__('[link]Read more at our Knowledge Base[/link]')
@@ -126,7 +126,7 @@