[TYPO3-english] [TYPO3] Rename "About Modules" in Left Navigation Menu
Jigal van Hemert
jigal at xs4all.nl
Thu Jan 13 08:33:30 CET 2011
Hi,
On 13-1-2011 0:18, Steffen Gebert wrote:
>> I assume your working with 4.4.x; in that case the name is defined in:
>> typo3/sysext/aboutmodules/mod/locallang_mod.xml
>
> However you should not change the source code, but use the
> locallangXMLOverride feature.
> See http://wiki.typo3.org/Pending_Documentation
That's the trouble with *pending* documentation :-) Steffen, thanks for
the pointer to the right place.
Okay, to help Scotty a bit more:
1. Create a file typo3conf/langoverride_core.xml with the contents:
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3locallang>
<data type="array">
<languageKey index="default" type="array">
<label index="mlang_tabs_tab">Dashboard</label>
</languageKey>
</data>
</T3locallang>
2. Add to typo3conf/localconf.php the following line:
$TYPO3_CONF_VARS['SYS']['locallangXMLOverride']['EXT:aboutmodules/mod/locallang_mod.xml']['myLangOverride']
= 'typo3conf/langoverride_core.xml';
3. Logout and login the backend again and the module is renamed.
To make it portable to another installation you could of course create a
small extension for this.
--
Kind regards / met vriendelijke groet,
Jigal van Hemert
skype:jigal.van.hemert
msn: jigal at xs4all.nl
http://twitter.com/jigalvh
More information about the TYPO3-english
mailing list