[Web] Better mobileconfig handling
This commit is contained in:
@@ -217,6 +217,11 @@
|
||||
},
|
||||
"user": {
|
||||
"generate": "generieren",
|
||||
"apple_connection_profile": "Apple Verbindungsprofil",
|
||||
"apple_connection_profile_mailonly": "Dieses Verbindungsprofil beinhaltet IMAP und SMTP Konfigurationen für ein Apple Gerät.",
|
||||
"apple_connection_profile_complete": "Dieses Verbindungsprofil beinhaltet neben IMAP und SMTP Konfigurationen auch Pfade für die Konfiguration von CalDAV (Kalender) und CardDAV (Adressbücher) für ein Apple Gerät.",
|
||||
"email": "E-Mail",
|
||||
"email_and_dav": "E-Mail, Kalender und Adressbücher",
|
||||
"create_app_passwd": "Erstelle App Passwort",
|
||||
"app_passwds": "App Passwörter",
|
||||
"app_name": "App Name",
|
||||
@@ -566,6 +571,7 @@
|
||||
"booking_0_short": "Immer verfügbar",
|
||||
"booking_lt0_short": "Weiches Limit",
|
||||
"booking_custom_short": "Hartes Limit",
|
||||
"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>my-alias@alias-domain</code> ab.",
|
||||
"domain": "Domain",
|
||||
"spam_aliases": "Temp. Alias",
|
||||
"alias": "Alias",
|
||||
@@ -848,6 +854,7 @@
|
||||
"username": "Benutzername",
|
||||
"password": "Passwort",
|
||||
"login": "Anmelden",
|
||||
"mobileconfig_info": "Bitte als Mailbox-Benutzer einloggen, um das Verbindungsprofil herunterzuladen.",
|
||||
"delayed": "Login wurde zur Sicherheit um %s Sekunde/n verzögert."
|
||||
},
|
||||
"tfa": {
|
||||
|
@@ -216,6 +216,11 @@
|
||||
"ip_invalid": "Skipped invalid IP: %s"
|
||||
},
|
||||
"user": {
|
||||
"apple_connection_profile": "Apple connection profile",
|
||||
"apple_connection_profile_mailonly": "This connection profile includes IMAP and SMTP configuration parameters for an Apple device.",
|
||||
"apple_connection_profile_complete": "This connection profile includes IMAP and SMTP parameters as well as CalDAV (calendars) and CardDAV (contacts) pathes for an Apple device.",
|
||||
"email": "Email",
|
||||
"email_and_dav": "Email, calendars and contacts",
|
||||
"generate": "generate",
|
||||
"create_app_passwd": "Create app password",
|
||||
"app_passwds": "App passwords",
|
||||
@@ -565,6 +570,7 @@
|
||||
"booking_0_short": "Always free",
|
||||
"booking_lt0_short": "Soft limit",
|
||||
"booking_custom_short": "Hard limit",
|
||||
"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\").",
|
||||
"domain": "Domain",
|
||||
"spam_aliases": "Temp. alias",
|
||||
"multiple_bookings": "Multiple bookings",
|
||||
@@ -847,6 +853,7 @@
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"login": "Login",
|
||||
"mobileconfig_info": "Please login as mailbox user to download the requested Apple connection profile.",
|
||||
"delayed": "Login was delayed by %s seconds."
|
||||
},
|
||||
"tfa": {
|
||||
|
Reference in New Issue
Block a user