[TYPO3-german] Felxform localisation
Jonathan Uhlmann
uhlmann at augenreiz.ch
Sat Jul 29 18:38:04 CEST 2006
Hallo Zusammen
Ich habe ein FCE und dort kann man das Geschlecht des Referenten
wählen. Wie kann ich dies lokalisieren? (Z.B. das wenn jemand auf der
franz. Seite ist nicht "der Referent" zeigt sondern "Le conseiller")
Hier mein XML des Betreffenden Feldes.
<field_bildunterschrift type="array">
<tx_templavoila type="array">
<title>Geschlecht des Referenten</title>
<sample_data type="array">
<numIndex index="0">[ DIE ODER DER ]</numIndex>
</sample_data>
<eType>select</eType>
<tags>span</tags>
</tx_templavoila>
<TCEforms type="array">
<config type="array">
<type>select</type>
<items type="array">
<numIndex index="0" type="array">
<numIndex index="0"></numIndex>
<numIndex index="1"></numIndex>
</numIndex>
<numIndex index="1" type="array">
<numIndex index="0">männlich</numIndex>
<numIndex index="1">Der Referent:</
numIndex>
</numIndex>
<numIndex index="2" type="array">
<numIndex index="0">weiblich</numIndex>
<numIndex index="1">Die Referentin:</
numIndex>
</numIndex>
</items>
<default>0</default>
</config>
<label>Geschlecht des Referenten</label>
</TCEforms>
</field_bildunterschrift>
Danke für alle Hilfe!
gruss Jonny
More information about the TYPO3-german
mailing list