Loading...
Skip navigation
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_doubleoptindownload._LOCAL_LANG {
    default {
        tx_doubleoptindownload_label.example_key = Example value
    }
    en {
        tx_doubleoptindownload_label.example_key = Example value
    }
    de {
        tx_doubleoptindownload_label.example_key = Beispiel-Wert
    }
}

For the label of the pro extension it must be like this:

plugin.tx_doubleoptindownloadpro._LOCAL_LANG {
    default {
        tx_doubleoptindownload_label.example_key = Example value
    }
    en {
        tx_doubleoptindownload_label.example_key = Example value
    }
    de {
        tx_doubleoptindownload_label.example_key = Beispiel-Wert
    }
}

Translation overview

Key Extension en de
tx_doubleoptindownload_label.firstname double_optin_download Firstname Vorname
tx_doubleoptindownload_label.lastname double_optin_download Lastname Nachname
tx_doubleoptindownload_label.name double_optin_download Name Name
tx_doubleoptindownload_label.gender double_optin_download Gender Anrede
tx_doubleoptindownload_label.title double_optin_download Title Titel
tx_doubleoptindownload_label.email double_optin_download Email E-Mail
tx_doubleoptindownload_label.phone double_optin_download Phone Telefon
tx_doubleoptindownload_label.company double_optin_download Company Firma
tx_doubleoptindownload_label.privacy double_optin_download I have read the privacy policy and accept it Ich habe die Datenschutzbestimmungen gelesen und akzeptiere diese
tx_doubleoptindownload_label.newsletter double_optin_download Subscribe to the newsletter Ich möchte den Newsletter abonnieren
tx_doubleoptindownload_label.newsletter2 double_optin_download Subscribe to the weekly newsletter Ich möchte den wöchentlichen Newsletter abonieren
tx_doubleoptindownload_label.submit double_optin_download Download Download
tx_doubleoptindownload_label.untitled_download double_optin_download Untitled download Untitled download

Placeholder

Key Extension en de
tx_doubleoptindownload_placeholder.firstname double_optin_download Enter your firstname Dein Vorname…
tx_doubleoptindownload_placeholder.lastname double_optin_download Enter your lastname Deinen Nachname…
tx_doubleoptindownload_placeholder.name double_optin_download Enter your name Dein Name…
tx_doubleoptindownload_placeholder.title double_optin_download Enter your title Dein Titel…
tx_doubleoptindownload_placeholder.email double_optin_download Enter your email address Deine E-Mailadresse…
tx_doubleoptindownload_placeholder.phone double_optin_download Enter your phone number Deine Telefonnummer…
tx_doubleoptindownload_placeholder.company double_optin_download Enter your company Deine Firma…

Messages

Key Extension en de
tx_doubleoptindownload_message.error_headline double_optin_download Error! Error!
tx_doubleoptindownload_message.error_email_empty double_optin_download Please enter your email address! Bitte gebe Deine E-Mailadresse ein!
tx_doubleoptindownload_message.error_email_invalid double_optin_download Please enter a valid email address! Bitte gebe eine gültige E-Mailadresse ein!
tx_doubleoptindownload_message.error_name_empty double_optin_download Please enter your name! Bitte gebe Deinen Namen ein!
tx_doubleoptindownload_message.error_title_empty double_optin_download Please enter your title! Bitte gebe Deinen Titel ein!
tx_doubleoptindownload_message.error_firstname_empty double_optin_download Please enter your firstname! Bitte gebe Deinen Vornamen ein!
tx_doubleoptindownload_message.error_lastname_empty double_optin_download Please enter your lastname! Bitte gebe Deinen Nachnamen ein!
tx_doubleoptindownload_message.error_company_empty double_optin_download Please enter your company! Bitte gebe Deine Firma ein!
tx_doubleoptindownload_message.error_phone_empty double_optin_download Please enter your phone number! Bitte gebe Deine Telefonnummer ein!
tx_doubleoptindownload_message.error_privacy_required double_optin_download Please confirm our privacy policy! Bitte bestätige die Datenschutzbestimmungen!
tx_doubleoptindownload_message.error_newsletter_required double_optin_download Please subscribe to our newsletter! Bitte hake die Newsletteranmeldung an!
tx_doubleoptindownload_message.error_hash_required double_optin_download Please pass a hash. Bitte übergebe einen Hashwert.
tx_doubleoptindownload_message.error_hash_not_found_or_invalid double_optin_download Hash not found or invalid. Hashwert nicht gefunden oder ungültig.
tx_doubleoptindownload_message.error_file_not_found_or_already_downloaded double_optin_download File not found in giving download pool or was already downloaded. Datei wurde im Downloadpool nicht gefunden oder wurde bereits heruntergeladen.
tx_doubleoptindownload_message.error_download_record_not_found_or_invalid double_optin_download Please select a valid download. Bitte wähle einen gültigen Download aus.
tx_doubleoptindownload_message.error_please_check_required_fields double_optin_download Please check the required fields! Bitte prüfe die erforderlichen Felder!
tx_doubleoptindownload_message.error_sending_email_failed double_optin_download Sending email failed! Senden der E-Mail fehlgeschlagen!
tx_doubleoptindownload_message.ok_sending_email_with_download_instructions double_optin_download We've just send you your downloads by email - please check your mailbox! Wir haben Ihre Downloads via E-Mail gesendet - bitte prüfe Dein Postfach!

Modulemenu

Key Extension en de
tx_doubleoptindownload_label.menu_overview_downloads double_optin_download Overview downloads Download-Übersicht
tx_doubleoptindownload_label.menu_overview_doubleoptindownload_receivers double_optin_download Overview download receivers Download-Empfänger-Übersicht
tx_doubleoptindownload_label.new_download double_optin_download Create a new download Download erstellen
tx_doubleoptindownload_label.new_receiver double_optin_download Create a new download receiver Download-Empfänger erstellen
tx_doubleoptindownload_label.list_overview_doubleoptindownload_downloads_refresh double_optin_download Refresh downloads Downloads aktualisieren
tx_doubleoptindownload_label.list_overview_doubleoptindownload_receivers_refresh double_optin_download Refresh download receivers Download-Empfänger aktualisieren
tx_doubleoptindownload_label.list_overview_doubleoptindownload_downloads_bookmark double_optin_download Downloads list Download-Liste
tx_doubleoptindownload_label.list_overview_doubleoptindownload_receivers_bookmark double_optin_download Download receivers list Download-Empfäger-Liste
tx_doubleoptindownload_label.headline_doubleoptindownload_downloads_overview double_optin_download Downloads overview Download-Übersicht
tx_doubleoptindownload_label.headline_doubleoptindownload_receivers_overview double_optin_download Download receivers overview Download-Empfänger-Übersicht
tx_modules_label.list_downloads_no_entries double_optin_download No download found Kein Downloads gefunden
tx_modules_label.list_downloads_header double_optin_download Downloads Downloads
tx_modules_label.list_receivers_no_entries double_optin_download No download receivers found Kein Download-Empfänger gefunden
tx_modules_label.list_receivers_header double_optin_download Download receivers Download-Empfänger

Tableheadercolumns

Key Extension en de
tx_modules_label.list_downloads_col_image double_optin_download Image Bild
tx_modules_label.list_downloads_col_title double_optin_download Title Titel
tx_modules_label.list_downloads_col_description double_optin_download Description Beschreibung
tx_modules_label.list_receivers_col_download double_optin_download Download Download
tx_modules_label.list_receivers_col_email double_optin_download Email E-Mail
tx_modules_label.list_receivers_col_name double_optin_download Name Name
tx_modules_label.list_receivers_col_firstname double_optin_download Firstname Vorname
tx_modules_label.list_receivers_col_lastname double_optin_download Lastname Nachname
tx_modules_label.list_receivers_col_phone double_optin_download Phone Telefon
tx_modules_label.list_receivers_col_company double_optin_download Company Firma
tx_modules_label.list_receivers_col_privacy double_optin_download Privacy Datenschutz
tx_modules_label.list_receivers_col_newsletter double_optin_download Newsletter Newsletter
tx_modules_label.list_receivers_col_creation_date double_optin_download Created Erstellt

Tableactions

Key Extension en de
tx_modules_label.list_downloads_action_edit double_optin_download Edit download Download bearbeiten
tx_modules_label.list_downloads_action_delete double_optin_download Delete download Download löschen
tx_modules_label.list_downloads_action_delete_title double_optin_download Delete this download? Download löschen?
tx_modules_label.list_downloads_action_delete_content double_optin_download Are you sure you want to delete the download '%1$s'? Soll das Download '%1$s' wirklich gelöscht werden?
tx_modules_label.list_downloads_action_delete_cancel double_optin_download Cancel Abbrechen
tx_modules_label.list_receivers_action_edit double_optin_download Edit receiver Empfänger bearbeiten
tx_modules_label.list_receivers_action_delete double_optin_download Delete receiver Empfänger löschen
tx_modules_label.list_receivers_action_delete_title double_optin_download Delete this receiver? Empfänger löschen?
tx_modules_label.list_receivers_action_delete_content double_optin_download Are you sure you want to delete the receiver '%1$s'? Soll den Empfänger '%1$s' wirklich gelöscht werden?
tx_modules_label.list_receivers_action_delete_cancel double_optin_download Cancel Abbrechen

Filter

Key Extension en de
tx_doubleoptindownload_label.backend_filter_download double_optin_download Download Download
tx_doubleoptindownload_label.backend_filter double_optin_download Filter Filter
tx_doubleoptindownload_label.backend_filter_choose_download double_optin_download Choose download... Download wählen...
Documentation
TYPO3 Double-Optin-Download Extension

TYPO3 Double-OptIn-Download by coding.ms

Double-Optin-Download for TYPO3 lets you provide downloads through a request form and sends the download link by email after submission. Each link can be used exactly once. Required fields, forms, texts, and recipients can be configured per download collection, while backend management, logging, and email reports help organize and track download requests.

Menu

Contact request

You can contact us at any time

Stop! Playing in the meantime?
Stop! Playing in the meantime?
Stop! Playing in the meantime?

Stop! Playing in the meantime?

Break the highscore

Press Start
Contact request
Screenreader label
Security question
YOB_________R7D______
__W____Z______K___ACS
316___BYK___6YN______
__5____Y______H___R8I
SMP_________FJ1______