Ekdant-Online-Store/admininistrator/language/en-gb/customer/customer_approval.php

33 lines
1.1 KiB
PHP
Raw Normal View History

2024-08-06 12:21:00 +00:00
<?php
// Heading
$_['heading_title'] = 'Customer Approvals';
// Text
$_['text_success'] = 'Success: You have modified customer approvals!';
$_['text_list'] = 'Customer Approval List';
$_['text_default'] = 'Default';
$_['text_customer'] = 'Customer';
$_['text_affiliate'] = 'Affiliate';
$_['text_filter'] = 'Filter';
$_['text_approve'] = 'Approve';
$_['text_deny'] = 'Deny';
// Column
$_['column_customer'] = 'Customer';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Customer Group';
$_['column_type'] = 'Type';
$_['column_date_added'] = 'Date Added';
$_['column_action'] = 'Action';
// Entry
$_['entry_customer'] = 'Customer';
$_['entry_email'] = 'E-Mail';
$_['entry_customer_group'] = 'Customer Group';
$_['entry_type'] = 'Type';
$_['entry_date_from'] = 'Date From';
$_['entry_date_to'] = 'Date To';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify customer approvals!';