mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 03:48:55 +01:00
Fix missing translation reported by Stefan Unverricht
This commit is contained in:
parent
6e73a2bb66
commit
16e3b2cd05
@ -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))
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user