TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,205 @@
|
||||
<?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_mfa.xlf" date="2021-01-26T11:58:45Z" product-name="cms">
|
||||
<header/>
|
||||
<body>
|
||||
<trans-unit id="overview.title">
|
||||
<source>Multi-factor Authentication Overview</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.badge.active">
|
||||
<source>Active</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.badge.locked">
|
||||
<source>Locked</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.defaultProvider">
|
||||
<source>Default provider</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.unlockLinkTitle">
|
||||
<source>Unlock %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.unlockLinkLabel">
|
||||
<source>Unlock</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.editLinkTitle">
|
||||
<source>Edit %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.editLinkLabel">
|
||||
<source>Edit / Change</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.deactivateLinkTitle">
|
||||
<source>Deactivate %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.deactivateLinkLabel">
|
||||
<source>Deactivate</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.setupLinkTitle">
|
||||
<source>Setup %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.setupLinkLabel">
|
||||
<source>Setup</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.setupRequired.title">
|
||||
<source>Multi-factor authentication required</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.setupRequired.message">
|
||||
<source>
|
||||
Your installation requires MFA. Therefore please setup one of the following providers to be able to continue to use the backend.
|
||||
</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.noProviders.title">
|
||||
<source>No multi-factor authentication providers</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="overview.noProviders.message">
|
||||
<source>There are currently no multi-factor authentication providers available.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="noprovider_error_message">
|
||||
<source>
|
||||
Multi-factor authentification (MFA) setup is required, but no providers are currently available for you to activate. This might be a misconfiguration, so please contact your administrator for assistance.
|
||||
</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="providerNotFound">
|
||||
<source>Selected MFA provider was not found</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="providerNotActive">
|
||||
<source>This action requires an active MFA provider.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="providerActive">
|
||||
<source>This action requires an inactive MFA provider.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="providerIsLocked">
|
||||
<source>This action requires an unlocked MFA provider.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="setup.instructions">
|
||||
<source>Setup instructions</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="setup.instructions.close">
|
||||
<source>Close setup instructions</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="setup.title">
|
||||
<source>Set up %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="edit.title">
|
||||
<source>Edit %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="edit.defaultProvider">
|
||||
<source>Default provider</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="edit.defaultProvider.description">
|
||||
<source>Select this as your default provider for login into the TYPO3 backend.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="edit.defaultProvider.inputLabel">
|
||||
<source>Use as default provider</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="edit.deactivateProvider">
|
||||
<source>Deactivate provider</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="edit.deactivateProvider.description">
|
||||
<source>If you don't want to use this provider anymore, you can deactivate it here.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="edit.deactivateProvider.linkTitle">
|
||||
<source>Deactivate %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="edit.deactivateProvider.linkText">
|
||||
<source>Deactivate this provider</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="activate.failure">
|
||||
<source>Could not activate MFA provider %s. Please try again.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="activate.success">
|
||||
<source>Successfully activated MFA provider %s.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="deactivate.failure">
|
||||
<source>Could not deactivate MFA provider %s. Please try again.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="deactivate.success">
|
||||
<source>Successfully deactivated MFA provider %s.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="unlock.failure">
|
||||
<source>Could not unlock MFA provider %s. Please try again.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="unlock.success">
|
||||
<source>Successfully unlocked MFA provider %s.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="save.failure">
|
||||
<source>Could not update MFA provider %s. Please try again.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="save.success">
|
||||
<source>Successfully updated MFA provider %s.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="auth.authError">
|
||||
<source>Authentication was not successful.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="auth.submit">
|
||||
<source>Verify</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="auth.cancel">
|
||||
<source>Go back</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="auth.locked">
|
||||
<source>This provider is locked. Unlocking may require administrative intervention. Recovery codes can be used to circumvent the lock.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="auth.alternativeProviders">
|
||||
<source>Alternative providers</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="auth.alternativeProviders.use">
|
||||
<source>Use %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="standalone.setupProvider">
|
||||
<source>Set up %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="standalone.selection.title">
|
||||
<source>Set up MFA</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="standalone.selection.message">
|
||||
<source>
|
||||
%s requires you setting up MFA to secure your account. Please select one of the available providers below.
|
||||
</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="standalone.selection.goBack">
|
||||
<source>Go back</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="standalone.setup">
|
||||
<source>Setup</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="standalone.setup.cancel">
|
||||
<source>Cancel</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="standalone.setup.success.title">
|
||||
<source>MFA setup successful</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="standalone.setup.success.message">
|
||||
<source>
|
||||
You have successfully activated MFA provider %s. This provider was also automatically set as your default provider. You can change this at any time in your user settings.
|
||||
</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="ajax.success">
|
||||
<source>Success</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="ajax.error">
|
||||
<source>An error occurred</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="ajax.invalidRequest">
|
||||
<source>Invalid request could not be processed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="ajax.insufficientPermissions">
|
||||
<source>Your are not allowed to perform this action</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="ajax.deactivate.providersNotDeactivated">
|
||||
<source>No provider has been deactivated</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="ajax.deactivate.providersDeactivated">
|
||||
<source>Successfully deactivated all active providers for user %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="ajax.deactivate.providerNotFound">
|
||||
<source>Provider %s could not be found</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="ajax.deactivate.providerNotDeactivated">
|
||||
<source>Could not deactivate provider %s</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="ajax.deactivate.providerDeactivated">
|
||||
<source>Successfully deactivated provider %s for user %s</source>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user