Bug #21461 » recycler-title-v2.patch
typo3/sysext/recycler/ext_emconf.php (working copy) | ||
---|---|---|
$EM_CONF[$_EXTKEY] = array(
|
||
'title' => 'Recycler',
|
||
'description' => 'The recycler offers the possibilities of cleaning up the garbage collection or to restore data again. Based on an ExtJS interface its possible to get a quick overview of the accordant records, filter the resultset and execute the required actions. This new feature is the modernized and core-specific version of the kj_recycler extension, that has been available in the TER for years now.',
|
||
'description' => 'The recycler offers the possibilities of cleaning up the garbage collection or to restore data again. Based on an ExtJS interface it is possible to get a quick overview of the accordant records, filter the resultset and execute the required actions. This new feature is the modernized and core-specific version of the kj_recycler extension, that has been available in the TER for years now.',
|
||
'category' => 'module',
|
||
'author' => 'Julian Kleinhans',
|
||
'author_email' => 'typo3@kj187.de',
|
typo3/sysext/recycler/mod1/locallang_mod.xml (working copy) | ||
---|---|---|
<data type="array">
|
||
<languageKey index="default" type="array">
|
||
<label index="mlang_tabs_tab">Recycler</label>
|
||
<label index="mlang_labels_tablabel">TYPO3 Recycler</label>
|
||
<label index="mlang_labels_tabdescr">The recycler offers the possibilities of cleaning up the garbage collection or to restore data again. Based on an ExtJS interface it is possible to get a quick overview of the accordant records, filter the resultset and execute the required actions.</label>
|
||
</languageKey>
|
||
</data>
|
||
</T3locallang>
|