This commit is contained in:
2020-07-22 18:31:30 +00:00
parent edd58cb380
commit 384ceab00c
5 changed files with 67 additions and 6 deletions

View File

@@ -1865,7 +1865,7 @@
"NotifyEventCSRAccepted": "Kundendienstanfrage angenommen",
"NotifyEventCSRRejected": "Kundendienstanfrage abgelehnt",
"NotifyEventWorkorderClosed": "Arbeitsauftrag geschlossen",
"NotifyEventQuoteStatusChange": "Angebotsstatus geändert",
"NotifyEventQuoteStatusChange": "Angebotsstatus geändert",
"NotifyEventQuoteStatusAge": "Angebotsstatus für den Zeitraum unverändert",
"NotifyEventServiceBankDepleted": "Service Bank erschöpft",
"NotifyEventReminderImminent": "Erinnerung unmittelbar bevorsteht",
@@ -1889,5 +1889,17 @@
"NotifyEventObjectAge": "Objektalter seit der Erstellung",
"NotifyEventServerOperationsProblem": "Problem mit dem Serverbetrieb",
"Duration": "Dauer",
"Notifications":"Benachrichtigungen"
"Notifications": "Benachrichtigungen",
"NotifyMailSecurityNone": "Keiner",
"NotifyMailSecuritySSLTLS": "SSL\\TLS",
"NotifyMailSecurityStartTls": "StartTLS",
"TestSMTPSettings": "Testnachricht senden",
"TestToAddress": "Test senden an",
"SmtpDeliveryActive": "SMTP-Benachrichtigung aktiv",
"SmtpServerAddress": "SMTP-Serveradresse",
"SmtpAccount": "SMTP-Serverkonto",
"SmtpPassword": "SMTP-Serverkennwort",
"ConnectionSecurity": "SMTP-Verbindungssicherheit",
"SmtpServerPort": "SMTP-Server-Port",
"NotifyFromAddress": "SMTP-Benachrichtigungsadresse"
}