[TYPO3] Editing translation file

Krystian Szymukowicz t33k.RE.MO.VE at RE.MO.VE.prolabium.com
Mon May 29 16:12:36 CEST 2006


"Jacob s��������������������������" wrote:
> Hej Guys,
> 
> I wanna edit the danish Language file of typo3.. 
> 
> On every pagecontent you can choose to tic the "To top" box and this will create a link to the top of the page under the pagecontent in question..
> 
> This is all jolly good but typo3 writes "Til Toppen" as the link text and I want it to be "G� til top"..
> 
> Where do I chance this if it's even possible? 
> 
> A quick reply would be appreciated

If you go to module "template" - > "typo script object browser" there is 
a search function. If you search for "top" you will find:

tt_content.stdWrap.innerWrap2 = | <p class="csc-linkToTop"><a 
href="#">{LLL:EXT:css_styled_content/pi1/locallang.php:label.toTop}</a></p>

so

tt_content.stdWrap.innerWrap2 = | <p class="csc-linkToTop"><a ref="#">G� 
til top</a></p>

not tested but should work

--
Krystian



More information about the TYPO3-english mailing list