Ekdant-Online-Store/catalog/language/en-gb/information/gdpr.php
2024-08-06 18:06:00 +05:45

26 lines
1.3 KiB
PHP

<?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!';