Skip to content

Commit

Permalink
change translation
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Nov 25, 2020
1 parent 0950eb7 commit fd4b64e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/de/tl_nc_message.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
$GLOBALS['TL_LANG']['tl_nc_message']['klicktipp_legend'] = 'Klick-Tipp API Request Einstellungen';
$GLOBALS['TL_LANG']['tl_nc_message']['kt_action'] = ['Aktion', 'Aktion/Endpunkt: <a href="https://www.klick-tipp.com/handbuch/application-programming-interface-api">https://www.klick-tipp.com/handbuch/application-programming-interface-api</a>'];
$GLOBALS['TL_LANG']['tl_nc_message']['kt_email'] = ['E-Mail Adresse', 'E-mail Adresse mit der ein Subscriber identifiziert wird.'];
$GLOBALS['TL_LANG']['tl_nc_message']['kt_parameters'] = ['Parameter', 'Parameter für den API Request.'];
$GLOBALS['TL_LANG']['tl_nc_message']['kt_parameters'] = ['Parameter', 'Parameter für API-Request. Schlüssel = KlickTipp | Wert = Contao'];
$GLOBALS['TL_LANG']['tl_nc_message']['kt_tag'] = ['Tag', 'Tag der zum Subscriber hinzugefügt werden soll.'];
$GLOBALS['TL_LANG']['tl_nc_message']['kt_list_id'] = ['Double-Opt-In ID', 'Die ID des Double-Opt-In Prozesses.'];
2 changes: 1 addition & 1 deletion src/Resources/contao/languages/en/tl_nc_message.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
$GLOBALS['TL_LANG']['tl_nc_message']['klicktipp_legend'] = 'Klick-Tipp API request settings';
$GLOBALS['TL_LANG']['tl_nc_message']['kt_action'] = ['Action', 'Action/Endpoint: <a href="https://www.klick-tipp.com/handbuch/application-programming-interface-api">https://www.klick-tipp.com/handbuch/application-programming-interface-api</a>'];
$GLOBALS['TL_LANG']['tl_nc_message']['kt_email'] = ['E-mail address', 'E-mail address with which to identify a subscriber.'];
$GLOBALS['TL_LANG']['tl_nc_message']['kt_parameters'] = ['Parameters', 'Parameters for the API request.'];
$GLOBALS['TL_LANG']['tl_nc_message']['kt_parameters'] = ['Parameters', 'Parameters for API request. Key = KlickTipp | Value = Contao'];
$GLOBALS['TL_LANG']['tl_nc_message']['kt_tag'] = ['Tag', 'Tag to be added to the subscriber.'];
$GLOBALS['TL_LANG']['tl_nc_message']['kt_list_id'] = ['Double-Opt-In ID', 'The ID of the double-opt-in process.'];

0 comments on commit fd4b64e

Please sign in to comment.