1
0
opencart-languagepack-finnish/admin/customer/customer_approval.php

29 lines
947 B
PHP
Raw Normal View History

2020-02-12 21:25:39 +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';
// Column
$_['column_name'] = 'Customer Name';
$_['column_email'] = 'E-Mail';
$_['column_customer_group'] = 'Customer Group';
$_['column_type'] = 'Type';
$_['column_date_added'] = 'Date Added';
2020-03-02 00:28:04 +00:00
$_['column_action'] = 'Toiminto';
2020-02-12 21:25:39 +00:00
// Entry
$_['entry_name'] = 'Customer Name';
$_['entry_email'] = 'E-Mail';
$_['entry_customer_group'] = 'Customer Group';
$_['entry_type'] = 'Type';
$_['entry_date_added'] = 'Date Added';
// Error
2020-03-02 00:28:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to modify customer approvals!';