Actions
Bug #49402
closedFix localization of the BE user module
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-06-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The following texts in the BE user module are still hardcoded:
- Compare (next to the green "+" button)
- Users (below the user list, comes from Templates/Index.html, lines 72 and 96)
- Compare (headline)
- Compare user list (text on button, Templates/Index.html, line 34)
- Yes (from Templates/BackendUser/Compare.html, line 188); should be
<f:translate key="yes">Yes</f:translate>
- No (from Templates/BackendUser/Compare.html, line 191), should be
<f:translate key="no">No</f:translate>
Replace them with f:translate
tags!
Actions