From 3b8ca7d3baef897b4826bb9180f157f4449be712 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Tue, 19 Mar 2019 09:59:28 +0100 Subject: [PATCH] Add strings for all mail drivers' settings Refs flarum/core#1169. --- extensions/lang-english/locale/core.yml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/extensions/lang-english/locale/core.yml b/extensions/lang-english/locale/core.yml index 207877e57..e551587de 100644 --- a/extensions/lang-english/locale/core.yml +++ b/extensions/lang-english/locale/core.yml @@ -90,18 +90,27 @@ core: # These translations are used in the email page of the admin interface. email: addresses_heading: Addresses - driver_heading: Choose a driver - smtp_heading: SMTP Settings + driver_heading: Choose a Driver driver_label: Driver - encryption_label: Encryption from_label: Sender heading: => core.ref.email - host_label: Host - password_label: => core.ref.password - port_label: Port + mailgun_heading: Mailgun Settings + mail_encryption_label: Encryption + mail_host_label: Host + mail_mailgun_secret_label: Secret key + mail_mailgun_domain_label: Domain + mail_mandrill_secret_label: Secret key + mail_password_label: => core.ref.password + mail_port_label: Port + mail_ses_key_label: Key + mail_ses_region_label: Region + mail_ses_secret_label: Secret + mail_username_label: => core.ref.username + mandrill_heading: Mandrill Settings + ses_heading: SES Settings + smtp_heading: SMTP Settings submit_button: => core.ref.save_changes - text: Configure the SMTP settings and addresses your forum will use to send email. - username_label: => core.ref.username + text: Configure the driver, settings and addresses your forum will use to send email. # These translations are used in the Extensions page. extensions: