forked from TYPO3-Solr/ext-solr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
locallang_db.xml
22 lines (22 loc) · 1.11 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
<?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 'solr'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="tt_content.list_type_pi_frequentsearches">Search: Frequent Searches</label>
<label index="tt_content.list_type_pi_results">Search: Form, Result, Additional Components</label>
<label index="tt_content.list_type_pi_search">Search: Form only</label>
</languageKey>
<languageKey index="dk" type="array">
<label index="tt_content.list_type_pi_results">Søg: Søgeformular, Resultater, Yderligere komponenter</label>
</languageKey>
<languageKey index="fr" type="array">
<label index="tt_content.list_type_pi_frequentsearches">Rechercher: Recherches fréquentes</label>
<label index="tt_content.list_type_pi_results">Rechercher: Formulaire, Résultats, Composants additionnels</label>
<label index="tt_content.list_type_pi_search">Rechercher: Formulaire seul</label>
</languageKey>
</data>
</T3locallang>