Zur Navigation springen Zum Inhalt springen
Geben Sie Ihren Benutzernamen und Ihr Passwort ein, um sich an der Website anzumelden:
Es wird zwar auch in der Dokumentation der Extension FE User Registration (sr_feuser_register) erwähnt, doch geht nicht eindeutig daraus hervor, dass zur tatsächlichen Ersetzung neuer Labels im Template diese zuvor über die Property „extraLabels“ deklariert werden müssen.
Beispielhaft ein paar Labels mit deren Textdefinitionen:
# zusaetzliche Labels
plugin.tx_srfeuserregister_pi1.extraLabels (
affirmation_deletion,
confirmation_registration,
confirmation_link_email,
account_creation,
tooltip_email_website_link_title,
tooltip_email_link_title
)
plugin.tx_srfeuserregister_pi1 {
_LOCAL_LANG {
default {
affirmation_deletion = Affirmation to delete your account
confirmation_registration = Confirmation of your registration
confirmation_link_email = Your registration
account_creation = Your account will be created.
tooltip_email_website_link_title = This link opens the website of TYPO3 Stammtisch Ruhr.
tooltip_email_link_title = This link sends an e-mail to the mentioned reciever.
}
de {
affirmation_deletion = Bestätigung zur Löschung Ihres Kontos
confirmation_registration = Bestätigung Ihrer Registrierung
confirmation_link_email = Ihre Registrierung
account_creation = Ihr Konto wird erzeugt.
tooltip_email_website_link_title = Öffnet die Website des TYPO3 Stammtisch Ruhr.
tooltip_email_link_title = Senden Sie eine E-Mail an die angegebene Adresse.
}
}
}
Die zugehörigen Marker im Template heißen dann:
###LABEL_AFFIRMATION_DELETION###
###LABEL_CONFIRMATION_REGISTRATION###
###LABEL_CONFIRMATION_LINK_EMAIL###
###LABEL_ACCOUNT_CREATION###
###LABEL_TOOLTIP_EMAIL_WEBSITE_LINK_TITLE###
###LABEL_TOOLTIP_EMAIL_LINK_TITLE###