Initial commit

This commit is contained in:
2018-04-02 08:07:38 +02:00
commit 7330c1ed3e
2054 changed files with 405203 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<meta type="array">
<description>CSH for additional pages fields</description>
<type>CSH</type>
<csh_table>tt_content</csh_table>
<fileId>EXT:realurl/locallang_csh.xml</fileId>
</meta>
<data type="array">
<languageKey index="default" type="array">
<label index="tx_realurl_nocache.description">Disables RealURL encode and decode cache for this page only</label>
<label index="tx_realurl_pathsegment.description">URL path segment for this. Only valid URL characters are allowed, namely: latin letters, numbers, underscore and/or minus character.</label>
<label index="tx_realurl_exclude.description">Excludes this page from the speaking URL. Note that this works only if this page is not the target page of the reader.</label>
<label index="tx_realurl_pathoverride.description">If checked, the speaking path segment field must contain the whole path to the page (excluding pre- and postVars). This gives an option to override the path completely. Without this option the field defines only a single URL segment for the current page. When overriding the whole path, the path MUST NOT start or end with a slash!</label>
</languageKey>
</data>
</T3locallang>