Add gdpr messages

This commit is contained in:
E.Alamo
2018-05-27 05:58:32 +02:00
parent dbe52388b3
commit a8c6366ef7
24 changed files with 483 additions and 5 deletions

View File

@ -25,20 +25,33 @@ return [
'Authorization rule has been updated.' => '',
'Awesome, almost there. Now you need to click the confirmation link sent to your new email address.' => '',
'Awesome, almost there. Now you need to click the confirmation link sent to your old email address.' => '',
'Back to privacy settings' => '',
'Cancel' => '',
'Cannot assign role "{0}" as the AuthManager is not configured on your console application.' => '',
'Class' => '',
'Close' => '',
'Create new rule' => '',
'Created at' => '',
'Data processing consent' => '',
'Delete my account' => '',
'Delete personal data' => '',
'Deleted by GDPR request' => '',
'Disable Two-Factor Auth' => '',
'Download my data' => '',
'Enable' => '',
'Enable Two-factor auth' => '',
'Export my data' => '',
'Here you can download your personal data in a comma separated values format.' => '',
'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}' => '',
'Impersonate this user' => '',
'Invalid password' => '',
'Invalid two-factor code' => '',
'Last login' => '',
'Never' => '',
'New rule' => '',
'Once you have deleted your data, you will not longer be able to sign in with this account.' => '',
'Privacy' => '',
'Privacy settings' => '',
'Required "key" cannot be empty.' => '',
'Required "secret" cannot be empty.' => '',
'Role "{0}" not found. Creating it.' => '',
@ -52,6 +65,7 @@ return [
'The "recaptcha" component must be configured.' => '',
'The verification code is incorrect.' => '',
'This will disable two-factor auth. Are you sure?' => '',
'This will remove your personal data from this site. You will no longer be able to sign in.' => '',
'Two Factor Authentication' => '',
'Two factor successfully enabled.' => '',
'Two-Factor Authentication' => '',
@ -68,10 +82,16 @@ return [
'Verification failed. Please, enter new code.' => '',
'We couldn\'t re-send the mail to confirm your address. Please, verify is the correct email or if it has been confirmed already.' => '',
'We have sent confirmation links to both old and new email addresses. You must click both links to complete your request.' => '',
'You are about to delete all your personal data from this site.' => '',
'Your consent is required to register' => '',
'Your personal information has been removed' => '',
'privacy policy' => '',
'{0} cannot be blank.' => '',
'A message has been sent to your email address. ' => '@@Eine Nachricht wurde an ihre E-Mail Adresse versandt@@',
'Awesome, almost there. ' => '@@Fast geschafft. @@',
'Class "{0}" does not exist' => '@@Klasse "{0}" existiert nicht@@',
'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}' => '@@@@',
'Registration ip' => '@@Registrierungs-IP@@',
'Rule class can not be instantiated' => '@@@@',
'Rule class must extend "yii\\rbac\\Rule"' => '@@@@',