<?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:linkvalidator/Resources/Private/Language/Module/locallang.xlf" date="2011-10-17T20:22:34Z" product-name="linkvalidator">
		<header/>
		<body>
			<trans-unit id="linkvalidator">
				<source>LinkValidator</source>
			</trans-unit>
			<trans-unit id="overview.headline">
				<source>Link check</source>
			</trans-unit>
			<trans-unit id="overview.headlineWithPageTitle">
				<source>Link check of page "%s"</source>
			</trans-unit>
			<trans-unit id="hooks.db">
				<source>Internal Links</source>
			</trans-unit>
			<trans-unit id="hooks.file">
				<source>File Links</source>
			</trans-unit>
			<trans-unit id="hooks.external">
				<source>External Links</source>
			</trans-unit>
			<trans-unit id="filter.depth">
				<source>Depth</source>
			</trans-unit>
			<trans-unit id="label_refresh">
				<source>Refresh display</source>
			</trans-unit>
			<trans-unit id="label_update">
				<source>Check links</source>
			</trans-unit>
			<trans-unit id="list.check.headline">
				<source>Configuration</source>
			</trans-unit>
			<trans-unit id="list.header">
				<source>Listing of broken links</source>
			</trans-unit>
			<trans-unit id="list.tableHead.errorMessage">
				<source>Error message</source>
			</trans-unit>
			<trans-unit id="list.tableHead.field">
				<source>Field</source>
			</trans-unit>
			<trans-unit id="list.tableHead.lastCheck">
				<source>Last check</source>
			</trans-unit>
			<trans-unit id="list.tableHead.linkTarget">
				<source>Link target</source>
			</trans-unit>
			<trans-unit id="list.tableHead.linkText">
				<source>Link text</source>
			</trans-unit>
			<trans-unit id="list.tableHead.linkType">
				<source>Link type</source>
			</trans-unit>
			<trans-unit id="list.tableHead.page">
				<source>Located on page / folder</source>
			</trans-unit>
			<trans-unit id="list.tableHead.parentPage">
				<source>Parent page / folder</source>
			</trans-unit>
			<trans-unit id="list.tableHead.record">
				<source>Record</source>
			</trans-unit>
			<trans-unit id="list.tableHead.table">
				<source>Table</source>
			</trans-unit>
			<trans-unit id="list.tableHead.title">
				<source>Title</source>
			</trans-unit>
			<trans-unit id="list.tableHead.uid">
				<source>Uid</source>
			</trans-unit>
			<trans-unit id="list.tableFoot.record">
				<source>Records</source>
			</trans-unit>
			<trans-unit id="list.tableFoot.records">
				<source>Records</source>
			</trans-unit>
			<trans-unit id="list.edit">
				<source>Edit record containing this broken link</source>
			</trans-unit>
			<trans-unit id="list.editField">
				<source>Edit only the field containing this broken link</source>
			</trans-unit>
			<trans-unit id="list.report.btn.info.title">
				<source>Display information</source>
			</trans-unit>
			<trans-unit id="list.report.linkText.noValue">
				<source>[No value]</source>
			</trans-unit>
			<trans-unit id="list.report.pagedeleted">
				<source>Page '###title###' (id=###uid###) is deleted.</source>
			</trans-unit>
			<trans-unit id="list.report.pagenotvisible">
				<source>Page '###title###' (id=###uid###) is not visible.</source>
			</trans-unit>
			<trans-unit id="list.report.pagenotexisting">
				<source>Page (id=###uid###) does not exist.</source>
			</trans-unit>
			<trans-unit id="list.report.contentmoved">
				<source>Record '###title###' (id=###uid###) is not located on page ###wrongpage###, but on page ###rightpage###.</source>
			</trans-unit>
			<trans-unit id="list.report.contentdeleted">
				<source>Record '###title###' (id=###uid###) is deleted.</source>
			</trans-unit>
			<trans-unit id="list.report.contentnotvisible">
				<source>Record '###title###' (id=###uid###) is not visible.</source>
			</trans-unit>
			<trans-unit id="list.report.contentnotexisting">
				<source>Record (id=###uid###) does not exist.</source>
			</trans-unit>
			<trans-unit id="list.report.noinformation">
				<source>No information about the error is available.</source>
			</trans-unit>
			<trans-unit id="list.report.redirectloop">
				<source>A redirect loop occurred. (%s: %s)</source>
			</trans-unit>
			<trans-unit id="list.report.tooManyRedirects">
				<source>Too many redirects.</source>
			</trans-unit>
			<trans-unit id="list.report.filenotexisting">
				<source>File doesn't exist.</source>
			</trans-unit>

			<!-- external linktype check errors -->
			<trans-unit id="linkcheck.error.external.generic">
				<source>External link is broken.</source>
			</trans-unit>
			<trans-unit id="list.report.couldnotresolvehost">
				<source>Could not resolve host. The given remote host was not resolved.</source>
			</trans-unit>
			<trans-unit id="list.report.errornetworkdata">
				<source>Failure with receiving network data.</source>
			</trans-unit>
			<trans-unit id="list.report.otherhttpcode">
				<source>An error occurred (%s): "%s".</source>
			</trans-unit>
			<trans-unit id="list.report.httpexception">
				<source>Exception: %s</source>
			</trans-unit>
			<trans-unit id="list.report.networkexception">
				<source>Network error / invalid domain</source>
			</trans-unit>

			<!-- HTTP status code error messages -->
			<trans-unit id="list.report.error.httpstatuscode.300">
				<source>Multiple Choices (300).</source>
			</trans-unit>
			<trans-unit id="list.report.error.httpstatuscode.305">
				<source>Use proxy (305).</source>
			</trans-unit>
			<trans-unit id="list.report.pageforbidden403">
				<source>Accessing this address is not allowed (403).</source>
			</trans-unit>
			<trans-unit id="list.report.pagenotfound404">
				<source>The requested URL was not found (404).</source>
			</trans-unit>
			<trans-unit id="list.report.internalerror500">
				<source>Internal Server Error (500)</source>
			</trans-unit>
			<trans-unit id="list.report.externalerror">
				<source>External Link returned HTTP error code (%s).</source>
			</trans-unit>

			<!-- libcurl error messages from https://curl.haxx.se/libcurl/c/libcurl-errors.html -->
			<!-- ignoring various FTP errors here: 10 - 15, 17, 19  and other error that are unlikely -->
			<trans-unit id="list.report.error.libcurl.1">
				<source>Unsupported protocol.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.2">
				<source>Initialization failed.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.3">
				<source>The URL was not properly formatted.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.4">
				<source>Feature not supported.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.5">
				<source>Couldn't resolve proxy.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.6">
				<source>Couldn't resolve host.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.7">
				<source>Failed to connect to host or proxy.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.8">
				<source>The remote server sent data that could not be parsed.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.9">
				<source>Access denied.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.16">
				<source>Generic HTTP/2 error.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.18">
				<source>A file transfer was shorter or larger than expected.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.28">
				<source>Timeout: The remote server possibly took too long to answer.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.35">
				<source>Problem with SSl / TLS handshake.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.47">
				<source>Too many redirects.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.55">
				<source>General network error. Send failed.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.56">
				<source>General network error. Receive failed.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.60">
				<source>The remote server's SSL certificate was deemed not OK.</source>
			</trans-unit>
			<trans-unit id="list.report.error.libcurl.63">
				<source>Maximum file size exceeded.</source>
			</trans-unit>
			<trans-unit id="list.msg.ok">
				<source>Ok</source>
			</trans-unit>
			<trans-unit id="list.msg.lastRun">
				<source>%1$s %2$s</source>
			</trans-unit>
			<trans-unit id="list.no.broken.links.title">
				<source>No broken links found</source>
			</trans-unit>
			<trans-unit id="list.no.broken.links">
				<source>There are no broken links for the selected link type restriction.</source>
			</trans-unit>
			<trans-unit id="no.access.title">
				<source>No access!</source>
			</trans-unit>
			<trans-unit id="no.access">
				<source>You do not have access to these listings.</source>
			</trans-unit>
			<trans-unit id="label_update-link-list">
				<source>Checking links, please stand by.</source>
			</trans-unit>
			<trans-unit id="label_refresh-link-list">
				<source>Refreshing link list, please stand by.</source>
			</trans-unit>
			<trans-unit id="needs-recheck">
				<source>Needs recheck</source>
			</trans-unit>
			<trans-unit id="info.noPageSelected.message">
				<source>Please select a page in the page tree.</source>
			</trans-unit>

			<!-- Modal content -->
			<trans-unit id="report.modal.info.title">
				<source>Broken link</source>
			</trans-unit>
			<trans-unit id="report.modal.info.title.withLinkText">
				<source>Broken link: "%s"</source>
			</trans-unit>
			<trans-unit id="report.modal.info.headline.link">
				<source>Link properties</source>
			</trans-unit>
			<trans-unit id="report.modal.info.headline.record">
				<source>Record information</source>
			</trans-unit>
		</body>
	</file>
</xliff>
