Files

66 lines
3.0 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:backend/Resources/Private/Language/locallang_reset_password.xlf" date="2020-03-06T11:16:11Z" product-name="backend">
<header/>
<body>
<trans-unit id="headline">
<source>Reset Your Password</source>
</trans-unit>
<trans-unit id="instructions.email">
<source>Please enter the email address associated with your backend user account. You will receive the link to create a new password via email.</source>
</trans-unit>
<trans-unit id="instructions.password">
<source>Enter a new password to reset your current password.</source>
</trans-unit>
<trans-unit id="instructions.password_requirement">
<source>Please ensure that your new password matches the following requirements:</source>
</trans-unit>
<trans-unit id="note.other_providers">
<source>Note: If you're using a centralized user management system such as LDAP, OAuth or Active Directory, you might not receive an email.</source>
</trans-unit>
<trans-unit id="email_sent.headline">
<source>Check your inbox</source>
</trans-unit>
<trans-unit id="email_sent.message">
<source><![CDATA[If a backend user with the email address "%s" exists, an email has been sent to this address. Please check your inbox and spam folder.]]></source>
</trans-unit>
<trans-unit id="reset_success.headline">
<source>You've successfully reset your password</source>
</trans-unit>
<trans-unit id="reset_success.message">
<source><![CDATA[With your new credentials you can now log in to the <a href="%s">TYPO3 backend</a>.]]></source>
</trans-unit>
<trans-unit id="input.email">
<source>Enter your email address</source>
</trans-unit>
<trans-unit id="input.password">
<source>Enter your new password</source>
</trans-unit>
<trans-unit id="input.passwordrepeat">
<source>Enter your new password again</source>
</trans-unit>
<trans-unit id="button.initiate">
<source>Get Reset Link</source>
</trans-unit>
<trans-unit id="button.reset">
<source>Reset Your Password Now</source>
</trans-unit>
<trans-unit id="button.restart">
<source>Start over</source>
</trans-unit>
<trans-unit id="button.back_to_login">
<source>Go back to login page</source>
</trans-unit>
<trans-unit id="error.invalid_email">
<source>The entered email address is invalid. Please try again.</source>
</trans-unit>
<trans-unit id="error.token_expired">
<source>The password reset link is invalid or has expired.</source>
</trans-unit>
<trans-unit id="error.password">
<source>The password you entered is invalid or the passwords do not match. Please try again.</source>
</trans-unit>
</body>
</file>
</xliff>