Project

General

Profile

Actions

Task #52727

closed

Hard-coded labels in file collections

Added by Francois Suter over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2013-10-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Sprint Focus:

Description

Some labels are hard-coded in the definition of the sys_file_collection table:

'type' => array(
    'exclude' => 0,
    'label' => 'LLL:EXT:lang/locallang_tca.xlf:sys_file_collection.type',
    'config' => array(
        'type' => 'select',
        'items' => array(
            array('Static selection of files', 'static'),
            array('Folder from Storage', 'folder'),
            array('Select by category', 'category')
        )
    )
),

They should be replaced by translatable labels.

Actions

Also available in: Atom PDF