Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.
Translations
Following you'll find an overview about all translations for the frontend of this extension and a description on how to customize them.
Override translation values
The translation values can be easily overwritten by the following Setup-TypoScript:
plugin.tx_additionaltca._LOCAL_LANG {
default {
tx_additionaltca_label.example_key = Example value
}
en {
tx_additionaltca_label.example_key = Example value
}
de {
tx_additionaltca_label.example_key = Beispiel-Wert
}
}
For the label of the pro extension it must be like this:
plugin.tx_additionaltcapro._LOCAL_LANG {
default {
tx_additionaltca_label.example_key = Example value
}
en {
tx_additionaltca_label.example_key = Example value
}
de {
tx_additionaltca_label.example_key = Beispiel-Wert
}
}
Translation overview
Backend:TCATabs
| Key | Extension | en | de |
|---|---|---|---|
| tx_additionaltca_label.tab_seo | additional_tca | SEO | SEO |
| tx_additionaltca_label.tab_relations | additional_tca | Relations | Relationen |
| tx_additionaltca_label.tab_images | additional_tca | Images | Bilder |
| tx_additionaltca_label.tab_files | additional_tca | Files | Dateien |
| tx_additionaltca_label.tab_links | additional_tca | Links | Links |
| tx_additionaltca_label.tab_markdown | additional_tca | Markdown | Markdown |
| tx_additionaltca_label.tab_contact | additional_tca | Contact | Kontakt |
| tx_additionaltca_label.tab_persons | additional_tca | Persons | Personen |
| tx_additionaltca_label.tab_bookings | additional_tca | Bookings | Buchungen |
| tx_additionaltca_label.tab_prices | additional_tca | Prices | Preise |
| tx_additionaltca_label.tab_map | additional_tca | Map | Karte |
| tx_additionaltca_label.tab_registration | additional_tca | Registration | Registrierung |
Backend:TCAConfigurations
| Key | Extension | en | de |
|---|---|---|---|
| tx_additionaltca_label.config_duration_hours | additional_tca | h | Std. |
Frontend:JavaScripttranslationvalues
| Key | Extension | en | de |
|---|---|---|---|
| tx_additionaltca_label.unit_day | additional_tca | day | Tag |
| tx_additionaltca_label.unit_minutes | additional_tca | minutes | Minuten |
| tx_additionaltca_label.select_current_day | additional_tca | select current day | Wähle den aktuellem Tag |
| tx_additionaltca_label.select_current_day_time | additional_tca | select current day and time | Wähle den aktuellen Tag und Uhrzeit |
Backend:Updatemessage
| Key | Extension | en | de |
|---|---|---|---|
| tx_additionaltca_message.info_click_for_more_information | additional_tca | Click here for more information. | Klicken Sie hier für mehr Informationen. |
| tx_additionaltca_message.info_need_help_or_new_features | additional_tca | Do you need help setting up this extension or need another feature? | Sie brauchen Hilfe bei der Einrichtung diese Erweiterung oder benötigen ein weiteres Feature? |
| tx_additionaltca_message.info_mail_us | additional_tca | Just write an email to:%1$s | Schreiben Sie einfach eine E-Mail an:%1$s |
| tx_additionaltca_message.info_about_this_message | additional_tca | about this message | über diese Nachricht |
| tx_additionaltca_message.error_version_not_detected | additional_tca | Version could not be detected. Possibly CURL is not enabled and file_get_contents is not allowed to call remote URLs! | Version konnte nicht ermittelt werden. Eventuell ist CURL nicht aktiviert und file_get_contents darf keine Remote-URLs aufrufen! |
| tx_additionaltca_message.error_version_json_invalid | additional_tca | Version data couldn't be parsed! | Versionsdaten konnten nicht gelesen werden! |
| tx_additionaltca_message.info_major_release_available | additional_tca | A new major release is available! | Ein neues Major-Update ist verfügbar! |
| tx_additionaltca_message.info_minor_release_available | additional_tca | A new minor release is available! | Ein neues Minor-Update ist verfügbar! |
| tx_additionaltca_message.info_patch_available | additional_tca | A new patch is available! | Ein neuer Patch ist verfügbar! |
| tx_additionaltca_message.warning_update_message | additional_tca | We recommend you to update this extension to the current version. | Wir empfehlen Ihnen diese Erweiterung zur aktuellen Version zu aktualisieren. |
Backend:Informationmessage
| Key | Extension | en | de |
|---|---|---|---|
| tx_additionaltca_message.info_more_information | additional_tca | Find more information | Mehr Informationen findest Du |
| tx_additionaltca_message.info_here | additional_tca | here | hier |
| tx_additionaltca_message.info_documentation | additional_tca | Documentation | Dokumentation |
| tx_additionaltca_message.info_pro_version_of_extension | additional_tca | Did you know that there is also a Pro version of the TYPO3 %s extension? | Wusstest Du schon, das es auch eine Pro-Version der TYPO3 %s Erweiterung gibt!? |
| tx_additionaltca_message.info_no_more_suggestions | additional_tca | Don't show any more suggestions! | Keine weiteren Vorschläge anzeigen! |
Backend:Extension-Managersettings
| Key | Extension | en | de |
|---|---|---|---|
| tx_additionaltca_ext_conf_template.extension_update_service_active | additional_tca | Enable extension update service | Extension Update-Service aktivieren |
| tx_additionaltca_ext_conf_template.extension_update_service_email | additional_tca | Display email address for support or extension request | Zeige E-Mailadresse für Support- oder Erweiterungs-Anfragen an |
| tx_additionaltca_ext_conf_template.extension_suggestions_active | additional_tca | Enable extension suggestions | Extension Empfehlungen aktivieren |
