re #224 add option to require consent
This commit is contained in:
@ -110,7 +110,6 @@ return [
|
||||
'Gravatar email' => 'Gravatar E-Mail',
|
||||
'Hello' => 'Hallo',
|
||||
'Here you can download your personal data in a comma separated values format.' => 'Hier können Sie eigene persönliche Daten in komma-separiertem Format herunterladen',
|
||||
'I agree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => 'Ich stimme der Verarbeitung meiner persönlichen Daten und der Benutzung von Cookies zur Vereinfachung der Benutzer dieses Services zu. Weitere Informationen stehen in unserer {privacyPolicy}',
|
||||
'If you already registered, sign in and connect this account on settings page' => 'Wenn Sie sich bereits registriert haben, melden Sie sich an und verbinden Sie dieses Konto auf der Einstellungs-Seite',
|
||||
'If you cannot click the link, please try pasting the text into your browser' => 'Wenn Sie den Link nicht anklicken können, versuchen Sie, diesen in ihre Browser-Leiste einzufügen',
|
||||
'If you did not make this request you can ignore this email' => 'Wenn Sie diese Anfrage nicht gemacht haben, können Sie diese E-Mail ignorieren',
|
||||
@ -269,10 +268,14 @@ return [
|
||||
'Your password has expired, you must change it now' => 'Ihr Kennwort ist abgelaufen. Sie müssen es nun ändern',
|
||||
'Your personal information has been removed' => 'Ihre persönlichen Daten wurden gelöscht',
|
||||
'Your profile has been updated' => 'Ihr Profil wurde gespeichert',
|
||||
'privacy policy' => 'Datenschutzrichtlinie',
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '{0, date, dd. MMM YYYY, HH:mm}',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '{0, date, dd. MMMM YYYY, HH:mm}',
|
||||
'{0} cannot be blank.' => '{0} darf nicht leer sein.',
|
||||
'According to the European General Data Protection Regulation (GDPR) we need your consent to work with your personal data.' => '',
|
||||
'Data privacy' => '',
|
||||
'Submit' => '',
|
||||
'Unfortunately, you can not work with this site without giving us consent to process your data.' => '',
|
||||
'Your consent is required to work with this site' => '',
|
||||
'A message has been sent to your email address. ' => '@@Eine Nachricht wurde an ihre E-Mail Adresse versandt@@',
|
||||
'An email has been sent with instructions for resetting your password' => '@@Eine E-Mail mit den weiteren Schritten zur Passwort-Wiederherstellung wurde versandt@@',
|
||||
'Awesome, almost there. ' => '@@Fast geschafft. @@',
|
||||
@ -280,6 +283,7 @@ return [
|
||||
'Disable Two-Factor Auth' => '@@Zweifaktor-Authentifizierung deaktivieren@@',
|
||||
'Enable Two-factor auth' => '@@Zweifaktor-Authentifizierung aktivieren@@',
|
||||
'I aggree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@@@',
|
||||
'I agree processing of my personal data and the use of cookies to facilitate the operation of this site. For more information read our {privacyPolicy}' => '@@Ich stimme der Verarbeitung meiner persönlichen Daten und der Benutzung von Cookies zur Vereinfachung der Benutzer dieses Services zu. Weitere Informationen stehen in unserer {privacyPolicy}@@',
|
||||
'Invalid two-factor code' => '@@Ungültiger Zweifaktor Schlüssel@@',
|
||||
'Last login' => '@@Letzter Login@@',
|
||||
'Registration ip' => '@@Registrierungs-IP@@',
|
||||
@ -297,4 +301,5 @@ return [
|
||||
'Unable to disable two-factor authorization.' => '@@Unfähig die Zweifaktor-Authentifizierung zu deaktivieren.@@',
|
||||
'We couldn\'t re-send the mail to confirm your address. ' => '@@Wir konnte die Bestätigungs E-Mail nicht erneut versenden@@',
|
||||
'We have sent confirmation links to both old and new email addresses. ' => '@@Wir haben Bestätigungs E-Mails an die neue und alte E-Mail Adresse versandt.@@',
|
||||
'privacy policy' => '@@Datenschutzrichtlinie@@',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user