From 9f7c68ffe1c58711d716ef02a183907cd814ee99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sevilla=20Mart=C3=ADn?= Date: Sat, 14 May 2016 23:01:46 -0400 Subject: [PATCH] Admin SMTP UI Translations (#72) * Added SMTP page & nav translations (includes SMTP on texts) Changed from mail.* to smtp.* (thanks @dcsjapan) Added _label to labels (thanks again) * Making translations with better quality (comment from @b9a10a1) * Changed SMTP to Email, some minor changes, organization, some headings, refs... * Updated ...SMTP page... comment to ...email page... * updated translation keys to alphabetically, \& added quotes around email_text (thanks @maelsoucaze) * Wow, so many extra spaces... I don't know when I added them :( * Changed "adresses" to "addresses" --- extensions/lang-english/locale/core.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/extensions/lang-english/locale/core.yml b/extensions/lang-english/locale/core.yml index 8cc9c6848..1a08af52b 100644 --- a/extensions/lang-english/locale/core.yml +++ b/extensions/lang-english/locale/core.yml @@ -69,6 +69,22 @@ core: submit_button: => core.ref.save_changes title: Create Group + # These translations are used in the email page of the admin interface. + email: + account_heading: SMTP Account + addresses_heading: Addresses + driver_label: Driver + encryption_label: Encryption + from_label: Sender + heading: => core.ref.email + host_label: Host + password_label: Password + port_label: Port + server_heading: SMTP Server + submit_button: => core.ref.save_changes + text: Configure the SMTP settings and addresses your forum will use to send email. + username_label: Username + # These translations are used in the Extensions page. extensions: add_button: Add Extension @@ -93,6 +109,8 @@ core: basics_text: "Set your forum title, language, and other basic settings." dashboard_button: Dashboard dashboard_text: Your forum at a glance. + email_button: => core.ref.email + email_text: "Configure your forum's email settings." extensions_button: Extensions extensions_text: Add extra functionality to your forum and make it your own. permissions_button: Permissions