[TYPO3-german] RTE - Übesetzung

Sven Wappler mailinglists at wapplersystems.de
Wed Nov 14 21:19:45 CET 2012


 Hallo,
 vielleicht hilft folgender Code:


 Im pageTSconfig:

 RTE.classesAnchor {
   more-link {
     class = more-link
     type = page
     titleText = 
 LLL:fileadmin/yaml/TemplateRessources/locallang.xml:more_link_titleText
     altText = 
 LLL:fileadmin/yaml/TemplateRessources/locallang.xml:more_link_altText
   }
 }

 RTE.default {
   defaultContentLanguage = de
 }


 Die locallang.xml sieht dann so aus:

 <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
 <T3locallang>
 	<meta type="array">
 		<type>module</type>
 		<description></description>
 		<labelContext type="array">
 		</labelContext>
 	</meta>
 	<data type="array">
 		<languageKey index="default" type="array">
 			<label index="more_link_titleText">Read more</label>
 			<label index="more_link_altText">Read more</label>
 			<label index="next_link_titleText">Read more</label>
 			<label index="next_link_altText">Read more</label>
 		</languageKey>
 
 		<languageKey index="de" type="array">
 			<label index="more_link_titleText">Weiterlesen</label>
 			<label index="more_link_altText">Weiterlesen</label>
 			<label index="next_link_titleText">Weiterlesen</label>
 			<label index="next_link_altText">Weiterlesen</label>
 		</languageKey>
 
 	</data>
 </T3locallang>

 Grüße, Sven


-- 
 WapplerSystems: http://www.wapplersystems.de
 T3Yaml Template: http://t3yaml.de
 Xing: https://www.xing.com/profile/Sven_Wappler
 Geeklist: http://geekli.st/svewap
 Twitter: https://twitter.com/WapplerSystems


More information about the TYPO3-german mailing list