forked from DMKEBUSINESSGMBH/typo3-mkmailer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locallang_db.xml
82 lines (70 loc) · 4.69 KB
/
locallang_db.xml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<meta type="array">
<type>database</type>
<description>Language labels for database tables/fields belonging to extension 'a4fe'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="tx_mkmailer_templates">Email-Template</label>
<label index="tx_mkmailer_templates_description">Description</label>
<label index="tx_mkmailer_templates_mailtype">Keystring</label>
<label index="tx_mkmailer_templates_subject">Subject</label>
<label index="tx_mkmailer_templates_mail_from">From address (optional)</label>
<label index="tx_mkmailer_templates_mail_fromName">From name (optional)</label>
<label index="tx_mkmailer_templates_mail_bcc">BCC</label>
<label index="tx_mkmailer_templates_contenthtml">HTML Template</label>
<label index="tx_mkmailer_templates_contenttext">Text-Template</label>
<label index="tx_mkmailer_templates_templatetype">Template type</label>
<label index="tx_mkmailer_templates_templatetype_0">System mail</label>
<label index="tx_mkmailer_templates_templatetype_1">Company mail</label>
<label index="tx_mkmailer_templates_templatetype_2">Applicant mail</label>
<label index="tx_mkmailer_templates_templatetype_3">Type 3</label>
<label index="tx_mkmailer_templates_attachments">Attachments</label>
<label index="tx_mkmailer_log">Log-Template</label>
<label index="tx_mkmailer_log_receiver">Receiver</label>
<label index="tx_mkmailer_log_address">Adresse</label>
<label index="tx_mkmailer_log_failed">Failed</label>
<label index="tx_mkmailer_log_email">Email</label>
<label index="tx_mkmailer_queue">Queue-Template</label>
<label index="tx_mkmailer_queue_subject">Subject</label>
<label index="tx_mkmailer_queue_deleted">Deleted</label>
<label index="tx_mkmailer_queue_isstatic">Isstatic</label>
<label index="tx_mkmailer_queue_prefer">Prefer</label>
<label index="tx_mkmailer_queue_cc">CC</label>
<label index="tx_mkmailer_receiver">Receiver-Template</label>
<label index="tx_mkmailer_receiver_resolver">Resolver</label>
<label index="tx_mkmailer_receiver_receiver">Receiver</label>
<label index="plugin.mkmailer.label">MK Mailer Plugin</label>
<label index="plugin.mkmailer.description">Some views for mkmailer</label>
<label index="plugin.mkmailer.flexform.tab.common">Common</label>
<label index="plugin.mkmailer.flexform.action">View</label>
<label index="plugin.mkmailer.flexform.action.SendMails">SendMails</label>
<label index="plugin_mkmailer_testmail">Mailaddress for test mode</label>
<label index="plugin_mkmailer_maxmails">Max mails per pageview</label>
<label index="plugin_mkmailer_locklifetime">Lifetime of the queue lock in seconds</label>
<label index="common_debugSQL">Debug</label>
<label index="common_detailPage">Page of Detailview</label>
<label index="common_yes">Yes</label>
<label index="common_no">No</label>
<label index="common_htmlTemplate">HTML-Template</label>
<label index="common_tssetup">Typoscript</label>
<label index="plugin.mkmailer.flexform.tssetup">plugin.tx_mkmailer</label>
</languageKey>
<languageKey index="de" type="array">
<label index="tx_mkmailer_templates">Email-Template</label>
<label index="tx_mkmailer_templates_description">Beschreibung</label>
<label index="tx_mkmailer_templates_mailtype">Schlüsselstring</label>
<label index="tx_mkmailer_templates_subject">Betreff</label>
<label index="tx_mkmailer_templates_mail_from">Absender (optional)</label>
<label index="tx_mkmailer_templates_mail_fromName">AbsenderName (optional)</label>
<label index="tx_mkmailer_templates_mail_bcc">BCC</label>
<label index="tx_mkmailer_templates_templatetype">Template Typ</label>
<label index="tx_mkmailer_templates_templatetype_0">System E-Mail</label>
<label index="tx_mkmailer_templates_templatetype_1">Firmen E-Mail</label>
<label index="tx_mkmailer_templates_templatetype_2">Bewerber E-Mail</label>
<label index="tx_mkmailer_templates_templatetype_3">Typ 3</label>
<label index="tx_mkmailer_templates_attachments">Dateianhänge</label>
</languageKey>
</data>
</T3locallang>