TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:41 +02:00
commit 621587f02d
50 changed files with 4650 additions and 0 deletions
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/Modules/active.xlf" date="2026-11-10T13:37:37Z" product-name="active">
<header/>
<body>
<trans-unit id="title">
<source>Active TypoScript</source>
</trans-unit>
<!-- intentionally left blank, not utilized (for now) -->
<trans-unit id="short_description">
<source/>
</trans-unit>
<trans-unit id="description">
<source/>
</trans-unit>
</body>
</file>
</xliff>
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/Modules/analyzer.xlf" date="2026-11-10T13:37:37Z" product-name="analyzer">
<header/>
<body>
<trans-unit id="title">
<source>Included TypoScript</source>
</trans-unit>
<!-- intentionally left blank, not utilized (for now) -->
<trans-unit id="short_description">
<source/>
</trans-unit>
<trans-unit id="description">
<source/>
</trans-unit>
</body>
</file>
</xliff>
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/Modules/constanteditor.xlf" date="2026-11-10T13:37:37Z" product-name="constanteditor">
<header/>
<body>
<trans-unit id="title">
<source>Constant Editor</source>
</trans-unit>
<!-- intentionally left blank, not utilized (for now) -->
<trans-unit id="short_description">
<source/>
</trans-unit>
<trans-unit id="description">
<source/>
</trans-unit>
</body>
</file>
</xliff>
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/Modules/infomodify.xlf" date="2026-11-10T13:37:37Z" product-name="infomodify">
<header/>
<body>
<trans-unit id="title">
<source>Edit TypoScript Record</source>
</trans-unit>
<!-- intentionally left blank, not utilized (for now) -->
<trans-unit id="short_description">
<source/>
</trans-unit>
<trans-unit id="description">
<source/>
</trans-unit>
</body>
</file>
</xliff>
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/Modules/recordsoverview.xlf" date="2026-11-10T13:37:37Z" product-name="recordsoverview">
<header/>
<body>
<trans-unit id="title">
<source>TypoScript Overview</source>
</trans-unit>
<!-- intentionally left blank, not utilized (for now) -->
<trans-unit id="short_description">
<source/>
</trans-unit>
<trans-unit id="description">
<source/>
</trans-unit>
</body>
</file>
</xliff>
+17
View File
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/Modules/ts.xlf" date="2026-11-10T13:37:37Z" product-name="ts">
<header/>
<body>
<trans-unit id="short_description">
<source>TypoScript tools</source>
</trans-unit>
<trans-unit id="description">
<source>Here you manage the TypoScript records which are in charge of the look of your website on the frontend. The module provides specialized features like a TypoScript tree, a constant editor and raw editing facilities.</source>
</trans-unit>
<trans-unit id="title">
<source>TypoScript</source>
</trans-unit>
</body>
</file>
</xliff>
+41
View File
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/locallang.xlf" date="2011-10-17T20:22:37Z" product-name="tstemplate">
<header/>
<body>
<trans-unit id="noRecordFound.infobox.title">
<source>No TypoScript record on the current page</source>
</trans-unit>
<trans-unit id="noRecordFound.infobox.message">
<source>You need to create a TypoScript record in order to edit your configuration.</source>
</trans-unit>
<trans-unit id="noRecordFound.goToClosestRecord.description">
<source>The closest TypoScript record is located on page '%s' (uid %s).</source>
</trans-unit>
<trans-unit id="noRecordFound.goToClosestRecord.link.title">
<source>Select this TypoScript record</source>
</trans-unit>
<trans-unit id="noRecordFound.createRootTypoScriptRecord.headline">
<source>Root TypoScript record</source>
</trans-unit>
<trans-unit id="noRecordFound.createRootTypoScriptRecord.description">
<source>Choose this option if you want this page to be the root of a new site.</source>
</trans-unit>
<trans-unit id="noRecordFound.createRootTypoScriptRecord.link.title">
<source>Create a root TypoScript record</source>
</trans-unit>
<trans-unit id="noRecordFound.createRootTypoScriptRecord.title.placeholder">
<source>NEW SITE</source>
</trans-unit>
<trans-unit id="noRecordFound.createAdditionalTypoScriptRecord.headline">
<source>Additional TypoScript record</source>
</trans-unit>
<trans-unit id="noRecordFound.createAdditionalTypoScriptRecord.description">
<source>An additional TypoScript record allows you to enter TypoScript values that will affect only this page and subpages.</source>
</trans-unit>
<trans-unit id="noRecordFound.createAdditionalTypoScriptRecord.link.title">
<source>Create an additional TypoScript record</source>
</trans-unit>
</body>
</file>
</xliff>
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/locallang_active.xlf" date="2011-10-17T20:22:37Z" product-name="tstemplate">
<header/>
<body>
<trans-unit id="submodule.title">
<source>Active TypoScript</source>
</trans-unit>
<trans-unit id="submodule.titleWithRecord">
<source>Active TypoScript for record "%s"</source>
</trans-unit>
<trans-unit id="submodule.description">
<source>Overview of the current TypoScript configuration of the system, divided into constants and setup parts. Optionally, the constant values can be displayed directly in the setup. A targeted search for values and TypoScript names is possible. The list of results can also be filtered according to TypoScript conditions.</source>
</trans-unit>
<trans-unit id="infobox.message.noTypoScriptFound">
<source>No TypoScript found.</source>
</trans-unit>
<trans-unit id="options.displayComments">
<source>Display comments</source>
</trans-unit>
<trans-unit id="options.displayConstantSubstitutions">
<source>Substitute constants in setup</source>
</trans-unit>
<trans-unit id="options.selectedRecord">
<source>Selected record</source>
</trans-unit>
<trans-unit id="options.sortAlphabetically">
<source>Sort keys alphabetically</source>
</trans-unit>
<trans-unit id="sectionHeadline.constants">
<source>Constants</source>
</trans-unit>
<trans-unit id="sectionHeadline.setup">
<source>Setup</source>
</trans-unit>
<trans-unit id="panel.header.conditions">
<source>Conditions</source>
</trans-unit>
<trans-unit id="panel.header.configuration">
<source>Configuration</source>
</trans-unit>
<trans-unit id="panel.info.conditionActiveCount.multiple">
<source>%s active conditions</source>
</trans-unit>
<trans-unit id="panel.info.conditionActiveCount.single">
<source>%s active condition</source>
</trans-unit>
<trans-unit id="panel.info.conditionWithConstant">
<source>Constant usage: [%s]</source>
</trans-unit>
<trans-unit id="tree.valueWithConstant">
<source>Constant usage: %s</source>
</trans-unit>
<!-- Edit action -->
<trans-unit id="editAction.submodule.title">
<source>Edit single property</source>
</trans-unit>
<trans-unit id="editAction.submodule.titleWithTemplate">
<source>Edit single property in TypoScript record "%s"</source>
</trans-unit>
<trans-unit id="editAction.infobox.title.noTypoScriptTemplateOnCurrentPage">
<source>No TypoScript record on the current page</source>
</trans-unit>
<trans-unit id="editAction.infobox.message.noTypoScriptTemplateOnCurrentPage">
<source>You cannot edit properties and values if there is no current TypoScript record in which the configuration can be stored. Please create an extension TypoScript record in "Edit TypoScript Record" first.</source>
</trans-unit>
<trans-unit id="editAction.addProperty.headline">
<source>Add or override child property</source>
</trans-unit>
<trans-unit id="editAction.addProperty.btn">
<source>Add</source>
</trans-unit>
<trans-unit id="editAction.editProperty.headline">
<source>Edit current value</source>
</trans-unit>
<trans-unit id="editAction.editProperty.btn">
<source>Update</source>
</trans-unit>
<trans-unit id="editAction.clearObject.headline">
<source>Clear the object</source>
</trans-unit>
<trans-unit id="editAction.clearObject.infotextWithProperty">
<source>The object will be cleared via the statement:</source>
</trans-unit>
<trans-unit id="editAction.clearObject.btn">
<source>Clear now</source>
</trans-unit>
<!-- Update action -->
<trans-unit id="updateAction.lineAdded">
<source>Line added to current TypoScript record</source>
</trans-unit>
<trans-unit id="updateAction.lineNotAdded">
<source>No line added to current TypoScript record</source>
</trans-unit>
<trans-unit id="updateAction.noSpaces">
<source>You must enter a property with characters "a-z", "A-Z", "0-9", or ".". Dots will be quoted. No spaces or special chars.</source>
</trans-unit>
</body>
</file>
</xliff>
@@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/locallang_analyzer.xlf" date="2011-10-17T20:22:37Z" product-name="tstemplate">
<header/>
<body>
<trans-unit id="submodule.title">
<source>Included TypoScript</source>
</trans-unit>
<trans-unit id="submodule.titleWithRecord">
<source>Included TypoScript for record "%s"</source>
</trans-unit>
<trans-unit id="submodule.description">
<source>Overview of the included TypoScript and include order for the current page.</source>
</trans-unit>
<trans-unit id="infobox.message.noTypoScriptFound">
<source>No TypoScript found.</source>
</trans-unit>
<trans-unit id="options.selectedRecord">
<source>Selected record</source>
</trans-unit>
<trans-unit id="sectionHeadline.constants">
<source>Constants</source>
</trans-unit>
<trans-unit id="sectionHeadline.setup">
<source>Setup</source>
</trans-unit>
<trans-unit id="panel.header.syntaxErrors">
<source>Syntax scanner warnings</source>
</trans-unit>
<trans-unit id="panel.header.configuration">
<source>Configuration</source>
</trans-unit>
<trans-unit id="panel.info.syntaxErrorCount.single">
<source>%s syntax warning</source>
</trans-unit>
<trans-unit id="panel.info.syntaxErrorCount.multiple">
<source>%s syntax warnings</source>
</trans-unit>
<trans-unit id="syntaxError.sourceCode">
<source>Show affected code snippet</source>
</trans-unit>
<trans-unit id="syntaxError.type.line.invalid">
<source>Invalid line in "%1$s", line number "%2$s"</source>
</trans-unit>
<trans-unit id="syntaxError.type.brace.excess">
<source>Brace in excess in "%1$s", line number "%2$s"</source>
</trans-unit>
<trans-unit id="syntaxError.type.brace.missing">
<source>Brace missing in "%1$s", line number "%2$s"</source>
</trans-unit>
<trans-unit id="syntaxError.type.import.empty">
<source>Import does not find a file in "%1$s", line number "%2$s"</source>
</trans-unit>
<trans-unit id="tree.child.btn.sourceCode">
<source>Show code</source>
</trans-unit>
<trans-unit id="tree.child.btn.sourceCodeWithResolvedIncludes">
<source>Show code including possible includes/imports</source>
</trans-unit>
<trans-unit id="tree.child.setting.clear">
<source>Clear</source>
</trans-unit>
<trans-unit id="tree.child.setting.root">
<source>Root</source>
</trans-unit>
<trans-unit id="tree.child.sysTemplateRecord">
<source>TypoScript record (page UID %s)</source>
</trans-unit>
<trans-unit id="tree.child.type.AtImport">
<source>Included via "@import"</source>
</trans-unit>
<trans-unit id="tree.child.type.Condition">
<source>Condition (then)</source>
</trans-unit>
<trans-unit id="tree.child.type.ConditionElse">
<source>Condition (else)</source>
</trans-unit>
<trans-unit id="tree.child.type.ConditionStop">
<source>Condition (end)</source>
</trans-unit>
<trans-unit id="tree.child.type.DefaultTypoScript">
<source>Included via "$GLOBALS"</source>
</trans-unit>
<trans-unit id="tree.child.type.DefaultTypoScriptMagicKey">
<source>Included via "$GLOBALS"</source>
</trans-unit>
<trans-unit id="tree.child.type.DefaultTypoScriptMagicKey_formlabel">
<source>Default content rendering</source>
</trans-unit>
<trans-unit id="tree.child.type.ExtensionStatic">
<source>TypoScript set (loaded automatically)</source>
</trans-unit>
<trans-unit id="tree.child.type.File">
<source>Part of a TypoScript set</source>
</trans-unit>
<trans-unit id="tree.child.type.IncludeStaticFileDatabase">
<source>TypoScript set</source>
</trans-unit>
<trans-unit id="tree.child.type.IncludeStaticFileFile">
<source>TypoScript set (included via file)</source>
</trans-unit>
<trans-unit id="tree.child.type.Root">
<source>Root</source>
</trans-unit>
<trans-unit id="tree.child.type.Segment">
<source>Code segment</source>
</trans-unit>
<trans-unit id="tree.child.type.Site">
<source>Site</source>
</trans-unit>
<trans-unit id="tree.child.type.SiteTemplate">
<source>Site configuration</source>
</trans-unit>
<trans-unit id="tree.child.type.SysTemplate">
<source>TypoScript record</source>
</trans-unit>
</body>
</file>
</xliff>
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/locallang_ceditor.xlf" date="2011-10-17T20:22:37Z" product-name="tstemplate">
<header/>
<body>
<trans-unit id="submodule.title">
<source>Constant Editor</source>
</trans-unit>
<trans-unit id="submodule.titleWithRecord">
<source>Constant Editor for TypoScript record "%s"</source>
</trans-unit>
<trans-unit id="submodule.description">
<source>Overwrite constants and save them to the selected TypoScript record on the current page. Only options that have been made available for editing in the constant editor are shown below. In addition, more constants can exist in the system.</source>
</trans-unit>
<trans-unit id="options.selectedCategory">
<source>Selected category</source>
</trans-unit>
<trans-unit id="options.selectedRecord">
<source>Selected record</source>
</trans-unit>
<trans-unit id="infobox.message.noConstants">
<source>There are no editable constants available for the Constant Editor.</source>
</trans-unit>
</body>
</file>
</xliff>
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/locallang_info.xlf" date="2011-10-17T20:22:37Z" product-name="tstemplate">
<header/>
<body>
<trans-unit id="submodule.title">
<source>Edit TypoScript record</source>
</trans-unit>
<trans-unit id="submodule.titleWithRecord">
<source>Edit TypoScript record "%s"</source>
</trans-unit>
<trans-unit id="submodule.description">
<source>Modify the content of the selected TypoScript record of the current page. Modifications can be made either for configurations like TypoScript constants and setup or basics like the title and description of the TypoScript record itself.</source>
</trans-unit>
<trans-unit id="options.selectedRecord">
<source>Selected record</source>
</trans-unit>
<trans-unit id="table.column.constants">
<source>Constants</source>
</trans-unit>
<trans-unit id="table.column.description">
<source>Description</source>
</trans-unit>
<trans-unit id="table.column.lines">
<source>%s lines</source>
</trans-unit>
<trans-unit id="table.column.setup">
<source>Setup</source>
</trans-unit>
<trans-unit id="table.column.title">
<source>Title</source>
</trans-unit>
<trans-unit id="btn.editSiteConfiguration">
<source>Edit site configuration</source>
</trans-unit>
<trans-unit id="btn.editSiteSettings">
<source>Edit site settings</source>
</trans-unit>
<trans-unit id="btn.editTypoScriptRecord">
<source>Edit the whole TypoScript record</source>
</trans-unit>
<trans-unit id="infoTypoScriptRecordFromSite.title">
<source>TypoScript settings have been implicitly generated from site sets includes</source>
</trans-unit>
<trans-unit id="infoTypoScriptRecordFromSite.message">
<source>The site configuration '%s' has one or more dependencies on site sets. The sets can be configured in the 'Sites » Setup' backend module. The TypoScript definitions can be edited on the file system.</source>
</trans-unit>
<trans-unit id="noConstantsButSiteSettings.title">
<source>Site Settings available</source>
</trans-unit>
<trans-unit id="noConstantsButSiteSettings.message">
<source>Edit site settings via the 'Sites » Setup' backend module.</source>
</trans-unit>
</body>
</file>
</xliff>
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="EXT:tstemplate/Resources/Private/Language/locallang_overview.xlf" date="2023-01-22T19:53:00Z" product-name="tstemplate">
<header/>
<body>
<trans-unit id="typoscriptRecords.title">
<source>TypoScript Overview</source>
</trans-unit>
<trans-unit id="typoscriptRecords.description">
<source>Global overview of all pages with active TypoScript definitions (database records and site sets).</source>
</trans-unit>
<trans-unit id="typoscriptRecords.noRecordsFound">
<source>No TypoScript definitions found.</source>
</trans-unit>
<trans-unit id="typoscriptRecords.table.column.pageTitle">
<source>Page title</source>
</trans-unit>
<trans-unit id="typoscriptRecords.table.column.typoscriptRecords">
<source>TypoScript definitions</source>
</trans-unit>
<trans-unit id="typoscriptRecords.table.column.site">
<source>Site set</source>
</trans-unit>
<trans-unit id="typoscriptRecords.table.column.root">
<source>Marked as root</source>
</trans-unit>
</body>
</file>
</xliff>