Actions
Feature #18836
closedHardcoded labels in template module [typo3/sysext/tstemplate/ts]
Start date:
2008-05-25
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
Near all labels in template module are hardcoded and not ready to translation.
This helps to keep the backend consistent in language as well.
Solution:- add all new LL labels to typo3/sysext/cms/locallang_tca.xml
- take the new LL labels from typo3/sysext/cms/locallang_tca.xml
- add LL labels to alt attributes
- move
<label index="moduleTitle">Template tools</label>
<label index="viewTemplates">Viewing templates of</label>moduleTitle (don`t no what this mean)
to typo3/sysext/cms/locallang_tca.xml
- delete typo3/sysext/tstemplate/ts/locallang.xml
- replace hardcoded strings in
typo3/sysext/tstemplate/ts/index.php
with LL vars
(issue imported from #M8499)
Files
Actions