2009-08-21 Rupert Germann <rupi@gmx.li>
* Fixed bug #11747: Performance improvement: speed up list module by improving internal handling of references
2009-08-21 Rupert Germann <rupi@gmx.li>
* Fixed bug #11747: Performance improvement: speed up list module by improving internal handling of references
+ * Fixed bug #11699: Menu entries in template modules miss translation (Thanks to Christopher Stelmaszyk)
2009-08-20 Rupert Germann <rupi@gmx.li>
2009-08-20 Rupert Germann <rupi@gmx.li>
<data type="array">
<languageKey index="default" type="array">
<label index="moduleTitle">Template tools</label>
<data type="array">
<languageKey index="default" type="array">
<label index="moduleTitle">Template tools</label>
+ <label index="templateAnalyzer">Template Analyzer</label>
+ <label index="constantEditor">Constant Editor</label>
+ <label index="infoModify">Info/Modify</label>
+ <label index="objectBrowser">TypoScript Object Browser</label>
<label index="viewTemplates">Viewing templates of</label>
<label index="pageName">Page name</label>
<label index="templates"># Templates</label>
<label index="viewTemplates">Viewing templates of</label>
<label index="pageName">Page name</label>
<label index="templates"># Templates</label>
'web_ts',
'tx_tstemplateanalyzer',
t3lib_extMgm::extPath($_EXTKEY).'class.tx_tstemplateanalyzer.php',
'web_ts',
'tx_tstemplateanalyzer',
t3lib_extMgm::extPath($_EXTKEY).'class.tx_tstemplateanalyzer.php',
+ 'LLL:EXT:tstemplate/ts/locallang.xml:templateAnalyzer'
);
}
?>
\ No newline at end of file
);
}
?>
\ No newline at end of file
'web_ts',
'tx_tstemplateceditor',
t3lib_extMgm::extPath($_EXTKEY).'class.tx_tstemplateceditor.php',
'web_ts',
'tx_tstemplateceditor',
t3lib_extMgm::extPath($_EXTKEY).'class.tx_tstemplateceditor.php',
+ 'LLL:EXT:tstemplate/ts/locallang.xml:constantEditor'
);
}
?>
\ No newline at end of file
);
}
?>
\ No newline at end of file
'web_ts',
'tx_tstemplateinfo',
t3lib_extMgm::extPath($_EXTKEY).'class.tx_tstemplateinfo.php',
'web_ts',
'tx_tstemplateinfo',
t3lib_extMgm::extPath($_EXTKEY).'class.tx_tstemplateinfo.php',
+ 'LLL:EXT:tstemplate/ts/locallang.xml:infoModify'
);
}
?>
\ No newline at end of file
);
}
?>
\ No newline at end of file
'web_ts',
'tx_tstemplateobjbrowser',
t3lib_extMgm::extPath($_EXTKEY).'class.tx_tstemplateobjbrowser.php',
'web_ts',
'tx_tstemplateobjbrowser',
t3lib_extMgm::extPath($_EXTKEY).'class.tx_tstemplateobjbrowser.php',
- 'TypoScript Object Browser'
+ 'LLL:EXT:tstemplate/ts/locallang.xml:objectBrowser'
);
}
?>
\ No newline at end of file
);
}
?>
\ No newline at end of file