31 lines
1.3 KiB
PHP
31 lines
1.3 KiB
PHP
<?php
|
|
// * @source See SOURCE.txt for source and other copyright.
|
|
// * @license GNU General Public License version 3; see LICENSE.txt
|
|
|
|
// Heading
|
|
$_['heading_title'] = 'Утверждение покупателей';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Настройки успешно изменены!';
|
|
$_['text_list'] = 'Список одобрения покупателей';
|
|
$_['text_default'] = 'По умолчанию';
|
|
$_['text_customer'] = 'Покупатель';
|
|
$_['text_affiliate'] = 'Филиал';
|
|
|
|
// Column
|
|
$_['column_name'] = 'Имя покупателя';
|
|
$_['column_email'] = 'E-Mail';
|
|
$_['column_customer_group'] = 'Группа покупателей';
|
|
$_['column_type'] = 'Тип';
|
|
$_['column_date_added'] = 'Дата добавления';
|
|
$_['column_action'] = 'Действие';
|
|
|
|
// Entry
|
|
$_['entry_name'] = 'Имя покупателя';
|
|
$_['entry_email'] = 'E-Mail';
|
|
$_['entry_customer_group'] = 'Группа покупателей';
|
|
$_['entry_type'] = 'Тип';
|
|
$_['entry_date_added'] = 'Дата добавления';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!'; |