diff --git a/administrator/language/de-DE/de-DE.plg_system_privacyconsent.ini b/administrator/language/de-DE/de-DE.plg_system_privacyconsent.ini index 330d93662..6ecad61d6 100644 --- a/administrator/language/de-DE/de-DE.plg_system_privacyconsent.ini +++ b/administrator/language/de-DE/de-DE.plg_system_privacyconsent.ini @@ -35,6 +35,7 @@ PLG_SYSTEM_PRIVACYCONSENT_NOTE_FIELD_LABEL="Kurze Datenschutzerklärung" PLG_SYSTEM_PRIVACYCONSENT_NOTIFICATION_USER_PRIVACY_EXPIRED_SUBJECT="Datenschutz Zustimmung abgelaufen" PLG_SYSTEM_PRIVACYCONSENT_NOTIFICATION_USER_PRIVACY_EXPIRED_MESSAGE="Datenschutz Zustimmung abgelaufen für %1$s." PLG_SYSTEM_PRIVACYCONSENT_OPTION_AGREE="Ich stimme zu" +PLG_SYSTEM_PRIVACYCONSENT_OPTION_DO_NOT_AGREE="Ich stimme nicht zu" PLG_SYSTEM_PRIVACYCONSENT_REDIRECT_MESSAGE_DEFAULT="Hiermit stimme ich der Datenschutzerklärung dieser Website und der Speicherung der Daten auf dieser Website zu." PLG_SYSTEM_PRIVACYCONSENT_REDIRECT_MESSAGE_DESC="Benutzerdefinierte Nachricht zur Anzeige bei der Weiterleitung. Wenn diese leer gelassen wird, wird die Standardnachricht verwendet." PLG_SYSTEM_PRIVACYCONSENT_REDIRECT_MESSAGE_LABEL="Weiterleitungsnachricht" diff --git a/administrator/language/de-DE/de-DE.plg_user_profile.ini b/administrator/language/de-DE/de-DE.plg_user_profile.ini index 336aa4aa2..ba1c85cfc 100644 --- a/administrator/language/de-DE/de-DE.plg_user_profile.ini +++ b/administrator/language/de-DE/de-DE.plg_user_profile.ini @@ -40,7 +40,8 @@ PLG_USER_PROFILE_FIELD_TOS_LABEL="Allgemeine Nutzungsbedingungen" PLG_USER_PROFILE_FIELD_WEB_SITE_DESC="Geben Sie die Adresse Ihrer Website ein" PLG_USER_PROFILE_FIELD_WEB_SITE_LABEL="Website" PLG_USER_PROFILE_FILL_FIELD_DESC_SITE="Wenn benötigt, dieses Feld ausfüllen." -PLG_USER_PROFILE_OPTION_AGREE="Zustimmen" +PLG_USER_PROFILE_OPTION_AGREE="Ich stimme zu" +PLG_USER_PROFILE_OPTION_DO_NOT_AGREE="Ich stimme nicht zu" PLG_USER_PROFILE_SLIDER_LABEL="Benutzerprofil" ; Adapt the following string to the format you entered in the 'DATE_FORMAT_CALENDAR_DATE' PLG_USER_PROFILE_SPACER_DOB="Das Geburtsdatum muss im Format Tag.Monat.Jahr (z. B. 01.12.1980) eingegeben werden."