| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-core/Resources/Private/Language/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-core/Resources/Private/Language/locallang_password_policy.xlf |
<?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:core/Resources/Private/Language/locallang_password_policy.xlf" date="2022-04-13T14:28:00Z" product-name="cms">
<header/>
<body>
<trans-unit id="passwordRequirements.description" resname="passwordRequirements.description">
<source>The password must match the following requirements:</source>
</trans-unit>
<trans-unit id="requirement.minimumLength" resname="requirement.minimumLength">
<source>Minimum length: %d chars</source>
</trans-unit>
<trans-unit id="requirement.upperCaseCharacterRequired" resname="requirement.upperCaseCharacterRequired">
<source>At least one upper case char</source>
</trans-unit>
<trans-unit id="requirement.lowerCaseCharacterRequired" resname="requirement.lowerCaseCharacterRequired">
<source>At least one lower case char</source>
</trans-unit>
<trans-unit id="requirement.digitCharacterRequired" resname="requirement.digitCharacterRequired">
<source>At least one digit</source>
</trans-unit>
<trans-unit id="requirement.specialCharacterRequired" resname="requirement.specialCharacterRequired">
<source>At least one special char</source>
</trans-unit>
<trans-unit id="requirement.notCurrentPassword" resname="requirement.notCurrentPassword">
<source>Must be different from current password</source>
</trans-unit>
<trans-unit id="error.minimumLength" resname="error.minimumLength">
<source>The password is too short. Minimum length is %d chars</source>
</trans-unit>
<trans-unit id="error.upperCaseCharacterRequired" resname="error.upperCaseCharacterRequired">
<source>The password must at least contain one upper case char</source>
</trans-unit>
<trans-unit id="error.lowerCaseCharacterRequired" resname="error.lowerCaseCharacterRequired">
<source>The password must at least contain one lower case char</source>
</trans-unit>
<trans-unit id="error.digitCharacterRequired" resname="error.digitCharacterRequired">
<source>The password must at least contain one digit</source>
</trans-unit>
<trans-unit id="error.specialCharacterRequired" resname="error.specialCharacterRequired">
<source>The password must at least contain one special char</source>
</trans-unit>
<trans-unit id="error.notCurrentPassword" resname="error.notCurrentPassword">
<source>The password must be different from the old password</source>
</trans-unit>
<trans-unit id="dataHandler.passwordNotSaved" resname="dataHandler.passwordNotSaved">
<source>Password not saved ({table}:{uid}): </source>
</trans-unit>
</body>
</file>
</xliff>