[Compose] Updated PHP-FPM image
[Web] Rename configuration menu [Web] Show warning when configuration disabled quarantine
This commit is contained in:
@@ -249,9 +249,12 @@ $lang['start']['imap_smtp_server_auth_info'] = 'Bitte verwenden Sie Ihre vollst
|
||||
Ihre Anmeldedaten werden durch die obligatorische Verschlüsselung entgegen des Begriffes "PLAIN" nicht unverschlüsselt übertragen.';
|
||||
$lang['start']['help'] = 'Hilfe ein-/ausblenden';
|
||||
$lang['header']['mailcow_settings'] = 'Konfiguration';
|
||||
$lang['header']['administration'] = 'Administration';
|
||||
$lang['header']['mailboxes'] = 'Mailboxen';
|
||||
$lang['header']['administration'] = 'Server-Konfiguration';
|
||||
$lang['header']['mailboxes'] = 'E-Mail-Setup';
|
||||
$lang['header']['user_settings'] = 'Benutzereinstellungen';
|
||||
$lang['header']['quarantine'] = "Quarantäne";
|
||||
$lang['header']['debug'] = "Systeminformation";
|
||||
$lang['quarantine']['disabled_by_config'] = "Die derzeitige Konfiguration deaktiviert die Funktion des Quarantäne-Systems.";
|
||||
$lang['mailbox']['tls_policy_maps'] = 'TLS-Richtlinien';
|
||||
$lang['mailbox']['tls_policy_maps_long'] = 'Ausgehende TLS-Richtlinien';
|
||||
$lang['mailbox']['tls_policy_maps_info'] = 'Nachstehende Richtlinien erzwingen TLS-Transportregeln unabhängig von TLS-Richtlinieneinstellungen eines Benutzers.<br>
|
||||
@@ -512,6 +515,7 @@ $lang['admin']['dkim_from_title'] = 'Quellobjekt für Duplizierung';
|
||||
$lang['admin']['dkim_to_title'] = 'Ziel-Objekt(e) werden überschrieben';
|
||||
$lang['admin']['dkim_domains_wo_keys'] = "Domains mit fehlenden Keys auswählen";
|
||||
$lang['admin']['add'] = 'Hinzufügen';
|
||||
$lang['admin']['queue_manager'] = 'Queue Manager';
|
||||
$lang['add']['add_domain_restart'] = 'Domain hinzufügen und SOGo neustarten';
|
||||
$lang['add']['add_domain_only'] = 'Nur Domain hinzufügen';
|
||||
$lang['admin']['configuration'] = 'Konfiguration';
|
||||
@@ -656,9 +660,6 @@ $lang['warning']['fuzzy_learn_error'] = "Fuzzy Lernfehler: %s";
|
||||
$lang['danger']['spam_learn_error'] = "Spam Lernfehler: %s";
|
||||
$lang['success']['qlearn_spam'] = "Nachricht ID %s wurde als Spam gelernt und gelöscht";
|
||||
|
||||
$lang['header']['quarantine'] = "Quarantäne";
|
||||
$lang['header']['debug'] = "Debugging";
|
||||
|
||||
$lang['debug']['log_info'] = '<p>mailcow <b>in-memory Logs</b> werden in Redis Listen gespeichert, die maximale Anzahl der Einträge pro Anwendung richtet sich nach LOG_LINES (%d).
|
||||
<br>In-memory Logs sind vergänglich und nicht zur ständigen Aufbewahrung bestimmt. Alle Anwendungen, die in-memory protokollieren, schreiben ebenso in den Docker Daemon.
|
||||
<br>Das in-memory Protokoll versteht sich als schnelle Übersicht zum Debugging eines Containers, für komplexere Protokolle sollte der Docker Daemon konsultiert werden.</p>
|
||||
|
@@ -252,9 +252,12 @@ $lang['start']['imap_smtp_server_auth_info'] = 'Please use your full email addre
|
||||
Your login data will be encrypted by the server-side mandatory encryption.';
|
||||
$lang['start']['help'] = 'Show/Hide help panel';
|
||||
$lang['header']['mailcow_settings'] = 'Configuration';
|
||||
$lang['header']['administration'] = 'Administration';
|
||||
$lang['header']['mailboxes'] = 'Mailboxes';
|
||||
$lang['header']['user_settings'] = 'User settings';
|
||||
$lang['header']['administration'] = 'Configuration & Details';
|
||||
$lang['header']['mailboxes'] = 'Mail Setup';
|
||||
$lang['header']['user_settings'] = 'User Settings';
|
||||
$lang['header']['quarantine'] = "Quarantine";
|
||||
$lang['header']['debug'] = "System Information";
|
||||
$lang['quarantine']['disabled_by_config'] = "The current system configuration disables the quarantine functionality.";
|
||||
$lang['mailbox']['tls_policy_maps'] = 'TLS policy maps';
|
||||
$lang['mailbox']['tls_policy_maps_long'] = 'Outgoing TLS policy map overrides';
|
||||
$lang['mailbox']['tls_policy_maps_info'] = 'This policy map overrides outgoing TLS transport rules independently of a users TLS policy settings.<br>
|
||||
@@ -494,6 +497,7 @@ $lang['admin']['rspamd-com_settings'] = '<a href="https://rspamd.com/doc/configu
|
||||
- A setting name will be auto-generated, please see the example presets below.';
|
||||
|
||||
$lang['admin']['no_new_rows'] = 'No further rows available';
|
||||
$lang['admin']['queue_manager'] = 'Queue manager';
|
||||
$lang['admin']['additional_rows'] = ' additional rows were added'; // parses to 'n additional rows were added'
|
||||
$lang['admin']['private_key'] = 'Private key';
|
||||
$lang['admin']['import'] = 'Import';
|
||||
@@ -672,9 +676,6 @@ $lang['warning']['fuzzy_learn_error'] = "Fuzzy hash learn error: %s";
|
||||
$lang['danger']['spam_learn_error'] = "Spam learn error: %s";
|
||||
$lang['success']['qlearn_spam'] = "Message ID %s was learned as spam and deleted";
|
||||
|
||||
$lang['header']['quarantine'] = "Quarantine";
|
||||
$lang['header']['debug'] = "Debug";
|
||||
|
||||
$lang['debug']['log_info'] = '<p>mailcow <b>in-memory logs</b> are collected in Redis lists and trimmed to LOG_LINES (%d) every minute to reduce hammering.
|
||||
<br>In-memory logs are not meant to be persistent. All applications that log in-memory, also log to the Docker daemon and therefore to the default logging driver.
|
||||
<br>The in-memory log type should be used for debugging minor issues with containers.</p>
|
||||
|
Reference in New Issue
Block a user