forked from Combodo/email-reply
-
Notifications
You must be signed in to change notification settings - Fork 0
/
de.dict.email-reply.php
executable file
·32 lines (32 loc) · 1.49 KB
/
de.dict.email-reply.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
* @author Erwan Taloc <[email protected]>
* @author Romain Quetiez <[email protected]>
* @author Denis Flaven <[email protected]>
*
*/
Dict::Add('DE DE', 'German', 'Deutsch', [
'Class:TriggerOnLogUpdate' => 'Trigger (wenn ein Log aktualisiert wird)',
'Class:TriggerOnLogUpdate+' => 'Trigger auf ein Update eines Logs durch einen Endbenutzer',
'Class:TriggerOnLogUpdate/Attribute:target_log' => 'Attributname des Logs',
'Class:TriggerOnLogUpdate/Attribute:target_log+' => 'Bezeichnet das zu berücksictigende log (z.B. public_log)',
'UI-emry-attachment-label' => '<b>%1$s</b> - %2$s',
'UI-emry-attachment-label-with-timestamp' => '<b>%1$s</b> vom %4$s - %2$s',
'UI-emry-attachment-label-with-uploadername' => '<b>%1$s</b> von %3$s - %2$s',
'UI-emry-attachment-label-with-uploadername-with-timestamp' => '<b>%1$s</b> von %3$s vom %4$s - %2$s',
'UI-emry-attachments-to-be-sent' => 'Die folgenden Anhänge werden versandt:',
'UI-emry-caselog-prompt' => 'Geben Sie hier Ihren Text ein',
'UI-emry-enable' => 'Sende die Antwort per Mail',
'UI-emry-enable:Short' => 'Benachrichtige',
'UI-emry-noattachment' => 'Kein Attachment',
'UI-emry-select-attachments' => 'Anhänge auswählen...',
'UI-emry-select-attachments-tooltip' => 'Klicken Sie, um die zu sendenden Anhänge auszuwählen.',
'UI-emry-select-attachments:Short' => 'Anhänge...',
]);