Fix missing translation reported by Stefan Unverricht

This commit is contained in:
nathangray 2020-04-21 10:58:08 -06:00
parent 6e73a2bb66
commit 16e3b2cd05
3 changed files with 3 additions and 1 deletions

View File

@ -3829,7 +3829,7 @@ class mail_compose
try try
{ {
$sender_cert = $AB->get_smime_keys($sender); $sender_cert = $AB->get_smime_keys($sender);
if (!$sender_cert) throw new Exception("S/MIME Encryption failed because no certificate has been found for sender address: " . $sender); if (!$sender_cert) throw new Exception(lang("S/MIME Encryption failed because no certificate has been found for sender address: %1", $sender));
$params['senderPubKey'] = $sender_cert[strtolower($sender)]; $params['senderPubKey'] = $sender_cert[strtolower($sender)];
if (isset($sender) && ($type == Mail\Smime::TYPE_SIGN || $type == Mail\Smime::TYPE_SIGN_ENCRYPT)) if (isset($sender) && ($type == Mail\Smime::TYPE_SIGN || $type == Mail\Smime::TYPE_SIGN_ENCRYPT))

View File

@ -472,6 +472,7 @@ row order style mail de Spaltenanordnung
rule priority position mail de Priorität der Filterregel rule priority position mail de Priorität der Filterregel
rule with priority mail de Regel mit Priorität rule with priority mail de Regel mit Priorität
rules mail de Filter Regeln rules mail de Filter Regeln
s/mime encryption failed because no certificate has been found for sender address: %1 mail de Die S/MIME-Verschlüsselung ist fehlgeschlagen, weil kein Zertifikat für die Absenderadresse gefunden wurde: %1
save all mail de Alle speichern save all mail de Alle speichern
save all attachments to filemanager mail de Alle Anhänge im Dateimanager speichern save all attachments to filemanager mail de Alle Anhänge im Dateimanager speichern
save as calendar mail de Als Termin speichern save as calendar mail de Als Termin speichern

View File

@ -472,6 +472,7 @@ row order style mail en row order style
rule priority position mail en Rule priority position rule priority position mail en Rule priority position
rule with priority mail en rule with priority rule with priority mail en rule with priority
rules mail en rules rules mail en rules
s/mime encryption failed because no certificate has been found for sender address: %1 mail en S/MIME Encryption failed because no certificate has been found for sender address: %1
save all mail en Save all save all mail en Save all
save all attachments to filemanager mail en Save all attachments to filemanager save all attachments to filemanager mail en Save all attachments to filemanager
save as calendar mail en Save as Calendar save as calendar mail en Save as Calendar