forked from Combodo/precanned-replies-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
de.dict.precanned-replies-pro.php
executable file
·30 lines (30 loc) · 1.3 KB
/
de.dict.precanned-replies-pro.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
<?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:PrecannedReply/Attribute:category_id' => 'Kategorie',
'Class:PrecannedReply/Attribute:category_id+' => '',
'Class:PrecannedReply/Attribute:org_id' => 'Organisation',
'Class:PrecannedReply/Attribute:org_id+' => '',
'Class:PrecannedReplyCategory' => 'Vorgefertigte Antworten Kategorie',
'Class:PrecannedReplyCategory+' => 'Vorgefertigte Antwort',
'Class:PrecannedReplyCategory/Attribute:description' => 'Beschreibung',
'Class:PrecannedReplyCategory/Attribute:description+' => '',
'Class:PrecannedReplyCategory/Attribute:name' => 'Name',
'Class:PrecannedReplyCategory/Attribute:name+' => '',
'Class:PrecannedReplyCategory/Attribute:replies_list' => 'Vorgefertigte Antworten',
'Class:PrecannedReplyCategory/Attribute:replies_list+' => 'Vorgefertigte Antworten in dieser Kategorie',
'Menu:PrecannedRepliesCategories' => 'Vorgefertigte Antworten Kategorien',
'Menu:PrecannedRepliesCategories+' => 'Kategorien von vorgefertigten Antworten (Precanned Replies)',
]);