From 4a43f0293356b5535dc0b1f4cd3492539358b46a Mon Sep 17 00:00:00 2001
From: math-gh <1645099+math-GH@users.noreply.github.com>
Date: Sat, 21 Dec 2024 16:12:31 +0100
Subject: [PATCH] mail()
---
xExtension-ShareByEmail/i18n/de/shareByEmail.php | 4 ++--
xExtension-ShareByEmail/i18n/en/shareByEmail.php | 4 ++--
xExtension-ShareByEmail/i18n/tr/shareByEmail.php | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/xExtension-ShareByEmail/i18n/de/shareByEmail.php b/xExtension-ShareByEmail/i18n/de/shareByEmail.php
index 137311b..d8961df 100755
--- a/xExtension-ShareByEmail/i18n/de/shareByEmail.php
+++ b/xExtension-ShareByEmail/i18n/de/shareByEmail.php
@@ -20,10 +20,10 @@
'title' => 'Einen Artikel per Mail teilen.',
'manage' => [
'mailer' => 'E-Mail-Versand',
- 'mail' => 'via PHP',
+ 'mail' => 'via PHP mail()
',
'smtp' => 'via SMTP (versendet von %s)',
'error' => 'Fehler',
- 'help' => 'Versand zwischen PHP und SMTP in config.php wechseln: siehe Dokumentation',
+ 'help' => 'Versand zwischen PHP mail()
und SMTP in config.php wechseln: siehe Dokumentation',
]
],
];
diff --git a/xExtension-ShareByEmail/i18n/en/shareByEmail.php b/xExtension-ShareByEmail/i18n/en/shareByEmail.php
index 8d92a7e..49c8784 100644
--- a/xExtension-ShareByEmail/i18n/en/shareByEmail.php
+++ b/xExtension-ShareByEmail/i18n/en/shareByEmail.php
@@ -20,10 +20,10 @@
'title' => 'Share an article by email',
'manage' => [
'mailer' => 'Mailing system',
- 'mail' => 'PHP mailer',
+ 'mail' => 'PHP mail()
',
'smtp' => 'SMTP (send from %s)',
'error' => 'Error',
- 'help' => 'Switch PHP mailer/SMTP connection in config.php: see documentation'
+ 'help' => 'Switch PHP mail()
/SMTP connection in config.php: see documentation'
],
],
];
diff --git a/xExtension-ShareByEmail/i18n/tr/shareByEmail.php b/xExtension-ShareByEmail/i18n/tr/shareByEmail.php
index c8514fa..cc40d1b 100644
--- a/xExtension-ShareByEmail/i18n/tr/shareByEmail.php
+++ b/xExtension-ShareByEmail/i18n/tr/shareByEmail.php
@@ -20,10 +20,10 @@
'title' => 'Bir makaleyi e-posta ile paylaşın',
'manage' => [
'mailer' => 'Mailing system', // TODO
- 'mail' => 'PHP mailer', // TODO
+ 'mail' => 'PHP mail()
', // TODO
'smtp' => 'SMTP (send from %s)', // TODO
'error' => 'Error', // TODO
- 'help' => 'Switch PHP mailer/SMTP connection in config.php: see documentation', // TODO
+ 'help' => 'Switch PHP mail()
/SMTP connection in config.php: see documentation', // TODO
]
],
];