-
Notifications
You must be signed in to change notification settings - Fork 4
/
locallang_db.xml
42 lines (42 loc) · 2.66 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?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 'ods_redirects'</description>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="tx_odsredirects_redirects">Redirects</label>
<label index="tx_odsredirects_redirects.domain_id">Domain</label>
<label index="tx_odsredirects_redirects.url">Path (e.g. info.html)</label>
<label index="tx_odsredirects_redirects.mode.I.0">Begins with path</label>
<label index="tx_odsredirects_redirects.mode.I.1">Path match</label>
<label index="tx_odsredirects_redirects.mode.I.2">Path and query string match</label>
<label index="tx_odsredirects_redirects.mode.I.3">Path and only given query parts match</label>
<label index="tx_odsredirects_redirects.mode.I.4">Path and query string regex match</label>
<label index="tx_odsredirects_redirects.mode">Mode</label>
<label index="tx_odsredirects_redirects.destination">Destination</label>
<label index="tx_odsredirects_redirects.append">Append rest of URL</label>
<label index="tx_odsredirects_redirects.has_moved">Has moved (301)</label>
<label index="tx_odsredirects_redirects.last_referer">Last referer</label>
<label index="tx_odsredirects_redirects.counter">Counter</label>
<label index="tt_content.list_type_pi1">Redirect</label>
</languageKey>
<languageKey index="de" type="array">
<label index="tx_odsredirects_redirects">Redirects</label>
<label index="tx_odsredirects_redirects.domain_id">Domain</label>
<label index="tx_odsredirects_redirects.url">Pfad (z.B. info.html)</label>
<label index="tx_odsredirects_redirects.mode.I.0">Beginnt mit Pfad</label>
<label index="tx_odsredirects_redirects.mode.I.1">Pfad muss übereinstimmen</label>
<label index="tx_odsredirects_redirects.mode.I.2">Pfad und Query string müssen übereinstimmen</label>
<label index="tx_odsredirects_redirects.mode.I.3">Pfad und vorhandene Query parts müssen übereinstimmen</label>
<label index="tx_odsredirects_redirects.mode.I.4">Pfad und Query string müssen dem regulären Ausdruck entsprechen</label>
<label index="tx_odsredirects_redirects.mode">Modus</label>
<label index="tx_odsredirects_redirects.destination">Ziel</label>
<label index="tx_odsredirects_redirects.append">Restliche URL anhängen</label>
<label index="tx_odsredirects_redirects.has_moved">Umgezogen (301)</label>
<label index="tx_odsredirects_redirects.last_referer">Verweisende Seite</label>
<label index="tx_odsredirects_redirects.counter">Aufrufe</label>
</languageKey>
</data>
</T3locallang>