forked from opsone-ch/typo3-varnish
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocallang.xml
24 lines (24 loc) · 1.83 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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<meta type="array">
<description>language labels for varnish</description>
<type>module</type>
<csh_table></csh_table>
<labelContext type="array">
</labelContext>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="be_clear_cache_menu">Clear Varnish Cache</label>
<label index="extconf_instancehostnames">Varnish Servers:By default, the Hostname of your Backend Connection is used to connect to Varnish which is usually fine. If your Varnish Server Hostname is different from your Backend Hostname or you run multiple Varnish Instances add those Hostnames here as a Comma separated List.</label>
<label index="extconf_enabledevlog">Debug:Write Debug Messages about Varnish Actions to devLog.</label>
<label index="extconf_alwayssendtypo3headers">Always send TYPO3 Headers:Forces TYPO3 to always send TYPO3 cache specific headers. Is also set on the fly according [SYS][reverseProxyIP] and therefore usually not required.</label>
</languageKey>
<languageKey index="de" type="array">
<label index="be_clear_cache_menu">Varnish Cache leeren</label>
<label index="extconf_instancehostnames">Varnish Server:Standardmässig wird der Hostname des Backends als Varnish-Server benutzt. Wenn Ihr Varnish-Server Hostname nicht Ihr TYPO3 Backend Hostname ist, oder Sie mehrere Varnish Instanzen benutzen, tragen Sie diese hier bitte mit Komma getrennt ein.</label>
<label index="extconf_enabledevlog">Debug:Trage Varnish-Actions in das DevLog ein.</label>
<label index="extconf_alwayssendtypo3headers">Header immer senden:Erzwingt das Senden der TYPO3 cache spezifischen Header. Wird auch anhand [SYS][reverseProxyIP] gesetzt und ist deshalb normalerweise nicht nötig.</label>
</languageKey>
</data>
</T3locallang>