<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
	<file source-language="en" datatype="plaintext" original="EXT:lowlevel/Resources/Private/Language/locallang.xlf" date="2011-10-17T20:22:34Z" product-name="lowlevel">
		<header/>
		<body>
			<trans-unit id="module.configuration.title">
				<source>Configuration</source>
			</trans-unit>
			<trans-unit id="module.configuration.shortDescription">
				<source>View configuration from localconf.php and tables.php</source>
			</trans-unit>
			<trans-unit id="module.configuration.description">
				<source>Allows you to browse the values of the $TCA array (table configuration) and $TYPO3_CONF_VARS. You cannot set any values, only browse them.</source>
			</trans-unit>
			<trans-unit id="module.configuration.numberOfSearchMatches">
				<source>%s search match(es)</source>
			</trans-unit>

			<trans-unit id="moduleMenu.dropdown.label">
				<source>Configuration to show</source>
			</trans-unit>
			<trans-unit id="configuration.headline">
				<source>Configuration of "%1s"</source>
			</trans-unit>
			<trans-unit id="typo3ConfVars">
				<source>$GLOBALS['TYPO3_CONF_VARS'] (Global Configuration)</source>
			</trans-unit>
			<trans-unit id="tca">
				<source>$GLOBALS['TCA'] (Table configuration array)</source>
			</trans-unit>
			<trans-unit id="beUserTsConfig">
				<source>$GLOBALS['BE_USER']-&gt;getTSConfig() (User TSconfig)</source>
			</trans-unit>
			<trans-unit id="beUser">
				<source>$GLOBALS['BE_USER']-&gt;uc (User Settings)</source>
			</trans-unit>
			<trans-unit id="usersettings">
				<source>$GLOBALS['TYPO3_USER_SETTINGS'] (User Settings Configuration)</source>
			</trans-unit>
			<trans-unit id="routes">
				<source>Backend Routes</source>
			</trans-unit>
			<trans-unit id="httpMiddlewareStacks">
				<source>HTTP Middlewares (PSR-15)</source>
			</trans-unit>
			<trans-unit id="contentSecurityPolicyMutations">
				<source>Content Security Policy Mutations</source>
			</trans-unit>
			<trans-unit id="sitesTcaConfiguration">
				<source>Sites: TCA configuration</source>
			</trans-unit>
			<trans-unit id="sitesYamlConfiguration">
				<source>Sites: YAML configuration</source>
			</trans-unit>
			<trans-unit id="eventListeners">
				<source>Event Listeners (PSR-14)</source>
			</trans-unit>
			<trans-unit id="mfaProviders">
				<source>MFA providers</source>
			</trans-unit>
			<trans-unit id="softReferenceParsers">
				<source>Soft Reference Parsers</source>
			</trans-unit>
			<trans-unit id="toolbarItems">
				<source>Backend Toolbar Items</source>
			</trans-unit>
			<trans-unit id="symfonyExpressionLanguage">
				<source>Symfony Expression Language Providers</source>
			</trans-unit>
			<trans-unit id="doctrineDbalDriverMiddlewares">
				<source>Doctrine DBAL Driver Middlewares</source>
			</trans-unit>
			<trans-unit id="formYamlConfiguration">
				<source>Form: YAML Configuration</source>
			</trans-unit>
			<trans-unit id="t3services">
				<source>$GLOBALS['T3_SERVICES'] (Registered Services)</source>
			</trans-unit>
			<trans-unit id="backendModules">
				<source>Backend Modules</source>
			</trans-unit>
			<trans-unit id="pagesTypes">
				<source>Table permissions per page type</source>
			</trans-unit>

			<trans-unit id="module.dbint.title">
				<source>DB Check</source>
			</trans-unit>
			<trans-unit id="module.dbint.shortDescription">
				<source>Database integrity check</source>
			</trans-unit>
			<trans-unit id="module.dbint.description">
				<source>Here you can check the integrity of the database tables configured by the $TCA. For instance all records must belong to a page record. You can also get a view of the total pagetree including deleted pages. Finally you've got access to a global database search facility.</source>
			</trans-unit>

			<trans-unit id="module.dbint.docheader.viewmode">
				<source>Module action</source>
			</trans-unit>
			<trans-unit id="search.submit">
				<source>Search All Records</source>
				<note>Label of submit button to search within the database (raw search in all fields)</note>
			</trans-unit>
			<trans-unit id="search">
				<source>Search</source>
			</trans-unit>
			<trans-unit id="recordStatistics">
				<source>Record Statistics</source>
			</trans-unit>
			<trans-unit id="totalPageTree">
				<source>Total Page Tree</source>
			</trans-unit>
			<trans-unit id="databaseRelations">
				<source>Database Relations</source>
			</trans-unit>
			<trans-unit id="fullSearch">
				<source>Full search</source>
			</trans-unit>
			<trans-unit id="findFilename">
				<source>Find filename</source>
			</trans-unit>
			<trans-unit id="manageRefIndex">
				<source>Manage Reference Index</source>
			</trans-unit>
			<trans-unit id="rawSearch">
				<source>Raw search in all fields</source>
			</trans-unit>
			<trans-unit id="advancedQuery">
				<source>Advanced query</source>
			</trans-unit>
			<trans-unit id="selectRecords">
				<source>Select records</source>
			</trans-unit>
			<trans-unit id="countResults">
				<source>Count results</source>
			</trans-unit>
			<trans-unit id="explainQuery">
				<source>Explain query</source>
			</trans-unit>
			<trans-unit id="csvExport">
				<source>CSV Export</source>
			</trans-unit>
			<trans-unit id="xmlExport">
				<source>XML Export</source>
			</trans-unit>
			<trans-unit id="clickToUpdateRefIndex">
				<source>Click here to update reference index</source>
			</trans-unit>
			<trans-unit id="updateNow">
				<source>Update now!</source>
			</trans-unit>
			<trans-unit id="clickToTestRefIndex">
				<source>Click here to test reference index</source>
			</trans-unit>
			<trans-unit id="referenceIndex_description">
				<source>TYPO3's reference index keeps track of the relations between records. As it can happen that the reference index contains outdated values, you can check and update it here.</source>
			</trans-unit>
			<trans-unit id="referenceIndex_buttonUpdate">
				<source>Update reference index</source>
			</trans-unit>
			<trans-unit id="referenceIndex_buttonCheck">
				<source>Check reference index</source>
			</trans-unit>
			<trans-unit id="checkNow">
				<source>Check now!</source>
			</trans-unit>
			<trans-unit id="checkScript_headline">
				<source>Using the command line interface</source>
			</trans-unit>
			<trans-unit id="checkScript">
				<source>You can also run the check as a shell script using CLI if the processing takes longer than the PHP max_execution_time allows.</source>
			</trans-unit>
			<trans-unit id="checkScript_check_description">
				<source>To check the reference index use:</source>
			</trans-unit>
			<trans-unit id="checkScript_update_description">
				<source>To update the reference index use:</source>
			</trans-unit>
			<trans-unit id="checkScript_moreDetails">
				<source>For more details see:</source>
			</trans-unit>
			<trans-unit id="updateRefIndex">
				<source>Update reference index</source>
			</trans-unit>

			<trans-unit id="fullSearch.flashMessage.noResultsFoundMessage">
				<source>The query returned no results.</source>
			</trans-unit>
			<trans-unit id="fullSearch.section.queryOptions">
				<source>Query options</source>
			</trans-unit>
			<trans-unit id="fullSearch.section.querySQL">
				<source>Full SQL query</source>
			</trans-unit>
			<trans-unit id="fullSearch.section.querySQL.error">
				<source>SQL error</source>
			</trans-unit>
			<trans-unit id="fullSearch.section.querySettings">
				<source>Query compilation</source>
			</trans-unit>
			<trans-unit id="fullSearch.section.queryStorage">
				<source>Load/save query</source>
			</trans-unit>
			<trans-unit id="fullSearch.section.result">
				<source>Result</source>
			</trans-unit>
			<trans-unit id="fullSearch.type.count.resultsFound">
				<source>records found.</source>
			</trans-unit>
			<trans-unit id="fullSearch.type.all.noResultsFound">
				<source>No records found.</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.btn.delete.label">
				<source>Delete</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.btn.load.label">
				<source>Load</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.btn.save.label">
				<source>Save</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.groupBy.label">
				<source>Group by</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.limit.label">
				<source>Limit</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.makeQuery.label">
				<source>Result type</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.orderBy.label">
				<source>Order by</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.orderBy.descending">
				<source>Descending</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.searchType.label">
				<source>Search type</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.query.label">
				<source>Query</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.queryFields.label">
				<source>Fields</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.queryTable.label">
				<source>Table</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.queryStore.storage.label">
				<source>Saved queries</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.queryStore.storage.0">
				<source>[New]</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.queryStore.title.label">
				<source>Title</source>
			</trans-unit>
			<trans-unit id="fullSearch.form.field.queryConfig.comparison.negate">
				<source>Negate</source>
			</trans-unit>

			<trans-unit id="showSQL">
				<source>Show SQL parts</source>
			</trans-unit>
			<trans-unit id="useFormattedStrings">
				<source>Use formatted strings, labels and dates instead of original values for results</source>
			</trans-unit>
			<trans-unit id="dontUseOrigValues">
				<source>Don't use original values in brackets as prefix for labeled results</source>
			</trans-unit>
			<trans-unit id="sortOptions">
				<source>Sort selectbox-options for relations by label and not by value</source>
			</trans-unit>
			<trans-unit id="showDeleted">
				<source>Show even deleted entries (with undelete buttons)</source>
			</trans-unit>
			<trans-unit id="result">
				<source>Result</source>
			</trans-unit>
			<trans-unit id="no_results">
				<source>No results found for "%s".</source>
				<note>Info text in case no results are found for a given search term</note>
			</trans-unit>
			<trans-unit id="no_sword">
				<source>Enter a search term to search for records</source>
			</trans-unit>
			<trans-unit id="tables">
				<source>Tables</source>
			</trans-unit>
			<trans-unit id="references">
				<source>references</source>
			</trans-unit>
			<trans-unit id="isMissing">
				<source>is missing!</source>
			</trans-unit>
			<trans-unit id="referencedFrom">
				<source>Referenced from</source>
			</trans-unit>
			<trans-unit id="enterRegexPattern">
				<source>Enter regex pattern</source>
			</trans-unit>
			<trans-unit id="searchButton">
				<source>Search</source>
			</trans-unit>
			<trans-unit id="pattern">
				<source>Pattern</source>
			</trans-unit>
			<trans-unit id="beingChecked">
				<source>being checked...</source>
			</trans-unit>
			<trans-unit id="directories">
				<source>Dirs</source>
			</trans-unit>
			<trans-unit id="directoriesTooDeep">
				<source>ERROR: Directories deeper than the following number of levels</source>
			</trans-unit>
			<trans-unit id="files">
				<source>Files</source>
			</trans-unit>
			<trans-unit id="matchingFiles">
				<source>Matching files</source>
			</trans-unit>
			<trans-unit id="notChecked">
				<source>not checked.</source>
			</trans-unit>
			<trans-unit id="searchingForFilenames">
				<source>Searching for filenames</source>
			</trans-unit>
			<trans-unit id="fixLostRecord">
				<source>Click to move this lost record to rootlevel (pid=0)</source>
			</trans-unit>
			<trans-unit id="doktype">
				<source>Document types</source>
			</trans-unit>
			<trans-unit id="doktype_value">
				<source>Document types (value)</source>
			</trans-unit>
			<trans-unit id="pages">
				<source>Pages</source>
			</trans-unit>
			<trans-unit id="total_pages">
				<source>Total number of default language pages</source>
			</trans-unit>
			<trans-unit id="translated_pages">
				<source>Total number of translated pages</source>
			</trans-unit>
			<trans-unit id="deleted_pages">
				<source>Marked-deleted pages</source>
			</trans-unit>
			<trans-unit id="hidden_pages">
				<source>Hidden pages</source>
			</trans-unit>
			<trans-unit id="count">
				<source>Count</source>
			</trans-unit>
			<trans-unit id="label">
				<source>Label</source>
			</trans-unit>
			<trans-unit id="tablename">
				<source>Table name</source>
			</trans-unit>
			<trans-unit id="total_lost">
				<source>Records total / lost</source>
			</trans-unit>
			<trans-unit id="relations">
				<source>Relations</source>
			</trans-unit>
			<trans-unit id="relations_description">
				<source>The module gives some overview of missing relations in fields of the TCA types 'select' and 'group'.</source>
			</trans-unit>
			<trans-unit id="relations_noRecordsFound">
				<source>No records found.</source>
			</trans-unit>
			<trans-unit id="select_db">
				<source>Select fields</source>
			</trans-unit>
			<trans-unit id="group_db">
				<source>Group fields</source>
			</trans-unit>
			<trans-unit id="tree">
				<source>The Page Tree</source>
			</trans-unit>
			<trans-unit id="tree_description">
				<source>This shows all pages in the system in one large tree. Beware that this will probably result in a very long document which will also take some time for the server to compute!</source>
			</trans-unit>
			<trans-unit id="records">
				<source>Records Statistics</source>
			</trans-unit>
			<trans-unit id="records_description">
				<source>This shows some statistics for the records in the database. This runs through the entire page-tree and therefore it will also load the server heavily!</source>
			</trans-unit>
			<trans-unit id="search_whole_database">
				<source>Search whole Database</source>
			</trans-unit>
			<trans-unit id="search_description">
				<source>This searches through all database tables and records for a text string.</source>
			</trans-unit>
			<trans-unit id="refindex">
				<source>Check and update global reference index</source>
			</trans-unit>
			<trans-unit id="refindex_description">
				<source>Allows you to maintain the reference index kept by TYPO3.</source>
			</trans-unit>
			<trans-unit id="refindex_ok">
				<source>Index integrity was perfect!</source>
			</trans-unit>
		</body>
	</file>
</xliff>
