clusev/lang/de/mail.php

41 lines
1.3 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
// SMTP/E-Mail-Konfiguration (Settings → E-Mail). Schlüssel identisch mit lang/en/mail.php (R16).
return [
// Panel
'title' => 'SMTP-Server',
'subtitle' => 'Postausgang für Passwort-Reset und Benachrichtigungen',
// Felder
'host' => 'Host',
'port' => 'Port',
'username' => 'Benutzername',
'password' => 'Passwort',
'encryption' => 'Verschlüsselung',
'from_address' => 'Absenderadresse',
'from_name' => 'Absendername',
// Verschlüsselungsoptionen
'encryption_none' => 'Keine',
'encryption_tls' => 'TLS',
'encryption_ssl' => 'SSL',
// Passwortfeld
'password_set_placeholder' => '•••• (gesetzt)',
// Aktionen
'save' => 'Speichern',
'test_send' => 'Testmail senden',
// Testmail-Inhalt
'test_subject' => 'Clusev — Testmail',
'test_body' => 'Dies ist eine Testmail von Clusev. Wenn du sie erhältst, ist der SMTP-Server korrekt konfiguriert.',
// Benachrichtigungen
'notify_saved' => 'SMTP-Einstellungen gespeichert.',
'notify_test_ok' => 'Testmail an :email gesendet.',
'notify_test_failed' => 'Testmail fehlgeschlagen: :error',
'notify_test_throttled' => 'Zu viele Testmails bitte in :seconds Sekunden erneut.',
'not_configured' => 'SMTP ist nicht konfiguriert.',
];