Project

General

Profile

Actions

Feature #18836

closed

Hardcoded labels in template module [typo3/sysext/tstemplate/ts]

Added by Stefano Kowalke almost 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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

8499_tstemplate_index.php.diff (8.37 KB) 8499_tstemplate_index.php.diff Administrator Admin, 2008-05-25 12:54
8499_tstemplate_locallang.xml.diff (655 Bytes) 8499_tstemplate_locallang.xml.diff Administrator Admin, 2008-05-25 12:55
8499_cms_locallang_tca.xml.diff (2.53 KB) 8499_cms_locallang_tca.xml.diff Administrator Admin, 2008-05-25 13:09
Actions #1

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF