first commit
This commit is contained in:
25
catalog/language/en-gb/information/gdpr.php
Normal file
25
catalog/language/en-gb/information/gdpr.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'General Data Protection Regulation Request';
|
||||
|
||||
// Text
|
||||
$_['text_account'] = 'Account';
|
||||
$_['text_gdpr'] = 'You can view %s GDPR policy on the <a href="%s" target="_blank">%s</a> page.';
|
||||
$_['text_verification'] = 'Account Verification';
|
||||
$_['text_email'] = 'Before we can carry out any GDPR requests we must validate you account. Please enter your E-Mail Address below.';
|
||||
$_['text_action'] = 'Choose an action';
|
||||
$_['text_export'] = 'Export Personal Data';
|
||||
$_['text_remove'] = 'Remove Personal Data';
|
||||
$_['text_warning'] = 'Warning: You will lose access to your account!';
|
||||
$_['text_access'] = 'You will no longer have access to your %s account.';
|
||||
$_['text_history'] = 'You will no longer have access to your order history, invoices, wishlists or downloads.';
|
||||
$_['text_limit'] = 'Account deletion requests will be processed after <strong>%s days</strong> so any fraud detection, chargebacks or refunds can be processed.';
|
||||
$_['text_success'] = 'Success: An email has been sent to your email address!';
|
||||
$_['text_cancel'] = 'Cancel';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
|
||||
// Error
|
||||
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
|
||||
$_['error_action'] = 'You must select a valid GDPR action!';
|
Reference in New Issue
Block a user