customer_approval.php
1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
/**
* @package Русский язык для OpenCart 3.x
* @file admin/language/ru-ru/customer/customer_approval.php
* @author Hkr32
* @copyright © OCN, (https://opencart.name)
* @license https://opensource.org/licenses/GPL-3.0
* @link https://forum.opencart.name
*/
// Heading
$_['heading_title'] = 'Одобрение клиентов';
// Text
$_['text_success'] = 'Успешно: Вы изменили одобрения клиентов!';
$_['text_list'] = 'Список одобрения клиентов';
$_['text_default'] = 'По умолчанию';
$_['text_customer'] = 'Клиент';
$_['text_affiliate'] = 'Партнер';
// Column
$_['column_customer'] = 'Клиент';
$_['column_email'] = 'Эл. почта';
$_['column_customer_group'] = 'Группа клиента';
$_['column_type'] = 'Тип';
$_['column_date_added'] = 'Дата добавления';
$_['column_action'] = 'Действие';
// Entry
$_['entry_name'] = 'Клиент';
$_['entry_email'] = 'Эл. почта';
$_['entry_customer_group'] = 'Группа клиента';
$_['entry_type'] = 'Тип';
$_['entry_date_added'] = 'Дата добавления';
// Error
$_['error_permission'] = 'Предупреждение: У вас нет прав на изменение одобрения клиентов!';