[Web] Some lang fixes

master
andryyy 2021-02-16 14:09:21 +01:00
parent 9c8c83fd24
commit 229b5b2df5
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 7 additions and 5 deletions

View File

@ -28,8 +28,9 @@
"unlimited_quota": "Unendliche Quota für Mailboxen", "unlimited_quota": "Unendliche Quota für Mailboxen",
"domain_desc": "Domainbeschreibung ändern", "domain_desc": "Domainbeschreibung ändern",
"xmpp_admin": "Benutzer zum XMPP-Administrator ernennen", "xmpp_admin": "Benutzer zum XMPP-Administrator ernennen",
"xmpp_access": "XMPP-Zugang eines Benutzers einstellen", "xmpp_domain_access": "XMPP-Zugang einer Domain konfigurieren",
"xmpp_prefix": "XMPP-Subdomain ändern" "xmpp_mailbox_access": "XMPP-Zugang eines Benutzers einstellen",
"xmpp_prefix": "XMPP-Subdomain/Prefix ändern"
}, },
"add": { "add": {
"activate_filter_warn": "Alle anderen Filter diesen Typs werden deaktiviert, falls dieses Script aktiv markiert wird.", "activate_filter_warn": "Alle anderen Filter diesen Typs werden deaktiviert, falls dieses Script aktiv markiert wird.",

View File

@ -27,9 +27,10 @@
"tls_policy": "TLS policy", "tls_policy": "TLS policy",
"unlimited_quota": "Unlimited quota for mailboxes", "unlimited_quota": "Unlimited quota for mailboxes",
"domain_desc": "Change domain description", "domain_desc": "Change domain description",
"xmpp_admin": "Change XMPP admin status of a user", "xmpp_admin": "Promote XMPP user to administrator",
"xmpp_access": "Change XMPP access for a user", "xmpp_domain_access": "Configure XMPP domain access",
"xmpp_prefix": "Change XMPP subdomain" "xmpp_mailbox_access": "Configure XMPP user access",
"xmpp_prefix": "Change XMPP subdomain (prefix)"
}, },
"add": { "add": {
"activate_filter_warn": "All other filters will be deactivated, when active is checked.", "activate_filter_warn": "All other filters will be deactivated, when active is checked.",