first commit
This commit is contained in:
36
admininistrator/language/en-gb/customer/gdpr.php
Normal file
36
admininistrator/language/en-gb/customer/gdpr.php
Normal file
@ -0,0 +1,36 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'GDPR Approvals';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Success: You have modified GDPR approvals!';
|
||||
$_['text_list'] = 'GDPR Approval List';
|
||||
$_['text_info'] = '<strong>GDPR</strong> account deletion requests will process after <strong>%s days</strong> so any fraud detection, chargebacks or refunds can be processed.';
|
||||
$_['text_approve'] = 'Approve';
|
||||
$_['text_deny'] = 'Deny';
|
||||
$_['text_delete'] = 'Delete';
|
||||
$_['text_unverified'] = 'Unverified';
|
||||
$_['text_pending'] = 'Pending';
|
||||
$_['text_processing'] = 'Processing';
|
||||
$_['text_complete'] = 'Complete';
|
||||
$_['text_denied'] = 'Denied';
|
||||
$_['text_export'] = 'Export';
|
||||
$_['text_remove'] = 'Remove';
|
||||
$_['text_filter'] = 'Filter';
|
||||
|
||||
// Column
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_request'] = 'Request';
|
||||
$_['column_status'] = 'Status';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
$_['column_action'] = 'Action';
|
||||
|
||||
// Entry
|
||||
$_['entry_email'] = 'E-Mail';
|
||||
$_['entry_action'] = 'Action';
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_date_from'] = 'Date From';
|
||||
$_['entry_date_to'] = 'Date To';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify GDPR approvals!';
|
Reference in New Issue
Block a user