-
Notifications
You must be signed in to change notification settings - Fork 29
/
locallang.xml
43 lines (43 loc) · 3.03 KB
/
locallang.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
<?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 'dd_googlesitemap'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="pages.tx_ddgooglesitemap_priority">Sitemap priority:</label>
<label index="pages.tx_ddgooglesitemap_priority.0">0.0 (lowest)</label>
<label index="pages.tx_ddgooglesitemap_priority.1">0.1</label>
<label index="pages.tx_ddgooglesitemap_priority.2">0.2</label>
<label index="pages.tx_ddgooglesitemap_priority.3">0.3</label>
<label index="pages.tx_ddgooglesitemap_priority.4">0.4</label>
<label index="pages.tx_ddgooglesitemap_priority.5">0.5 (standard)</label>
<label index="pages.tx_ddgooglesitemap_priority.6">0.6</label>
<label index="pages.tx_ddgooglesitemap_priority.7">0.7</label>
<label index="pages.tx_ddgooglesitemap_priority.8">0.8</label>
<label index="pages.tx_ddgooglesitemap_priority.9">0.9</label>
<label index="pages.tx_ddgooglesitemap_priority.10">1.0 (highest)</label>
<label index="scheduler.title">Generate offline sitemap</label>
<label index="scheduler.description">Generates offline index file and sitemaps</label>
<label index="scheduler.eIDFieldLabel">eID script URLs (one per line):</label>
<label index="scheduler.indexFieldLabel">Index file path:</label>
<label index="scheduler.maxUrlsPerSitemapLabel">URLs per sitemap:</label>
<label index="scheduler.error.missingHost">Host is missing or does not match any of TYPO3 hosts from the installation. Did you add a domain record in TYPO3?</label>
<label index="scheduler.error.badPath">This task can only fetch scripts from dd_googlesitemap, not other URLs.</label>
<label index="scheduler.error.badParameters">'offset' and 'limit' parameters may not appear in the URL.</label>
<label index="scheduler.error.badIndexFilePath">Index file path must be relative to the site's main directory. The referenced directory must exist (the default directory is created when the extension is installed).</label>
<label index="scheduler.error.badNumberOfUrls">Number of URLs must be positive.</label>
<label index="scheduler.extra_info">Index file: `%1$s`</label>
<label index="pages.tx_ddgooglesitemap_change_frequency">Sitemap change frequency:</label>
<label index="pages.tx_ddgooglesitemap_change_frequency.calculate">Auto</label>
<label index="pages.tx_ddgooglesitemap_change_frequency.always">Always</label>
<label index="pages.tx_ddgooglesitemap_change_frequency.hourly">Hourly</label>
<label index="pages.tx_ddgooglesitemap_change_frequency.daily">Daily</label>
<label index="pages.tx_ddgooglesitemap_change_frequency.weekly">Weekly</label>
<label index="pages.tx_ddgooglesitemap_change_frequency.monthly">Monthly</label>
<label index="pages.tx_ddgooglesitemap_change_frequency.yearly">Yearly</label>
<label index="pages.tx_ddgooglesitemap_change_frequency.never">Never</label>
</languageKey>
</data>
</T3locallang>