|
@@ -93,6 +93,7 @@
|
|
|
"forms.formHTML": "Form HTML",
|
|
|
"forms.formHTMLHelp": "Use the following HTML to show a subscription form on an external webpage. The form should have the email field and one or more `l` (list UUID) fields. The name field is optional.",
|
|
|
"forms.publicLists": "Public lists",
|
|
|
+ "forms.publicSubPage": "Public subscription page",
|
|
|
"forms.selectHelp": "Select lists to add to the form.",
|
|
|
"forms.title": "Forms",
|
|
|
"globals.buttons.add": "Add",
|
|
@@ -237,14 +238,16 @@
|
|
|
"public.dataRemovedTitle": "Data removed",
|
|
|
"public.dataSent": "Your data has been e-mailed to you as an attachment.",
|
|
|
"public.dataSentTitle": "Data e-mailed",
|
|
|
- "public.errorFetchingCampaign": "Error fetching e-mail message",
|
|
|
+ "public.errorFetchingCampaign": "Error fetching e-mail message.",
|
|
|
"public.errorFetchingEmail": "E-mail message not found",
|
|
|
"public.errorFetchingLists": "Error fetching lists. Please retry.",
|
|
|
"public.errorProcessingRequest": "Error processing request. Please retry.",
|
|
|
"public.errorTitle": "Error",
|
|
|
- "public.invalidFeature": "That feature is not available",
|
|
|
+ "public.invalidFeature": "That feature is not available.",
|
|
|
"public.invalidLink": "Invalid link",
|
|
|
- "public.noSubInfo": "There are no subscriptions to confirm",
|
|
|
+ "public.noListsAvailable": "No lists available to subscribe.",
|
|
|
+ "public.noListsSelected": "No valid lists selected to subscribe.",
|
|
|
+ "public.noSubInfo": "There are no subscriptions to confirm.",
|
|
|
"public.noSubTitle": "No subscriptions",
|
|
|
"public.notFoundTitle": "Not found",
|
|
|
"public.privacyConfirmWipe": "Are you sure you want to delete all your subscription data permanently?",
|
|
@@ -253,7 +256,10 @@
|
|
|
"public.privacyTitle": "Privacy and data",
|
|
|
"public.privacyWipe": "Wipe your data",
|
|
|
"public.privacyWipeHelp": "Delete all your subscriptions and related data from the database permanently.",
|
|
|
- "public.subConfirmed": "Subscribed successfully",
|
|
|
+ "public.sub": "Subscribe",
|
|
|
+ "public.subTitle": "Subscribe",
|
|
|
+ "public.subName": "Name (optional)",
|
|
|
+ "public.subConfirmed": "Subscribed successfully.",
|
|
|
"public.subConfirmedTitle": "Confirmed",
|
|
|
"public.subNotFound": "Subscription not found.",
|
|
|
"public.subPrivateList": "Private list",
|
|
@@ -267,6 +273,8 @@
|
|
|
"settings.duplicateMessengerName": "Duplicate messenger name: {name}",
|
|
|
"settings.errorEncoding": "Error encoding settings: {error}",
|
|
|
"settings.errorNoSMTP": "At least one SMTP block should be enabled",
|
|
|
+ "settings.general.enablePublicSubPage": "Enable public subscription page",
|
|
|
+ "settings.general.enablePublicSubPageHelp": "Show a public subscription page with all the public lists for people to subscribe.",
|
|
|
"settings.general.adminNotifEmails": "Admin notification e-mails",
|
|
|
"settings.general.adminNotifEmailsHelp": "Comma separated list of e-mail addresses to which admin notifications such as import updates, campaign completion, failure etc. should be sent.",
|
|
|
"settings.general.faviconURL": "Favicon URL",
|