TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,110 @@
|
||||
<?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:install/Resources/Private/Language/Report/locallang.xlf" date="2011-10-17T20:22:33Z" product-name="install">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="environment.status.title">
|
||||
<source>System environment check</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="environment.status.value">
|
||||
<source>%1$s Test(s)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="environment.status.message.error">
|
||||
<source>The system environment check returned errors. Those errors will affect the functionality and stability of your TYPO3 CMS instance. Please check the install tool "System environment" for all details.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="environment.status.message.warning">
|
||||
<source>The system environment check returned warnings. Those warnings might have a negative effect on the functionality and stability of your TYPO3 CMS instance. Please check the install tool "System environment" for all details.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="environment.status.message.notice">
|
||||
<source>The system environment check returned notices. Those should not affect the functionality and stability of your TYPO3 CMS instance. Please check the install tool "System environment" for all details.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="environment.status.message.ok">
|
||||
<source/>
|
||||
</trans-unit>
|
||||
<trans-unit id="environment.status.message.info">
|
||||
<source/>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_fileSystem">
|
||||
<source>File System</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_writable">
|
||||
<source>Writable</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_missingDirectory">
|
||||
<source>Required directory missing</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_nonExistingDirectory">
|
||||
<source>Directory not existing</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_recommendedWritableDirectory">
|
||||
<source>Directory should be writable</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_requiredWritableDirectory">
|
||||
<source>Directory not writable</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_directoryDoesNotExist">
|
||||
<source>%s does not exist.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_directoryDoesNotExistCouldNotCreate">
|
||||
<source>%s does not exist and could not be created.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_directoryShouldAlsoBeWritable">
|
||||
<source>Also note that it should be writable, if it did exist.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_directoryShouldBeWritable">
|
||||
<source>%s should be writable.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_directoryMustBeWritable">
|
||||
<source>%s must be writable.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_remainingUpdates">
|
||||
<source>Remaining updates</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_remoteFetchException">
|
||||
<source>Could not fetch version matrix of TYPO3. Maybe this instance is blocked by a firewall?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_isDevelopmentVersion">
|
||||
<source>This version of TYPO3 seems to be a development version. Thus no update information exists.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_patchLevelNotFoundInReleaseMatrix">
|
||||
<source>It seems that this TYPO3 version has never been released. Thus no update information exists.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_newVersionSecurityRelevant">
|
||||
<source>There is a new version of TYPO3 available, updating is security relevant. Please update to version %s.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_newVersion">
|
||||
<source>There is a new version of TYPO3 available. You can update to version %s.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_elts_information">
|
||||
<source>The currently installed TYPO3 version %s doesn't receive any community-driven updates anymore, consider subscribing to Extended Long Term Support (ELTS) releases. Get more information at %s.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_elts_download">
|
||||
<source>Please visit %s to download the release in your ELTS area.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_elts_subscribe">
|
||||
<source>The currently installed TYPO3 version %s doesn't receive any community-driven updates anymore, consider subscribing to Extended Long Term Support (ELTS) releases. Get more information at %s.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_versionOutdated">
|
||||
<source>The TYPO3 version you're using is not supported anymore. You should update to a supported version.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_noAutomaticCheck">
|
||||
<source>Automatic update checking failed, please check for updates manually.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_uptodate">
|
||||
<source>Your TYPO3 version is up-to-date.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_installTool">
|
||||
<source>Install Tool</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_enabledPermanently">
|
||||
<source>Enabled permanently</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_enabledTemporarily">
|
||||
<source>Enabled temporarily</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="status_installEnabledTemporarily">
|
||||
<source>The Install Tool is temporarily enabled. Delete the file "%s" when you have finished setting up TYPO3. If not used the Install Tool will be disabled automatically in %s minutes.</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user