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,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>