Project

General

Profile

Actions

Bug #68539

closed

Duplicate XLIFF identifiers

Added by Xavier Perseguers almost 9 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Localization
Target version:
Start date:
2015-07-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint

Description

File: EXT:saltedpasswords/Resources/Private/Language/locallang.xlf

Duplicate identifiers ext.saltedpasswords.configuration.message.warningForceSaltedNote and ext.saltedpasswords.configuration.message.warningRsaauthNotInstalledButConfigured:

            <trans-unit id="ext.saltedpasswords.configuration.message.warningForceSaltedNote">
                <source>This may lock you out of the backend!</source>
            </trans-unit>
            ...
            <trans-unit id="ext.saltedpasswords.configuration.message.warningForceSaltedNote">
                <source>Because of this, it is not possible to login with users not having a salted password hash (e.g. existing frontend users).</source>
            </trans-unit>
            ...
            <trans-unit id="ext.saltedpasswords.configuration.message.warningRsaauthNotInstalledButConfigured">
                <source>The "rsaauth" extension is not installed, but TYPO3 CMS is configured to use it. Either install the extension or adapt the configuration by setting [FE][loginSecurityLevel] to "normal" in the Install Tool.</source>
            </trans-unit>
            <trans-unit id="ext.saltedpasswords.configuration.message.warningRsaauthNotInstalledButConfigured">
                <source>The "rsaauth" extension is not installed, but TYPO3 CMS is configured to use it. Either install the extension or adapt the configuration by setting [FE][loginSecurityLevel] to "normal" in the Install Tool.</source>
            </trans-unit>

Please remove invalid/rename accordingly since it looks like "new" since v7.

IT BUGS THE TRANSLATION SERVER

Actions

Also available in: Atom PDF