forked from DMKEBUSINESSGMBH/typo3-mkforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locallang_db.xml
26 lines (26 loc) · 1.3 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
<?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 'mkforms'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="plugin.mkforms.label">MKFORMS</label>
<label index="plugin.mkforms.flexform.tab.common">Common</label>
<label index="plugin.mkforms.flexform.tab.TSSetup">TS Setup</label>
<label index="plugin.mkforms.flexform.tab.generic">Generic Form</label>
<label index="plugin.mkforms.flexform.tssetup">plugin.tx_mkforms.</label>
<label index="plugin.mkforms.flexform.xml">XML</label>
<label index="plugin.mkforms.flexform.redirect">Redirect after full submit</label>
<label index="plugin.mkforms.flexform.redirect.pid">Redirect page</label>
<label index="plugin.mkforms.flexform.redirect.qualifier">Redirect qualifier</label>
<label index="plugin.mkforms.flexform.template">Template</label>
<label index="plugin.mkforms.flexform.action">Action</label>
<label index="plugin.mkforms.flexform.action.FormBase">Generic Form</label>
<label index="plugin.mkforms.flexform.viewClassName">View</label>
</languageKey>
<languageKey index="de" type="array">
</languageKey>
</data>
</T3locallang>