[TYPO3-english] [TYPO3] Rename "About Modules" in Left Navigation Menu
Scotty C
superscotty19 at yahoo.com
Thu Jan 13 08:38:27 CET 2011
Absolutely brilliant!
Jigal, you've went above and beyond the solution - I'm amazed and grateful!
Thanks!
-Scott.
----- Original Message ----
From: Jigal van Hemert <jigal at xs4all.nl>
To: typo3-english at lists.typo3.org
Sent: Thu, January 13, 2011 1:33:30 AM
Subject: Re: [TYPO3-english] [TYPO3] Rename "About Modules" in Left Navigation
Menu
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
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
More information about the TYPO3-english
mailing list