Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion administrator/language/de-DE/de-DE.plg_user_profile.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down