Bug #20197 ยป 10711.diff
typo3/sysext/indexed_search/locallang_db.xml (working copy) | ||
---|---|---|
<label index="index_config.timer_frequency.I.1">Every day (24 hours)</label>
|
||
<label index="index_config.timer_frequency.I.2">Every week</label>
|
||
<label index="index_config.recordsbatch">How many records to index a minute (default is 100):</label>
|
||
<label index="index_config.set_id">Session ID (if > zero, then indexing job is running):</label>
|
||
<label index="index_config.indexcfgs">Indexing configurations:</label>
|
||
<label index="index_config.parameterCfgs">Parameter combination configuration ([tablename]:&[param]=###UID###):</label>
|
||
<label index="index_config.rootpage">Root page:</label>
|
typo3/sysext/indexed_search/tca.php (working copy) | ||
---|---|---|
'feInterface' => $TCA['index_config']['feInterface'],
|
||
'columns' => Array (
|
||
'hidden' => Array (
|
||
'label' => 'Disable',
|
||
'label' => 'LLL:EXT:lang/locallang_general.php:LGL.disable',
|
||
'config' => Array (
|
||
'type' => 'check',
|
||
'default' => '1'
|
||
... | ... | |
)
|
||
),
|
||
'set_id' => Array (
|
||
'label' => 'Session ID (if > zero, then indexing job is running):',
|
||
'label' => 'LLL:EXT:indexed_search/locallang_db.php:index_config.set_id',
|
||
'config' => Array (
|
||
'type' => 'none',
|
||
)
|