Files
cms-reports/Resources/Private/Language/locallang.xlf
T

87 lines
3.9 KiB
XML

<?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:reports/Resources/Private/Language/locallang.xlf" date="2011-10-17T20:22:35Z" product-name="reports">
<header/>
<body>
<trans-unit id="reports_overview">
<source>Reports overview</source>
</trans-unit>
<trans-unit id="choose_report">
<source>Report</source>
</trans-unit>
<trans-unit id="noReportsTitle">
<source>No registered reports</source>
</trans-unit>
<trans-unit id="noReportsMessage">
<source>There are no reports registered in the system and default reports have been disabled.</source>
</trans-unit>
<trans-unit id="link.openModule">
<source>Open</source>
</trans-unit>
<trans-unit id="link.openModuleWithTitle">
<source>Open %1s</source>
</trans-unit>
<trans-unit id="contentStatistics.title">
<source>Content Statistics</source>
</trans-unit>
<trans-unit id="contentStatistics.shortDescription">
<source>Shows statistics about used content elements</source>
</trans-unit>
<trans-unit id="contentStatistics.description">
<source>Provides an overview of all content element types, showing how often each appears across the site. Includes summaries per type.</source>
</trans-unit>
<trans-unit id="contentStatistics.statistic">
<source>Statistics</source>
</trans-unit>
<trans-unit id="contentStatistics.existingElements.header">
<source>Existing Content Element Types</source>
</trans-unit>
<trans-unit id="contentStatistics.existingElements.description">
<source>The listed content elements include both visible and hidden records.</source>
</trans-unit>
<trans-unit id="contentStatistics.existingElements.explanation">
<source>Keep in mind that some elements may not appear on any page, and others might be rendered by alternative methods (TypoScript, ViewHelpers, etc.). As a result, it is not technically possible to determine actual usage.</source>
</trans-unit>
<trans-unit id="contentStatistics.existingElements.error">
<source>The content element database table's schema ("tt_content") could not be analyzed due to a missing or disabled schema type.</source>
</trans-unit>
<trans-unit id="contentStatistics.unusedElements.header">
<source>Unused content elements</source>
</trans-unit>
<trans-unit id="contentStatistics.unusedElements.description">
<source>This list includes content element types that are not used anywhere, or whose existing instances are all flagged as deleted.</source>
</trans-unit>
<trans-unit id="contentStatistics.fields">
<source>%d fields</source>
</trans-unit>
<trans-unit id="contentStatistics.field.type">
<source>Type</source>
</trans-unit>
<trans-unit id="contentStatistics.field.excluded">
<source>Excluded</source>
</trans-unit>
<trans-unit id="contentStatistics.field.not_excluded">
<source>Always visible</source>
</trans-unit>
<trans-unit id="contentStatistics.field.required">
<source>Required</source>
</trans-unit>
<trans-unit id="contentStatistics.statistic.active_text">
<source>%d active / %d hidden</source>
</trans-unit>
<trans-unit id="contentStatistics.statistic.deleted_text">
<source>%d deleted</source>
</trans-unit>
<trans-unit id="contentStatistics.statistic.deleted">
<source>Deleted</source>
</trans-unit>
<trans-unit id="contentStatistics.records">
<source>Records</source>
</trans-unit>
<trans-unit id="contentStatistics.noRecords">
<source>No records found</source>
</trans-unit>
</body>
</file>
</xliff>