Actions
Bug #17903
closedlabels in t3lib/stddb/tbl_be.php hardcoded
Start date:
2007-12-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The labels for the TCA entries be_users, be_groups, sys_filemounts and sys_workspace are hardcoded in the file tbl_be.php and thus are not localized, which is major flaw in my opinion.
Have a look at t3lib/stddb/tbl_be.php
(issue imported from #M6921)
Files
Updated by Patrick Rodacker almost 17 years ago
Added patch (against trunk) for t3lib/stddb/tbl_be.php and typo3/sysext/lang/locallang_tca.xml to localize forms in backend for be_users, be_groups, sys_filemounts and sys_workspace
- duplicate labels for be_groups and be_users have been created only once
- localized language names are taken from typo3/sysext/setup/mod/locallang.xml
- available global labels taken from typo3/sysext/lang/locallang_general.xml
Updated by Patrick Rodacker almost 17 years ago
cleaned up the patch and removed some duplicates after feedback from Ingo in core list:
recent patch is 0006921_v2.patch
Actions