|
93 | 93 | "forms.formHTML": "Form HTML", |
94 | 94 | "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.", |
95 | 95 | "forms.publicLists": "Public lists", |
| 96 | + "forms.publicSubPage": "Public subscription page", |
96 | 97 | "forms.selectHelp": "Select lists to add to the form.", |
97 | 98 | "forms.title": "Forms", |
98 | 99 | "globals.buttons.add": "Add", |
|
237 | 238 | "public.dataRemovedTitle": "Data removed", |
238 | 239 | "public.dataSent": "Your data has been e-mailed to you as an attachment.", |
239 | 240 | "public.dataSentTitle": "Data e-mailed", |
240 | | - "public.errorFetchingCampaign": "Error fetching e-mail message", |
| 241 | + "public.errorFetchingCampaign": "Error fetching e-mail message.", |
241 | 242 | "public.errorFetchingEmail": "E-mail message not found", |
242 | 243 | "public.errorFetchingLists": "Error fetching lists. Please retry.", |
243 | 244 | "public.errorProcessingRequest": "Error processing request. Please retry.", |
244 | 245 | "public.errorTitle": "Error", |
245 | | - "public.invalidFeature": "That feature is not available", |
| 246 | + "public.invalidFeature": "That feature is not available.", |
246 | 247 | "public.invalidLink": "Invalid link", |
247 | | - "public.noSubInfo": "There are no subscriptions to confirm", |
| 248 | + "public.noListsAvailable": "No lists available to subscribe.", |
| 249 | + "public.noListsSelected": "No valid lists selected to subscribe.", |
| 250 | + "public.noSubInfo": "There are no subscriptions to confirm.", |
248 | 251 | "public.noSubTitle": "No subscriptions", |
249 | 252 | "public.notFoundTitle": "Not found", |
250 | 253 | "public.privacyConfirmWipe": "Are you sure you want to delete all your subscription data permanently?", |
|
253 | 256 | "public.privacyTitle": "Privacy and data", |
254 | 257 | "public.privacyWipe": "Wipe your data", |
255 | 258 | "public.privacyWipeHelp": "Delete all your subscriptions and related data from the database permanently.", |
256 | | - "public.subConfirmed": "Subscribed successfully", |
| 259 | + "public.sub": "Subscribe", |
| 260 | + "public.subTitle": "Subscribe", |
| 261 | + "public.subName": "Name (optional)", |
| 262 | + "public.subConfirmed": "Subscribed successfully.", |
257 | 263 | "public.subConfirmedTitle": "Confirmed", |
258 | 264 | "public.subNotFound": "Subscription not found.", |
259 | 265 | "public.subPrivateList": "Private list", |
|
267 | 273 | "settings.duplicateMessengerName": "Duplicate messenger name: {name}", |
268 | 274 | "settings.errorEncoding": "Error encoding settings: {error}", |
269 | 275 | "settings.errorNoSMTP": "At least one SMTP block should be enabled", |
| 276 | + "settings.general.enablePublicSubPage": "Enable public subscription page", |
| 277 | + "settings.general.enablePublicSubPageHelp": "Show a public subscription page with all the public lists for people to subscribe.", |
270 | 278 | "settings.general.adminNotifEmails": "Admin notification e-mails", |
271 | 279 | "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.", |
272 | 280 | "settings.general.faviconURL": "Favicon URL", |
|
0 commit comments