[Web] Important: Removed unnecessary *_int attributes from GET elements, _only_ returning int values now (same for all attributes which were provided as html char and int)
[Web] Feature: Allow to toggle protocols (imap, pop3, smtp) per user (defaults can be configured using vars.local.inc.php, see vars.inc.php) Signed-off-by: andryyy <andre.peters@debinux.de>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"filters": "Filter",
|
||||
"login_as": "Einloggen als Mailbox-Benutzer",
|
||||
"prohibited": "Untersagt durch Richtlinie",
|
||||
"protocol_access": "Ändern der erlaubten Protokolle",
|
||||
"pushover": "Pushover",
|
||||
"quarantine": "Quarantäne-Aktionen",
|
||||
"quarantine_attachments": "Anhänge aus Quarantäne",
|
||||
@@ -38,7 +39,7 @@
|
||||
"app_name": "App-Name",
|
||||
"app_password": "App-Passwort hinzufügen",
|
||||
"automap": "Ordner automatisch mappen (\"Sent items\", \"Sent\" => \"Sent\" etc.)",
|
||||
"backup_mx_options": "Backup-MX Optionen",
|
||||
"backup_mx_options": "Relay Optionen",
|
||||
"comment_info": "Ein privater Kommentar ist für den Benutzer nicht einsehbar. Ein öffentlicher Kommentar wird als Tooltip im Interface des Benutzers angezeigt.",
|
||||
"custom_params": "Eigene Parameter",
|
||||
"custom_params_hint": "Richtig: --param=xy, falsch: --param xy",
|
||||
@@ -464,10 +465,11 @@
|
||||
"active": "Aktiv",
|
||||
"advanced_settings": "Erweiterte Einstellungen",
|
||||
"alias": "Alias bearbeiten",
|
||||
"allowed_protocols": "Erlaubte Protokolle",
|
||||
"app_name": "App-Name",
|
||||
"app_passwd": "App-Passwörter",
|
||||
"automap": "Ordner automatisch mappen (\"Sent items\", \"Sent\" => \"Sent\" etc.)",
|
||||
"backup_mx_options": "Backup-MX-Optionen",
|
||||
"backup_mx_options": "Relay Optionen",
|
||||
"bcc_dest_format": "BCC-Ziel muss eine gültige E-Mail-Adresse sein.",
|
||||
"client_id": "Client ID",
|
||||
"client_secret": "Client Secret",
|
||||
@@ -615,7 +617,7 @@
|
||||
"alias_domain_alias_hint": "Alias-Adressen werden <b>nicht</b> automatisch auch auf Domain-Alias Adressen angewendet. Eine Alias-Adresse <code>mein-alias@domain</code> bildet demnach <b>nicht</b> die Adresse <code>mein-alias@alias-domain</code> ab.<br>E-Mail-Weiterleitungen an externe Postfächer sollten über Sieve (SOGo Weiterleitung oder im Reiter \"Filter\") angelegt werden.",
|
||||
"alias_domain_backupmx": "Alias-Domain für Relay-Domain inaktiv",
|
||||
"aliases": "Aliasse",
|
||||
"backup_mx": "Backup-MX",
|
||||
"backup_mx": "Relay Domain",
|
||||
"bcc": "BCC",
|
||||
"bcc_destination": "BCC-Ziel",
|
||||
"bcc_destinations": "BCC-Ziel",
|
||||
|
@@ -9,6 +9,7 @@
|
||||
"filters": "Filters",
|
||||
"login_as": "Login as mailbox user",
|
||||
"prohibited": "Prohibited by ACL",
|
||||
"protocol_access": "Change protocol access",
|
||||
"pushover": "Pushover",
|
||||
"quarantine": "Quarantine actions",
|
||||
"quarantine_attachments": "Quarantine attachments",
|
||||
@@ -38,7 +39,7 @@
|
||||
"app_name": "App name",
|
||||
"app_password": "Add app password",
|
||||
"automap": "Try to automap folders (\"Sent items\", \"Sent\" => \"Sent\" etc.)",
|
||||
"backup_mx_options": "Backup MX options",
|
||||
"backup_mx_options": "Relay options",
|
||||
"comment_info": "A private comment is not visible to the user, while a public comment is shown as tooltip when hovering it in a users overview",
|
||||
"custom_params": "Custom parameters",
|
||||
"custom_params_hint": "Right: --param=xy, wrong: --param xy",
|
||||
@@ -463,10 +464,11 @@
|
||||
"active": "Active",
|
||||
"advanced_settings": "Advanced settings",
|
||||
"alias": "Edit alias",
|
||||
"allowed_protocols": "Allowed protocols",
|
||||
"app_name": "App name",
|
||||
"app_passwd": "App password",
|
||||
"automap": "Try to automap folders (\"Sent items\", \"Sent\" => \"Sent\" etc.)",
|
||||
"backup_mx_options": "Backup MX options",
|
||||
"backup_mx_options": "Relay options",
|
||||
"bcc_dest_format": "BCC destination must be a single valid email address.",
|
||||
"client_id": "Client ID",
|
||||
"client_secret": "Client secret",
|
||||
@@ -614,7 +616,7 @@
|
||||
"alias_domain_alias_hint": "Aliases are <b>not</b> applied on domain aliases automatically. An alias address <code>my-alias@domain</code> <b>does not</b> cover the address <code>my-alias@alias-domain</code> (where \"alias-domain\" is an imaginary alias domain for \"domain\").<br>Please use a sieve filter to redirect mail to an external mailbox (see tab \"Filters\" or use SOGo -> Forwarder).",
|
||||
"alias_domain_backupmx": "Alias domain inactive for relay domain",
|
||||
"aliases": "Aliases",
|
||||
"backup_mx": "Backup MX",
|
||||
"backup_mx": "Relay domain",
|
||||
"bcc": "BCC",
|
||||
"bcc_destination": "BCC destination",
|
||||
"bcc_destinations": "BCC destination",
|
||||
|
Reference in New Issue
Block a user