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 #1

Updated by Xavier Perseguers almost 9 years ago

  • Subject changed from Duplicate XLIFF identifier ext.saltedpasswords.configuration.message.warningForceSaltedNote to Duplicate XLIFF identifiers
  • Description updated (diff)
Actions #2

Updated by Gerrit Code Review almost 9 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41963

Actions #3

Updated by Daniel Goerz almost 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF