forked from TYPO3-svn-archive/tq_seo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocallang_tca.xml
29 lines (27 loc) · 1.21 KB
/
locallang_tca.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
<?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 'tq_seo'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="pages.tab.seo">SEO</label>
<label index="pages.palette.pagetitle">Pagetitle</label>
<label index="pages.palette.geo">Geo position</label>
<label index="pages.palette.crawler">Searchengines</label>
<label index="pages.palette.sitemap">Sitemap</label>
<label index="tx_tqseo_setting_root.tab.sitemap">Sitemap</label>
<label index="tx_tqseo_setting_root.tab.robotstxt">Robots.txt</label>
</languageKey>
<languageKey index="de" type="array">
<label index="pages.tab.seo">SEO</label>
<label index="pages.palette.pagetitle">Seitentitel</label>
<label index="pages.palette.geo">Geo Position</label>
<label index="pages.palette.crawler">Suchmaschinen</label>
<label index="pages.palette.sitemap">Sitemap</label>
<label index="tx_tqseo_setting_root.tab.sitemap">Sitemap</label>
<label index="tx_tqseo_setting_root.tab.robotstxt">Robots.txt</label>
</languageKey>
</data>
</T3locallang>