forked from Combodo/precanned-replies
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathde.dict.precanned-replies.php
More file actions
executable file
·30 lines (30 loc) · 1.06 KB
/
de.dict.precanned-replies.php
File metadata and controls
executable file
·30 lines (30 loc) · 1.06 KB
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
<?php
/**
* Localized data
*
* @copyright Copyright (C) 2010-2024 Combodo SAS
* @license https://opensource.org/licenses/AGPL-3.0
*
*/
/**
* @author Erwan Taloc <erwan.taloc@combodo.com>
* @author Romain Quetiez <romain.quetiez@combodo.com>
* @author Denis Flaven <denis.flaven@combodo.com>
* @author Robert Jaehne <robert.jaehne@itomig.de>
*
*/
Dict::Add('DE DE', 'German', 'Deutsch', [
'Class:PrecannedReply' => 'Vorgefertigte Antwort',
'Class:PrecannedReply+' => 'Vorgefertigte Antwort',
'Class:PrecannedReply/Attribute:body' => 'Text',
'Class:PrecannedReply/Attribute:body+' => '',
'Class:PrecannedReply/Attribute:description' => 'Beschreibung',
'Class:PrecannedReply/Attribute:description+' => '',
'Class:PrecannedReply/Attribute:name' => 'Name',
'Class:PrecannedReply/Attribute:name+' => '',
'Menu:PrecannedReplies' => 'Vorgefertigte Antworten',
'Menu:PrecannedReplies+' => 'Vorgefertigte Antworten',
'UI:Button-AddReply' => 'Vorgefertigte Antworten...',
'UI:Button-AddReply:Short' => 'Vorlagen',
'UI:Dlg-PickAReply' => 'Wählen Sie eine Antwort',
]);