forked from TYPO3-svn-archive/cabag_import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocallang_db.xml
executable file
·21 lines (21 loc) · 991 Bytes
/
locallang_db.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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 'cabag_import'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="tx_cabagimport_config">Import Configuration</label>
<label index="tx_cabagimport_config.title">Title</label>
<label index="tx_cabagimport_config.configuration">Import Configuration</label>
<label index="tx_cabagimport_config.availableOptions">Available Options</label>
</languageKey>
<languageKey index="de" type="array">
<label index="tx_cabagimport_config">Import Konfiguration</label>
<label index="tx_cabagimport_config.title">Titel</label>
<label index="tx_cabagimport_config.configuration">Import Konfiguration</label>
<label index="tx_cabagimport_config.availableOptions">Verfügbare Optionen</label>
</languageKey>
</data>
</T3locallang>