From 65c690b6ff1b2955726007837fdd2c8f8a801ccd Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 1 Aug 2024 11:32:07 +0200 Subject: [PATCH] improve description --- Application/views/de/translations.php | 4 ++-- Application/views/en/translations.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Application/views/de/translations.php b/Application/views/de/translations.php index 4e6e59d..42cde12 100644 --- a/Application/views/de/translations.php +++ b/Application/views/de/translations.php @@ -30,8 +30,8 @@ return [ 'D3_MAILCHECKER_ASSERTIONS_NOTSET' => 'ist nicht (richtig) gesetzt', 'D3_MAILCHECKER_ASSERTIONS_NOPORT' => 'fehlende oder falsche Port-Angabe (587 oder 2525)', 'D3_MAILCHECKER_CFGCHECK_SHOPSEND' => 'Der Shop verschickt Mails über', - 'D3_MAILCHECKER_CFGCHECK_SHOPSEND_PHPMAILER' => 'PhpMailer', - 'D3_MAILCHECKER_CFGCHECK_SHOPSEND_PHPMAILER_DESC' => 'Der Versand über den PhpMailer sollte dringend vermieden werden, da solche Mails meist als Spam eingestuft werden. Wenn Sie alle SMTP-Daten eingegeben haben, prüfen Sie mögliche Anmeldeprobleme im SMTP-Check.', + 'D3_MAILCHECKER_CFGCHECK_SHOPSEND_PHPMAILER' => 'PHP Mailfunktion', + 'D3_MAILCHECKER_CFGCHECK_SHOPSEND_PHPMAILER_DESC' => 'Der Versand über den PHP-eigene Mailfunktion sollte dringend vermieden werden, da solche Mails meist als Spam eingestuft werden. Wenn Sie alle SMTP-Daten eingegeben haben, prüfen Sie mögliche Anmeldeprobleme im SMTP-Check.', 'D3_MAILCHECKER_CFGCHECK_SHOPSEND_SMTP' => 'SMTP', 'D3_MAILCHECKER_CFGCHECK_SHOPSEND_SMTP_DESC' => 'Alles in bester Ordnung. Bitte prüfen Sie noch die nötigen Einstellungen im Tab "Authorisierung Check" für Ihre Domain(s).', 'D3_MAILCHECKER_CFGCHECK_STARTCHECK' => 'Konfiguration testen', diff --git a/Application/views/en/translations.php b/Application/views/en/translations.php index b2817a9..af1c083 100644 --- a/Application/views/en/translations.php +++ b/Application/views/en/translations.php @@ -25,8 +25,8 @@ return [ "D3_MAILCHECKER_ASSERTIONS_NOTSET" => "is not (correctly) set", "D3_MAILCHECKER_ASSERTIONS_NOPORT" => "missing or incorrect port information (587 or 2525)", "D3_MAILCHECKER_CFGCHECK_SHOPSEND" => "The shop sends emails via", - "D3_MAILCHECKER_CFGCHECK_SHOPSEND_PHPMAILER" => "PhpMailer", - "D3_MAILCHECKER_CFGCHECK_SHOPSEND_PHPMAILER_DESC" => "Sending via PhpMailer should be avoided as such emails are usually classified as spam. Once you have entered all SMTP data, check possible login problems in the SMTP check.", + "D3_MAILCHECKER_CFGCHECK_SHOPSEND_PHPMAILER" => "PHP mail function", + "D3_MAILCHECKER_CFGCHECK_SHOPSEND_PHPMAILER_DESC" => "Sending via PHP's integrated mail function should be avoided as such emails are usually classified as spam. Once you have entered all SMTP data, check possible login problems in the SMTP check.", "D3_MAILCHECKER_CFGCHECK_SHOPSEND_SMTP" => "SMTP", "D3_MAILCHECKER_CFGCHECK_SHOPSEND_SMTP_DESC" => "Everything is fine. Please check the necessary settings for your domain(s) in the \"Authentication Check\" tab .", "D3_MAILCHECKER_CFGCHECK_STARTCHECK" => "Test configuration",