27 lines
972 B
PHP
27 lines
972 B
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_extension'] = 'Расширения';
|
|
$_['text_success'] = 'Настройки успешно изменены!';
|
|
$_['text_edit'] = 'Редактирование';
|
|
|
|
// Column
|
|
$_['column_order_id'] = '№';
|
|
$_['column_customer'] = 'Покупатель';
|
|
$_['column_status'] = 'Статус';
|
|
$_['column_total'] = 'Сумма';
|
|
$_['column_date_added'] = 'Дата добавления';
|
|
$_['column_action'] = 'Действие';
|
|
|
|
// Entry
|
|
$_['entry_status'] = 'Статус';
|
|
$_['entry_sort_order'] = 'Порядок сортировки';
|
|
$_['entry_width'] = 'Ширина';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'У вас недостаточно прав для внесения изменений!'; |