MailConfigChecker/Application/views/de/translations.php

14 lines
782 B
PHP

<?php
return [
'charset' => 'UTF-8',
'D3_MENU_MAILCHECKER' => 'E-Mail Prüfung',
'D3_TAB_CONFIGCHECK' => 'Konfigurationsprüfung',
'D3_TAB_SMTPCHECK' => 'SMTP Check',
'D3_TAB_SPFCHECK' => 'SPF Check',
'D3_TAB_TESTMAIL' => 'Testmail',
'D3_ASSERTIONS_FAILED' => 'Die folgenden %d Prüfungen schlugen fehl:',
'D3_ASSERTIONS_NOTSET' => 'ist nicht (richtig) gesetzt',
'D3_ASSERTIONS_NOPORT' => 'fehlende oder falsche Port-Angabe (587 oder 2525)',
];